#471734

Color #471734 Blackberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blackberry #471734

Tints of Blackberry #471734

Color information

#471734 (or 0x471734) is unknown color: approx Blackberry. HEX triplet: 47, 17 and 34. RGB value is (71,23,52). Sum of RGB (Red+Green+Blue) = 71+23+52=146 (19% of max value = 765). Red value is 71 (28.12% from 255 or 48.63% from 146); Green value is 23 (9.38% from 255 or 15.75% from 146); Blue value is 52 (20.70% from 255 or 35.62% from 146); Max value from RGB is 71 - color contains mainly: red. Hex color #471734 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #471734 is #B8E8CB. Grayscale: #282828. Windows color (decimal): -12118220 or 3413831. OLE color: 3413831.

HSL color Cylindrical-coordinate representation of color #471734: hue angle of 323.75º degrees, saturation: 0.51, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #471734 is Cyan = 0, Magento = 0.68, Yellow = 0.27 and Black (K on CMYK) = 0.72.

Color convert

RGB712352-
CMYK00.680.270.72
HSL323.75º51.06%18.43%-
HSV(B)323.75º67.61%27.84%-
XYZ3.522.23.49-
YUV40.66134.4149.64-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 71 (28.12% from 255) = 48.63%
GREEN value IS 23 (9.38% from 255) = 15.75%
BLUE value IS 52 (20.70% from 255) = 35.62%
R=48.63%
G=15.75%
B=35.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.27
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71235200.680.270.72323.7551.0618.43
Hex4717340441B481443312
Octal10727640104331105046322
Binary1000111101111101000100010011011100100010100010011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471734

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471734; }

 p { color: rgb(71,23,52); }

 H1.HeaderClassName
 {
   color: #471734;
 }
 .AnyTagClassName
 {
   color: #471734;
 }
</style>
background-color css

<style>
 a { background-color: #471734; }

 a { background-color: rgb(71,23,52); }

 div.DivClassName
 {
   background-color: #471734;
 }
 .BgClassName
 {
   background-color: #471734;
 }
</style>
border-color css

<style>
 span { border-color: #471734; }

 span { border-color: rgb(71,23,52); }

 td.TdClassName
 {
   border-color: #471734;
 }
 .TagClassName
 {
   border-color: #471734;
 }
</style>