Shades of Blackberry #420E31
Tints of Blackberry #420E31
RGB
CMYK
RGB Variations
Color information
#420E31 (or 0x420E31) is known color: Blackberry. HEX triplet: 42, 0E and 31. RGB value is (66,14,49). Sum of RGB (Red+Green+Blue) = 66+14+49=129 (17% of max value = 765). Red value is 66 (26.17% from 255 or 51.16% from 129); Green value is 14 (5.86% from 255 or 10.85% from 129); Blue value is 49 (19.53% from 255 or 37.98% from 129); Max value from RGB is 66 - color contains mainly: red. Hex color #420E31 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #420E31 is #BDF1CE. Grayscale: #212121. Windows color (decimal): -12448207 or 3214914. OLE color: 3214914.
HSL color Cylindrical-coordinate representation of color #420E31: hue angle of 319.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 #420E31 is Cyan = 0, Magento = 0.79, Yellow = 0.26 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 14 | 49 | - |
| CMYK | 0 | 0.79 | 0.26 | 0.74 |
| HSL | 319.62º | 0.65% | 0.16% | - |
| HSV(B) | 319.62º | 0.79% | 0.26% | - |
| XYZ | 2.96 | 1.69 | 3.08 | - |
| YUV | 33.54 | 136.73 | 151.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 14 | 49 | 0 | 0.79 | 0.26 | 0.74 | 319.62 | 0.65 | 0.16 |
| Hex | 42 | E | 31 | 0 | 4F | 1A | 4A | 140 | 41 | 10 |
| Octal | 102 | 16 | 61 | 0 | 117 | 32 | 112 | 500 | 101 | 20 |
| Binary | 1000010 | 1110 | 110001 | 0 | 1001111 | 11010 | 1001010 | 101000000 | 1000001 | 10000 |
Color Harmonies of #420E31
Complementary color
Monochromatic Colors of #420E31
Black with #420E31
Text Example
Text Example
White with #420E31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #420E31; }
p { color: rgb(66,14,49); }
H1.HeaderClassName
{
color: #420E31;
}
.AnyTagClassName
{
color: #420E31;
}
</style>
background-color css
<style>
a { background-color: #420E31; }
a { background-color: rgb(66,14,49); }
div.DivClassName
{
background-color: #420E31;
}
.BgClassName
{
background-color: #420E31;
}
</style>
border-color css
<style>
span { border-color: #420E31; }
span { border-color: rgb(66,14,49); }
td.TdClassName
{
border-color: #420E31;
}
.TagClassName
{
border-color: #420E31;
}
</style>