Shades of Blackberry #42072E
Tints of Blackberry #42072E
RGB
CMYK
RGB Variations
Color information
#42072E (or 0x42072E) is known color: Blackberry. HEX triplet: 42, 07 and 2E. RGB value is (66,7,46). Sum of RGB (Red+Green+Blue) = 66+7+46=119 (15% of max value = 765). Red value is 66 (26.17% from 255 or 55.46% from 119); Green value is 7 (3.12% from 255 or 5.88% from 119); Blue value is 46 (18.36% from 255 or 38.66% from 119); Max value from RGB is 66 - color contains mainly: red. Hex color #42072E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42072E is #BDF8D1. Grayscale: #1C1C1C. Windows color (decimal): -12450002 or 3016514. OLE color: 3016514.
HSL color Cylindrical-coordinate representation of color #42072E: hue angle of 320.34º degrees, saturation: 0.81, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #42072E is Cyan = 0, Magento = 0.89, Yellow = 0.30 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 7 | 46 | - |
| CMYK | 0 | 0.89 | 0.30 | 0.74 |
| HSL | 320.34º | 0.81% | 0.14% | - |
| HSV(B) | 320.34º | 0.89% | 0.26% | - |
| XYZ | 2.82 | 1.51 | 2.73 | - |
| YUV | 29.09 | 137.55 | 154.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 7 | 46 | 0 | 0.89 | 0.30 | 0.74 | 320.34 | 0.81 | 0.14 |
| Hex | 42 | 7 | 2E | 0 | 59 | 1E | 4A | 140 | 51 | E |
| Octal | 102 | 7 | 56 | 0 | 131 | 36 | 112 | 500 | 121 | 16 |
| Binary | 1000010 | 111 | 101110 | 0 | 1011001 | 11110 | 1001010 | 101000000 | 1010001 | 1110 |
Color Harmonies of #42072E
Complementary color
Monochromatic Colors of #42072E
Black with #42072E
Text Example
Text Example
White with #42072E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42072E; }
p { color: rgb(66,7,46); }
H1.HeaderClassName
{
color: #42072E;
}
.AnyTagClassName
{
color: #42072E;
}
</style>
background-color css
<style>
a { background-color: #42072E; }
a { background-color: rgb(66,7,46); }
div.DivClassName
{
background-color: #42072E;
}
.BgClassName
{
background-color: #42072E;
}
</style>
border-color css
<style>
span { border-color: #42072E; }
span { border-color: rgb(66,7,46); }
td.TdClassName
{
border-color: #42072E;
}
.TagClassName
{
border-color: #42072E;
}
</style>