Shades of Blackberry #470A37
Tints of Blackberry #470A37
RGB
CMYK
RGB Variations
Color information
#470A37 (or 0x470A37) is known color: Blackberry. HEX triplet: 47, 0A and 37. RGB value is (71,10,55). Sum of RGB (Red+Green+Blue) = 71+10+55=136 (18% of max value = 765). Red value is 71 (28.12% from 255 or 52.21% from 136); Green value is 10 (4.30% from 255 or 7.35% from 136); Blue value is 55 (21.88% from 255 or 40.44% from 136); Max value from RGB is 71 - color contains mainly: red. Hex color #470A37 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470A37 is #B8F5C8. Grayscale: #212121. Windows color (decimal): -12121545 or 3607111. OLE color: 3607111.
HSL color Cylindrical-coordinate representation of color #470A37: hue angle of 315.74º 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 #470A37 is Cyan = 0, Magento = 0.86, Yellow = 0.23 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 10 | 55 | - |
| CMYK | 0 | 0.86 | 0.23 | 0.72 |
| HSL | 315.74º | 0.75% | 0.16% | - |
| HSV(B) | 315.74º | 0.86% | 0.28% | - |
| XYZ | 3.4 | 1.83 | 3.79 | - |
| YUV | 33.37 | 140.21 | 154.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 10 | 55 | 0 | 0.86 | 0.23 | 0.72 | 315.74 | 0.75 | 0.16 |
| Hex | 47 | A | 37 | 0 | 56 | 17 | 48 | 13C | 4B | 10 |
| Octal | 107 | 12 | 67 | 0 | 126 | 27 | 110 | 474 | 113 | 20 |
| Binary | 1000111 | 1010 | 110111 | 0 | 1010110 | 10111 | 1001000 | 100111100 | 1001011 | 10000 |
Color Harmonies of #470A37
Complementary color
Monochromatic Colors of #470A37
Black with #470A37
Text Example
Text Example
White with #470A37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #470A37; }
p { color: rgb(71,10,55); }
H1.HeaderClassName
{
color: #470A37;
}
.AnyTagClassName
{
color: #470A37;
}
</style>
background-color css
<style>
a { background-color: #470A37; }
a { background-color: rgb(71,10,55); }
div.DivClassName
{
background-color: #470A37;
}
.BgClassName
{
background-color: #470A37;
}
</style>
border-color css
<style>
span { border-color: #470A37; }
span { border-color: rgb(71,10,55); }
td.TdClassName
{
border-color: #470A37;
}
.TagClassName
{
border-color: #470A37;
}
</style>