#470A39

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

Shades of Blackberry #470A39

Tints of Blackberry #470A39

Color information

#470A39 (or 0x470A39) is unknown color: approx Blackberry. HEX triplet: 47, 0A and 39. RGB value is (71,10,57). Sum of RGB (Red+Green+Blue) = 71+10+57=138 (18% of max value = 765). Red value is 71 (28.12% from 255 or 51.45% from 138); Green value is 10 (4.30% from 255 or 7.25% from 138); Blue value is 57 (22.66% from 255 or 41.30% from 138); Max value from RGB is 71 - color contains mainly: red. Hex color #470A39 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470A39 is #B8F5C6. Grayscale: #212121. Windows color (decimal): -12121543 or 3738183. OLE color: 3738183.

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

Color convert

RGB711057-
CMYK00.860.200.72
HSL313.77º75.31%15.88%-
HSV(B)313.77º85.92%27.84%-
XYZ3.451.854.05-
YUV33.6141.21154.68-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 51.45%
GREEN value IS 10 (4.30% from 255) = 7.25%
BLUE value IS 57 (22.66% from 255) = 41.30%
R=51.45%
G=7.25%
B=41.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.20
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71105700.860.200.72313.7775.3115.88
Hex47A39056144813a4b10
Octal107127101262411047211320
Binary1000111101011100101010110101001001000100111010100101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470A39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,10,57); }

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

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

 a { background-color: rgb(71,10,57); }

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

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

 span { border-color: rgb(71,10,57); }

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