Shades of Blackberry #420929
Tints of Blackberry #420929
RGB
CMYK
RGB Variations
Color information
#420929 (or 0x420929) is known color: Blackberry. HEX triplet: 42, 09 and 29. RGB value is (66,9,41). Sum of RGB (Red+Green+Blue) = 66+9+41=116 (15% of max value = 765). Red value is 66 (26.17% from 255 or 56.90% from 116); Green value is 9 (3.91% from 255 or 7.76% from 116); Blue value is 41 (16.41% from 255 or 35.34% from 116); Max value from RGB is 66 - color contains mainly: red. Hex color #420929 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #420929 is #BDF6D6. Grayscale: #1D1D1D. Windows color (decimal): -12449495 or 2689346. OLE color: 2689346.
HSL color Cylindrical-coordinate representation of color #420929: hue angle of 326.32º degrees, saturation: 0.76, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #420929 is Cyan = 0, Magento = 0.86, Yellow = 0.38 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 9 | 41 | - |
| CMYK | 0 | 0.86 | 0.38 | 0.74 |
| HSL | 326.32º | 0.76% | 0.15% | - |
| HSV(B) | 326.32º | 0.86% | 0.26% | - |
| XYZ | 2.74 | 1.51 | 2.25 | - |
| YUV | 29.69 | 134.38 | 153.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 9 | 41 | 0 | 0.86 | 0.38 | 0.74 | 326.32 | 0.76 | 0.15 |
| Hex | 42 | 9 | 29 | 0 | 56 | 26 | 4A | 146 | 4C | F |
| Octal | 102 | 11 | 51 | 0 | 126 | 46 | 112 | 506 | 114 | 17 |
| Binary | 1000010 | 1001 | 101001 | 0 | 1010110 | 100110 | 1001010 | 101000110 | 1001100 | 1111 |
Color Harmonies of #420929
Complementary color
Monochromatic Colors of #420929
Black with #420929
Text Example
Text Example
White with #420929
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #420929; }
p { color: rgb(66,9,41); }
H1.HeaderClassName
{
color: #420929;
}
.AnyTagClassName
{
color: #420929;
}
</style>
background-color css
<style>
a { background-color: #420929; }
a { background-color: rgb(66,9,41); }
div.DivClassName
{
background-color: #420929;
}
.BgClassName
{
background-color: #420929;
}
</style>
border-color css
<style>
span { border-color: #420929; }
span { border-color: rgb(66,9,41); }
td.TdClassName
{
border-color: #420929;
}
.TagClassName
{
border-color: #420929;
}
</style>