Shades of Blackberry #42072A
Tints of Blackberry #42072A
RGB
CMYK
RGB Variations
Color information
#42072A (or 0x42072A) is known color: Blackberry. HEX triplet: 42, 07 and 2A. RGB value is (66,7,42). Sum of RGB (Red+Green+Blue) = 66+7+42=115 (15% of max value = 765). Red value is 66 (26.17% from 255 or 57.39% from 115); Green value is 7 (3.12% from 255 or 6.09% from 115); Blue value is 42 (16.80% from 255 or 36.52% from 115); Max value from RGB is 66 - color contains mainly: red. Hex color #42072A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42072A is #BDF8D5. Grayscale: #1C1C1C. Windows color (decimal): -12450006 or 2754370. OLE color: 2754370.
HSL color Cylindrical-coordinate representation of color #42072A: hue angle of 324.41º 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 #42072A is Cyan = 0, Magento = 0.89, Yellow = 0.36 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 7 | 42 | - |
| CMYK | 0 | 0.89 | 0.36 | 0.74 |
| HSL | 324.41º | 0.81% | 0.14% | - |
| HSV(B) | 324.41º | 0.89% | 0.26% | - |
| XYZ | 2.74 | 1.48 | 2.33 | - |
| YUV | 28.63 | 135.55 | 154.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 7 | 42 | 0 | 0.89 | 0.36 | 0.74 | 324.41 | 0.81 | 0.14 |
| Hex | 42 | 7 | 2A | 0 | 59 | 24 | 4A | 144 | 51 | E |
| Octal | 102 | 7 | 52 | 0 | 131 | 44 | 112 | 504 | 121 | 16 |
| Binary | 1000010 | 111 | 101010 | 0 | 1011001 | 100100 | 1001010 | 101000100 | 1010001 | 1110 |
Color Harmonies of #42072A
Complementary color
Monochromatic Colors of #42072A
Black with #42072A
Text Example
Text Example
White with #42072A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42072A; }
p { color: rgb(66,7,42); }
H1.HeaderClassName
{
color: #42072A;
}
.AnyTagClassName
{
color: #42072A;
}
</style>
background-color css
<style>
a { background-color: #42072A; }
a { background-color: rgb(66,7,42); }
div.DivClassName
{
background-color: #42072A;
}
.BgClassName
{
background-color: #42072A;
}
</style>
border-color css
<style>
span { border-color: #42072A; }
span { border-color: rgb(66,7,42); }
td.TdClassName
{
border-color: #42072A;
}
.TagClassName
{
border-color: #42072A;
}
</style>