Shades of Blackberry #470E24
Tints of Blackberry #470E24
RGB
CMYK
RGB Variations
Color information
#470E24 (or 0x470E24) is known color: Blackberry. HEX triplet: 47, 0E and 24. RGB value is (71,14,36). Sum of RGB (Red+Green+Blue) = 71+14+36=121 (16% of max value = 765). Red value is 71 (28.12% from 255 or 58.68% from 121); Green value is 14 (5.86% from 255 or 11.57% from 121); Blue value is 36 (14.45% from 255 or 29.75% from 121); Max value from RGB is 71 - color contains mainly: red. Hex color #470E24 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470E24 is #B8F1DB. Grayscale: #212121. Windows color (decimal): -12120540 or 2362951. OLE color: 2362951.
HSL color Cylindrical-coordinate representation of color #470E24: hue angle of 336.84º degrees, saturation: 0.67, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #470E24 is Cyan = 0, Magento = 0.80, Yellow = 0.49 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 14 | 36 | - |
| CMYK | 0 | 0.80 | 0.49 | 0.72 |
| HSL | 336.84º | 0.67% | 0.17% | - |
| HSV(B) | 336.84º | 0.8% | 0.28% | - |
| XYZ | 3.07 | 1.78 | 1.85 | - |
| YUV | 33.55 | 129.38 | 154.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 14 | 36 | 0 | 0.80 | 0.49 | 0.72 | 336.84 | 0.67 | 0.17 |
| Hex | 47 | E | 24 | 0 | 50 | 31 | 48 | 151 | 43 | 11 |
| Octal | 107 | 16 | 44 | 0 | 120 | 61 | 110 | 521 | 103 | 21 |
| Binary | 1000111 | 1110 | 100100 | 0 | 1010000 | 110001 | 1001000 | 101010001 | 1000011 | 10001 |
Color Harmonies of #470E24
Complementary color
Monochromatic Colors of #470E24
Black with #470E24
Text Example
Text Example
White with #470E24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #470E24; }
p { color: rgb(71,14,36); }
H1.HeaderClassName
{
color: #470E24;
}
.AnyTagClassName
{
color: #470E24;
}
</style>
background-color css
<style>
a { background-color: #470E24; }
a { background-color: rgb(71,14,36); }
div.DivClassName
{
background-color: #470E24;
}
.BgClassName
{
background-color: #470E24;
}
</style>
border-color css
<style>
span { border-color: #470E24; }
span { border-color: rgb(71,14,36); }
td.TdClassName
{
border-color: #470E24;
}
.TagClassName
{
border-color: #470E24;
}
</style>