#470D2C

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

Shades of Blackberry #470D2C

Tints of Blackberry #470D2C

Color information

#470D2C (or 0x470D2C) is unknown color: approx Blackberry. HEX triplet: 47, 0D and 2C. RGB value is (71,13,44). Sum of RGB (Red+Green+Blue) = 71+13+44=128 (16% of max value = 765). Red value is 71 (28.12% from 255 or 55.47% from 128); Green value is 13 (5.47% from 255 or 10.16% from 128); Blue value is 44 (17.58% from 255 or 34.38% from 128); Max value from RGB is 71 - color contains mainly: red. Hex color #470D2C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470D2C is #B8F2D3. Grayscale: #212121. Windows color (decimal): -12120788 or 2886983. OLE color: 2886983.

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

Color convert

RGB711344-
CMYK00.820.380.72
HSL327.93º69.05%16.47%-
HSV(B)327.93º81.69%27.84%-
XYZ3.21.812.56-
YUV33.88133.72154.48-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 55.47%
GREEN value IS 13 (5.47% from 255) = 10.16%
BLUE value IS 44 (17.58% from 255) = 34.38%
R=55.47%
G=10.16%
B=34.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.38
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71134400.820.380.72327.9369.0516.47
Hex47D2C05226481484510
Octal107155401224611051010520
Binary10001111101101100010100101001101001000101001000100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470D2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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