Shades of Blackberry #42022B
Tints of Blackberry #42022B
RGB
CMYK
RGB Variations
Color information
#42022B (or 0x42022B) is known color: Blackberry. HEX triplet: 42, 02 and 2B. RGB value is (66,2,43). Sum of RGB (Red+Green+Blue) = 66+2+43=111 (14% of max value = 765). Red value is 66 (26.17% from 255 or 59.46% from 111); Green value is 2 (1.17% from 255 or 1.80% from 111); Blue value is 43 (17.19% from 255 or 38.74% from 111); Max value from RGB is 66 - color contains mainly: red. Hex color #42022B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42022B is #BDFDD4. Grayscale: #191919. Windows color (decimal): -12451285 or 2818626. OLE color: 2818626.
HSL color Cylindrical-coordinate representation of color #42022B: hue angle of 321.56º 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 #42022B is Cyan = 0, Magento = 0.97, Yellow = 0.35 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 2 | 43 | - |
| CMYK | 0 | 0.97 | 0.35 | 0.74 |
| HSL | 321.56º | 0.94% | 0.13% | - |
| HSV(B) | 321.56º | 0.97% | 0.26% | - |
| XYZ | 2.7 | 1.38 | 2.41 | - |
| YUV | 25.81 | 137.7 | 156.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 2 | 43 | 0 | 0.97 | 0.35 | 0.74 | 321.56 | 0.94 | 0.13 |
| Hex | 42 | 2 | 2B | 0 | 61 | 23 | 4A | 142 | 5E | D |
| Octal | 102 | 2 | 53 | 0 | 141 | 43 | 112 | 502 | 136 | 15 |
| Binary | 1000010 | 10 | 101011 | 0 | 1100001 | 100011 | 1001010 | 101000010 | 1011110 | 1101 |
Color Harmonies of #42022B
Complementary color
Monochromatic Colors of #42022B
Black with #42022B
Text Example
Text Example
White with #42022B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42022B; }
p { color: rgb(66,2,43); }
H1.HeaderClassName
{
color: #42022B;
}
.AnyTagClassName
{
color: #42022B;
}
</style>
background-color css
<style>
a { background-color: #42022B; }
a { background-color: rgb(66,2,43); }
div.DivClassName
{
background-color: #42022B;
}
.BgClassName
{
background-color: #42022B;
}
</style>
border-color css
<style>
span { border-color: #42022B; }
span { border-color: rgb(66,2,43); }
td.TdClassName
{
border-color: #42022B;
}
.TagClassName
{
border-color: #42022B;
}
</style>