Shades of Blackberry #420F2A
Tints of Blackberry #420F2A
RGB
CMYK
RGB Variations
Color information
#420F2A (or 0x420F2A) is known color: Blackberry. HEX triplet: 42, 0F and 2A. RGB value is (66,15,42). Sum of RGB (Red+Green+Blue) = 66+15+42=123 (16% of max value = 765). Red value is 66 (26.17% from 255 or 53.66% from 123); Green value is 15 (6.25% from 255 or 12.20% from 123); Blue value is 42 (16.80% from 255 or 34.15% from 123); Max value from RGB is 66 - color contains mainly: red. Hex color #420F2A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #420F2A is #BDF0D5. Grayscale: #212121. Windows color (decimal): -12447958 or 2756418. OLE color: 2756418.
HSL color Cylindrical-coordinate representation of color #420F2A: hue angle of 328.24º degrees, saturation: 0.63, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #420F2A is Cyan = 0, Magento = 0.77, Yellow = 0.36 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 15 | 42 | - |
| CMYK | 0 | 0.77 | 0.36 | 0.74 |
| HSL | 328.24º | 0.63% | 0.16% | - |
| HSV(B) | 328.24º | 0.77% | 0.26% | - |
| XYZ | 2.84 | 1.67 | 2.36 | - |
| YUV | 33.33 | 132.9 | 151.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 15 | 42 | 0 | 0.77 | 0.36 | 0.74 | 328.24 | 0.63 | 0.16 |
| Hex | 42 | F | 2A | 0 | 4D | 24 | 4A | 148 | 3F | 10 |
| Octal | 102 | 17 | 52 | 0 | 115 | 44 | 112 | 510 | 77 | 20 |
| Binary | 1000010 | 1111 | 101010 | 0 | 1001101 | 100100 | 1001010 | 101001000 | 111111 | 10000 |
Color Harmonies of #420F2A
Complementary color
Monochromatic Colors of #420F2A
Black with #420F2A
Text Example
Text Example
White with #420F2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #420F2A; }
p { color: rgb(66,15,42); }
H1.HeaderClassName
{
color: #420F2A;
}
.AnyTagClassName
{
color: #420F2A;
}
</style>
background-color css
<style>
a { background-color: #420F2A; }
a { background-color: rgb(66,15,42); }
div.DivClassName
{
background-color: #420F2A;
}
.BgClassName
{
background-color: #420F2A;
}
</style>
border-color css
<style>
span { border-color: #420F2A; }
span { border-color: rgb(66,15,42); }
td.TdClassName
{
border-color: #420F2A;
}
.TagClassName
{
border-color: #420F2A;
}
</style>