Shades of Blackberry #42022D
Tints of Blackberry #42022D
RGB
CMYK
RGB Variations
Color information
#42022D (or 0x42022D) is known color: Blackberry. HEX triplet: 42, 02 and 2D. RGB value is (66,2,45). Sum of RGB (Red+Green+Blue) = 66+2+45=113 (14% of max value = 765). Red value is 66 (26.17% from 255 or 58.41% from 113); Green value is 2 (1.17% from 255 or 1.77% from 113); Blue value is 45 (17.97% from 255 or 39.82% from 113); Max value from RGB is 66 - color contains mainly: red. Hex color #42022D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42022D is #BDFDD2. Grayscale: #191919. Windows color (decimal): -12451283 or 2949698. OLE color: 2949698.
HSL color Cylindrical-coordinate representation of color #42022D: hue angle of 319.69º 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 #42022D is Cyan = 0, Magento = 0.97, Yellow = 0.32 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 2 | 45 | - |
| CMYK | 0 | 0.97 | 0.32 | 0.74 |
| HSL | 319.69º | 0.94% | 0.13% | - |
| HSV(B) | 319.69º | 0.97% | 0.26% | - |
| XYZ | 2.74 | 1.39 | 2.61 | - |
| YUV | 26.04 | 138.7 | 156.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 2 | 45 | 0 | 0.97 | 0.32 | 0.74 | 319.69 | 0.94 | 0.13 |
| Hex | 42 | 2 | 2D | 0 | 61 | 20 | 4A | 140 | 5E | D |
| Octal | 102 | 2 | 55 | 0 | 141 | 40 | 112 | 500 | 136 | 15 |
| Binary | 1000010 | 10 | 101101 | 0 | 1100001 | 100000 | 1001010 | 101000000 | 1011110 | 1101 |
Color Harmonies of #42022D
Complementary color
Monochromatic Colors of #42022D
Black with #42022D
Text Example
Text Example
White with #42022D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42022D; }
p { color: rgb(66,2,45); }
H1.HeaderClassName
{
color: #42022D;
}
.AnyTagClassName
{
color: #42022D;
}
</style>
background-color css
<style>
a { background-color: #42022D; }
a { background-color: rgb(66,2,45); }
div.DivClassName
{
background-color: #42022D;
}
.BgClassName
{
background-color: #42022D;
}
</style>
border-color css
<style>
span { border-color: #42022D; }
span { border-color: rgb(66,2,45); }
td.TdClassName
{
border-color: #42022D;
}
.TagClassName
{
border-color: #42022D;
}
</style>