#471937

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

Shades of Blackberry #471937

Tints of Blackberry #471937

Color information

#471937 (or 0x471937) is unknown color: approx Blackberry. HEX triplet: 47, 19 and 37. RGB value is (71,25,55). Sum of RGB (Red+Green+Blue) = 71+25+55=151 (20% of max value = 765). Red value is 71 (28.12% from 255 or 47.02% from 151); Green value is 25 (10.16% from 255 or 16.56% from 151); Blue value is 55 (21.88% from 255 or 36.42% from 151); Max value from RGB is 71 - color contains mainly: red. Hex color #471937 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #471937 is #B8E6C8. Grayscale: #2A2A2A. Windows color (decimal): -12117705 or 3610951. OLE color: 3610951.

HSL color Cylindrical-coordinate representation of color #471937: hue angle of 320.87º degrees, saturation: 0.48, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #471937 is Cyan = 0, Magento = 0.65, Yellow = 0.23 and Black (K on CMYK) = 0.72.

Color convert

RGB712555-
CMYK00.650.230.72
HSL320.87º47.92%18.82%-
HSV(B)320.87º64.79%27.84%-
XYZ3.642.313.87-
YUV42.17135.24148.56-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 47.02%
GREEN value IS 25 (10.16% from 255) = 16.56%
BLUE value IS 55 (21.88% from 255) = 36.42%
R=47.02%
G=16.56%
B=36.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.23
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71255500.650.230.72320.8747.9218.82
Hex47193704117481413013
Octal10731670101271105016023
Binary1000111110011101110100000110111100100010100000111000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471937

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471937; }

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

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

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

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

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

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

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

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