#470D37

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

Shades of Blackberry #470D37

Tints of Blackberry #470D37

Color information

#470D37 (or 0x470D37) is unknown color: approx Blackberry. HEX triplet: 47, 0D and 37. RGB value is (71,13,55). Sum of RGB (Red+Green+Blue) = 71+13+55=139 (18% of max value = 765). Red value is 71 (28.12% from 255 or 51.08% from 139); Green value is 13 (5.47% from 255 or 9.35% from 139); Blue value is 55 (21.88% from 255 or 39.57% from 139); Max value from RGB is 71 - color contains mainly: red. Hex color #470D37 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470D37 is #B8F2C8. Grayscale: #232323. Windows color (decimal): -12120777 or 3607879. OLE color: 3607879.

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

Color convert

RGB711355-
CMYK00.820.230.72
HSL316.55º69.05%16.47%-
HSV(B)316.55º81.69%27.84%-
XYZ3.431.93.8-
YUV35.13139.22153.58-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 51.08%
GREEN value IS 13 (5.47% from 255) = 9.35%
BLUE value IS 55 (21.88% from 255) = 39.57%
R=51.08%
G=9.35%
B=39.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.23
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71135500.820.230.72316.5569.0516.47
Hex47D37052174813d4510
Octal107156701222711047510520
Binary1000111110111011101010010101111001000100111101100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470D37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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