#471237

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

Shades of Blackberry #471237

Tints of Blackberry #471237

Color information

#471237 (or 0x471237) is unknown color: approx Blackberry. HEX triplet: 47, 12 and 37. RGB value is (71,18,55). Sum of RGB (Red+Green+Blue) = 71+18+55=144 (19% of max value = 765). Red value is 71 (28.12% from 255 or 49.31% from 144); Green value is 18 (7.42% from 255 or 12.5% from 144); Blue value is 55 (21.88% from 255 or 38.19% from 144); Max value from RGB is 71 - color contains mainly: red. Hex color #471237 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #471237 is #B8EDC8. Grayscale: #252525. Windows color (decimal): -12119497 or 3609159. OLE color: 3609159.

HSL color Cylindrical-coordinate representation of color #471237: hue angle of 318.11º 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 #471237 is Cyan = 0, Magento = 0.75, Yellow = 0.23 and Black (K on CMYK) = 0.72.

Color convert

RGB711855-
CMYK00.750.230.72
HSL318.11º59.55%17.45%-
HSV(B)318.11º74.65%27.84%-
XYZ3.52.053.83-
YUV38.06137.56151.49-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 49.31%
GREEN value IS 18 (7.42% from 255) = 12.5%
BLUE value IS 55 (21.88% from 255) = 38.19%
R=49.31%
G=12.5%
B=38.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.23
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71185500.750.230.72318.1159.5517.45
Hex47123704B174813e3c11
Octal10722670113271104767421
Binary1000111100101101110100101110111100100010011111011110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471237

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471237; }

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

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

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

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

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

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

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

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