Shades of Blackberry #420020
Tints of Blackberry #420020
RGB
CMYK
RGB Variations
Color information
#420020 (or 0x420020) is known color: Blackberry. HEX triplet: 42, 00 and 20. RGB value is (66,0,32). Sum of RGB (Red+Green+Blue) = 66+0+32=98 (12% of max value = 765). Red value is 66 (26.17% from 255 or 67.35% from 98); Green value is 0 (0.39% from 255 or 0% from 98); Blue value is 32 (12.89% from 255 or 32.65% from 98); Max value from RGB is 66 - color contains mainly: red. Hex color #420020 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #420020 is #BDFFDF. Grayscale: #171717. Windows color (decimal): -12451808 or 2097218. OLE color: 2097218.
HSL color Cylindrical-coordinate representation of color #420020: hue angle of 330.91º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 1%. Process color model (Four color, CMYK) of #420020 is Cyan = 0, Magento = 1, Yellow = 0.52 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 0 | 32 | - |
| CMYK | 0 | 1 | 0.52 | 0.74 |
| HSL | 330.91º | 1% | 0.13% | - |
| HSV(B) | 330.91º | 1% | 0.26% | - |
| XYZ | 2.51 | 1.26 | 1.48 | - |
| YUV | 23.38 | 132.87 | 158.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 0 | 32 | 0 | 1 | 0.52 | 0.74 | 330.91 | 1 | 0.13 |
| Hex | 42 | 0 | 20 | 0 | 64 | 34 | 4A | 14B | 64 | D |
| Octal | 102 | 0 | 40 | 0 | 144 | 64 | 112 | 513 | 144 | 15 |
| Binary | 1000010 | 0 | 100000 | 0 | 1100100 | 110100 | 1001010 | 101001011 | 1100100 | 1101 |
Color Harmonies of #420020
Complementary color
Monochromatic Colors of #420020
Black with #420020
Text Example
Text Example
White with #420020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #420020; }
p { color: rgb(66,0,32); }
H1.HeaderClassName
{
color: #420020;
}
.AnyTagClassName
{
color: #420020;
}
</style>
background-color css
<style>
a { background-color: #420020; }
a { background-color: rgb(66,0,32); }
div.DivClassName
{
background-color: #420020;
}
.BgClassName
{
background-color: #420020;
}
</style>
border-color css
<style>
span { border-color: #420020; }
span { border-color: rgb(66,0,32); }
td.TdClassName
{
border-color: #420020;
}
.TagClassName
{
border-color: #420020;
}
</style>