Shades of Blackberry #470A2E
Tints of Blackberry #470A2E
RGB
CMYK
RGB Variations
Color information
#470A2E (or 0x470A2E) is known color: Blackberry. HEX triplet: 47, 0A and 2E. RGB value is (71,10,46). Sum of RGB (Red+Green+Blue) = 71+10+46=127 (16% of max value = 765). Red value is 71 (28.12% from 255 or 55.91% from 127); Green value is 10 (4.30% from 255 or 7.87% from 127); Blue value is 46 (18.36% from 255 or 36.22% from 127); Max value from RGB is 71 - color contains mainly: red. Hex color #470A2E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470A2E is #B8F5D1. Grayscale: #202020. Windows color (decimal): -12121554 or 3017287. OLE color: 3017287.
HSL color Cylindrical-coordinate representation of color #470A2E: hue angle of 324.59º 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 #470A2E is Cyan = 0, Magento = 0.86, Yellow = 0.35 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 10 | 46 | - |
| CMYK | 0 | 0.86 | 0.35 | 0.72 |
| HSL | 324.59º | 0.75% | 0.16% | - |
| HSV(B) | 324.59º | 0.86% | 0.28% | - |
| XYZ | 3.2 | 1.75 | 2.75 | - |
| YUV | 32.34 | 135.71 | 155.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 10 | 46 | 0 | 0.86 | 0.35 | 0.72 | 324.59 | 0.75 | 0.16 |
| Hex | 47 | A | 2E | 0 | 56 | 23 | 48 | 145 | 4B | 10 |
| Octal | 107 | 12 | 56 | 0 | 126 | 43 | 110 | 505 | 113 | 20 |
| Binary | 1000111 | 1010 | 101110 | 0 | 1010110 | 100011 | 1001000 | 101000101 | 1001011 | 10000 |
Color Harmonies of #470A2E
Complementary color
Monochromatic Colors of #470A2E
Black with #470A2E
Text Example
Text Example
White with #470A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #470A2E; }
p { color: rgb(71,10,46); }
H1.HeaderClassName
{
color: #470A2E;
}
.AnyTagClassName
{
color: #470A2E;
}
</style>
background-color css
<style>
a { background-color: #470A2E; }
a { background-color: rgb(71,10,46); }
div.DivClassName
{
background-color: #470A2E;
}
.BgClassName
{
background-color: #470A2E;
}
</style>
border-color css
<style>
span { border-color: #470A2E; }
span { border-color: rgb(71,10,46); }
td.TdClassName
{
border-color: #470A2E;
}
.TagClassName
{
border-color: #470A2E;
}
</style>