#471232

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

Shades of Blackberry #471232

Tints of Blackberry #471232

Color information

#471232 (or 0x471232) is unknown color: approx Blackberry. HEX triplet: 47, 12 and 32. RGB value is (71,18,50). Sum of RGB (Red+Green+Blue) = 71+18+50=139 (18% of max value = 765). Red value is 71 (28.12% from 255 or 51.08% from 139); Green value is 18 (7.42% from 255 or 12.95% from 139); Blue value is 50 (19.92% from 255 or 35.97% from 139); Max value from RGB is 71 - color contains mainly: red. Hex color #471232 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #471232 is #B8EDCD. Grayscale: #252525. Windows color (decimal): -12119502 or 3281479. OLE color: 3281479.

HSL color Cylindrical-coordinate representation of color #471232: hue angle of 323.77º degrees, saturation: 0.6, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #471232 is Cyan = 0, Magento = 0.75, Yellow = 0.30 and Black (K on CMYK) = 0.72.

Color convert

RGB711850-
CMYK00.750.300.72
HSL323.77º59.55%17.45%-
HSV(B)323.77º74.65%27.84%-
XYZ3.3923.23-
YUV37.49135.06151.9-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 51.08%
GREEN value IS 18 (7.42% from 255) = 12.95%
BLUE value IS 50 (19.92% from 255) = 35.97%
R=51.08%
G=12.95%
B=35.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.30
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71185000.750.300.72323.7759.5517.45
Hex47123204B1E481443c11
Octal10722620113361105047421
Binary1000111100101100100100101111110100100010100010011110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471232; }

 p { color: rgb(71,18,50); }

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

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

 a { background-color: rgb(71,18,50); }

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

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

 span { border-color: rgb(71,18,50); }

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