Shades of Blackberry #470A3B
Tints of Blackberry #470A3B
RGB
CMYK
RGB Variations
Color information
#470A3B (or 0x470A3B) is known color: Blackberry. HEX triplet: 47, 0A and 3B. RGB value is (71,10,59). Sum of RGB (Red+Green+Blue) = 71+10+59=140 (18% of max value = 765). Red value is 71 (28.12% from 255 or 50.71% from 140); Green value is 10 (4.30% from 255 or 7.14% from 140); Blue value is 59 (23.44% from 255 or 42.14% from 140); Max value from RGB is 71 - color contains mainly: red. Hex color #470A3B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470A3B is #B8F5C4. Grayscale: #212121. Windows color (decimal): -12121541 or 3869255. OLE color: 3869255.
HSL color Cylindrical-coordinate representation of color #470A3B: hue angle of 311.8º 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 #470A3B is Cyan = 0, Magento = 0.86, Yellow = 0.17 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 10 | 59 | - |
| CMYK | 0 | 0.86 | 0.17 | 0.72 |
| HSL | 311.8º | 0.75% | 0.16% | - |
| HSV(B) | 311.8º | 0.86% | 0.28% | - |
| XYZ | 3.5 | 1.87 | 4.31 | - |
| YUV | 33.83 | 142.21 | 154.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 10 | 59 | 0 | 0.86 | 0.17 | 0.72 | 311.8 | 0.75 | 0.16 |
| Hex | 47 | A | 3B | 0 | 56 | 11 | 48 | 138 | 4B | 10 |
| Octal | 107 | 12 | 73 | 0 | 126 | 21 | 110 | 470 | 113 | 20 |
| Binary | 1000111 | 1010 | 111011 | 0 | 1010110 | 10001 | 1001000 | 100111000 | 1001011 | 10000 |
Color Harmonies of #470A3B
Complementary color
Monochromatic Colors of #470A3B
Black with #470A3B
Text Example
Text Example
White with #470A3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #470A3B; }
p { color: rgb(71,10,59); }
H1.HeaderClassName
{
color: #470A3B;
}
.AnyTagClassName
{
color: #470A3B;
}
</style>
background-color css
<style>
a { background-color: #470A3B; }
a { background-color: rgb(71,10,59); }
div.DivClassName
{
background-color: #470A3B;
}
.BgClassName
{
background-color: #470A3B;
}
</style>
border-color css
<style>
span { border-color: #470A3B; }
span { border-color: rgb(71,10,59); }
td.TdClassName
{
border-color: #470A3B;
}
.TagClassName
{
border-color: #470A3B;
}
</style>