#470C37

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

Shades of Blackberry #470C37

Tints of Blackberry #470C37

Color information

#470C37 (or 0x470C37) is unknown color: approx Blackberry. HEX triplet: 47, 0C and 37. RGB value is (71,12,55). Sum of RGB (Red+Green+Blue) = 71+12+55=138 (18% of max value = 765). Red value is 71 (28.12% from 255 or 51.45% from 138); Green value is 12 (5.08% from 255 or 8.70% from 138); Blue value is 55 (21.88% from 255 or 39.86% from 138); Max value from RGB is 71 - color contains mainly: red. Hex color #470C37 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470C37 is #B8F3C8. Grayscale: #222222. Windows color (decimal): -12121033 or 3607623. OLE color: 3607623.

HSL color Cylindrical-coordinate representation of color #470C37: hue angle of 316.27º degrees, saturation: 0.71, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #470C37 is Cyan = 0, Magento = 0.83, Yellow = 0.23 and Black (K on CMYK) = 0.72.

Color convert

RGB711255-
CMYK00.830.230.72
HSL316.27º71.08%16.27%-
HSV(B)316.27º83.1%27.84%-
XYZ3.421.883.8-
YUV34.54139.55154-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 51.45%
GREEN value IS 12 (5.08% from 255) = 8.70%
BLUE value IS 55 (21.88% from 255) = 39.86%
R=51.45%
G=8.70%
B=39.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.23
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71125500.830.230.72316.2771.0816.27
Hex47C37053174813c4710
Octal107146701232711047410720
Binary1000111110011011101010011101111001000100111100100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470C37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470C37; }

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

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

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

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

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

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

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

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