Shades of Blackberry #420E24
Tints of Blackberry #420E24
RGB
CMYK
RGB Variations
Color information
#420E24 (or 0x420E24) is known color: Blackberry. HEX triplet: 42, 0E and 24. RGB value is (66,14,36). Sum of RGB (Red+Green+Blue) = 66+14+36=116 (15% of max value = 765). Red value is 66 (26.17% from 255 or 56.90% from 116); Green value is 14 (5.86% from 255 or 12.07% from 116); Blue value is 36 (14.45% from 255 or 31.03% from 116); Max value from RGB is 66 - color contains mainly: red. Hex color #420E24 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #420E24 is #BDF1DB. Grayscale: #202020. Windows color (decimal): -12448220 or 2362946. OLE color: 2362946.
HSL color Cylindrical-coordinate representation of color #420E24: hue angle of 334.62º degrees, saturation: 0.65, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #420E24 is Cyan = 0, Magento = 0.79, Yellow = 0.45 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 14 | 36 | - |
| CMYK | 0 | 0.79 | 0.45 | 0.74 |
| HSL | 334.62º | 0.65% | 0.16% | - |
| HSV(B) | 334.62º | 0.79% | 0.26% | - |
| XYZ | 2.72 | 1.6 | 1.83 | - |
| YUV | 32.06 | 130.23 | 152.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 14 | 36 | 0 | 0.79 | 0.45 | 0.74 | 334.62 | 0.65 | 0.16 |
| Hex | 42 | E | 24 | 0 | 4F | 2D | 4A | 14F | 41 | 10 |
| Octal | 102 | 16 | 44 | 0 | 117 | 55 | 112 | 517 | 101 | 20 |
| Binary | 1000010 | 1110 | 100100 | 0 | 1001111 | 101101 | 1001010 | 101001111 | 1000001 | 10000 |
Color Harmonies of #420E24
Complementary color
Monochromatic Colors of #420E24
Black with #420E24
Text Example
Text Example
White with #420E24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #420E24; }
p { color: rgb(66,14,36); }
H1.HeaderClassName
{
color: #420E24;
}
.AnyTagClassName
{
color: #420E24;
}
</style>
background-color css
<style>
a { background-color: #420E24; }
a { background-color: rgb(66,14,36); }
div.DivClassName
{
background-color: #420E24;
}
.BgClassName
{
background-color: #420E24;
}
</style>
border-color css
<style>
span { border-color: #420E24; }
span { border-color: rgb(66,14,36); }
td.TdClassName
{
border-color: #420E24;
}
.TagClassName
{
border-color: #420E24;
}
</style>