#470D36

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

Shades of Blackberry #470D36

Tints of Blackberry #470D36

Color information

#470D36 (or 0x470D36) is unknown color: approx Blackberry. HEX triplet: 47, 0D and 36. RGB value is (71,13,54). Sum of RGB (Red+Green+Blue) = 71+13+54=138 (18% of max value = 765). Red value is 71 (28.12% from 255 or 51.45% from 138); Green value is 13 (5.47% from 255 or 9.42% from 138); Blue value is 54 (21.48% from 255 or 39.13% from 138); Max value from RGB is 71 - color contains mainly: red. Hex color #470D36 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470D36 is #B8F2C9. Grayscale: #222222. Windows color (decimal): -12120778 or 3542343. OLE color: 3542343.

HSL color Cylindrical-coordinate representation of color #470D36: hue angle of 317.59º 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 #470D36 is Cyan = 0, Magento = 0.82, Yellow = 0.24 and Black (K on CMYK) = 0.72.

Color convert

RGB711354-
CMYK00.820.240.72
HSL317.59º69.05%16.47%-
HSV(B)317.59º81.69%27.84%-
XYZ3.411.893.68-
YUV35.02138.72153.67-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 51.45%
GREEN value IS 13 (5.47% from 255) = 9.42%
BLUE value IS 54 (21.48% from 255) = 39.13%
R=51.45%
G=9.42%
B=39.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.24
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71135400.820.240.72317.5969.0516.47
Hex47D36052184813e4510
Octal107156601223011047610520
Binary1000111110111011001010010110001001000100111110100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470D36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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