Shades of Blackberry #42022A
Tints of Blackberry #42022A
RGB
CMYK
RGB Variations
Color information
#42022A (or 0x42022A) is known color: Blackberry. HEX triplet: 42, 02 and 2A. RGB value is (66,2,42). Sum of RGB (Red+Green+Blue) = 66+2+42=110 (14% of max value = 765). Red value is 66 (26.17% from 255 or 60% from 110); Green value is 2 (1.17% from 255 or 1.82% from 110); Blue value is 42 (16.80% from 255 or 38.18% from 110); Max value from RGB is 66 - color contains mainly: red. Hex color #42022A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42022A is #BDFDD5. Grayscale: #191919. Windows color (decimal): -12451286 or 2753090. OLE color: 2753090.
HSL color Cylindrical-coordinate representation of color #42022A: hue angle of 322.5º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #42022A is Cyan = 0, Magento = 0.97, Yellow = 0.36 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 2 | 42 | - |
| CMYK | 0 | 0.97 | 0.36 | 0.74 |
| HSL | 322.5º | 0.94% | 0.13% | - |
| HSV(B) | 322.5º | 0.97% | 0.26% | - |
| XYZ | 2.69 | 1.37 | 2.31 | - |
| YUV | 25.7 | 137.2 | 156.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 2 | 42 | 0 | 0.97 | 0.36 | 0.74 | 322.5 | 0.94 | 0.13 |
| Hex | 42 | 2 | 2A | 0 | 61 | 24 | 4A | 142 | 5E | D |
| Octal | 102 | 2 | 52 | 0 | 141 | 44 | 112 | 502 | 136 | 15 |
| Binary | 1000010 | 10 | 101010 | 0 | 1100001 | 100100 | 1001010 | 101000010 | 1011110 | 1101 |
Color Harmonies of #42022A
Complementary color
Monochromatic Colors of #42022A
Black with #42022A
Text Example
Text Example
White with #42022A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42022A; }
p { color: rgb(66,2,42); }
H1.HeaderClassName
{
color: #42022A;
}
.AnyTagClassName
{
color: #42022A;
}
</style>
background-color css
<style>
a { background-color: #42022A; }
a { background-color: rgb(66,2,42); }
div.DivClassName
{
background-color: #42022A;
}
.BgClassName
{
background-color: #42022A;
}
</style>
border-color css
<style>
span { border-color: #42022A; }
span { border-color: rgb(66,2,42); }
td.TdClassName
{
border-color: #42022A;
}
.TagClassName
{
border-color: #42022A;
}
</style>