Shades of Blackberry #42072F
Tints of Blackberry #42072F
RGB
CMYK
RGB Variations
Color information
#42072F (or 0x42072F) is known color: Blackberry. HEX triplet: 42, 07 and 2F. RGB value is (66,7,47). Sum of RGB (Red+Green+Blue) = 66+7+47=120 (15% of max value = 765). Red value is 66 (26.17% from 255 or 55% from 120); Green value is 7 (3.12% from 255 or 5.83% from 120); Blue value is 47 (18.75% from 255 or 39.17% from 120); Max value from RGB is 66 - color contains mainly: red. Hex color #42072F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42072F is #BDF8D0. Grayscale: #1D1D1D. Windows color (decimal): -12450001 or 3082050. OLE color: 3082050.
HSL color Cylindrical-coordinate representation of color #42072F: hue angle of 319.32º 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 #42072F is Cyan = 0, Magento = 0.89, Yellow = 0.29 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 7 | 47 | - |
| CMYK | 0 | 0.89 | 0.29 | 0.74 |
| HSL | 319.32º | 0.81% | 0.14% | - |
| HSV(B) | 319.32º | 0.89% | 0.26% | - |
| XYZ | 2.84 | 1.52 | 2.83 | - |
| YUV | 29.2 | 138.05 | 154.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 7 | 47 | 0 | 0.89 | 0.29 | 0.74 | 319.32 | 0.81 | 0.14 |
| Hex | 42 | 7 | 2F | 0 | 59 | 1D | 4A | 13F | 51 | E |
| Octal | 102 | 7 | 57 | 0 | 131 | 35 | 112 | 477 | 121 | 16 |
| Binary | 1000010 | 111 | 101111 | 0 | 1011001 | 11101 | 1001010 | 100111111 | 1010001 | 1110 |
Color Harmonies of #42072F
Complementary color
Monochromatic Colors of #42072F
Black with #42072F
Text Example
Text Example
White with #42072F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42072F; }
p { color: rgb(66,7,47); }
H1.HeaderClassName
{
color: #42072F;
}
.AnyTagClassName
{
color: #42072F;
}
</style>
background-color css
<style>
a { background-color: #42072F; }
a { background-color: rgb(66,7,47); }
div.DivClassName
{
background-color: #42072F;
}
.BgClassName
{
background-color: #42072F;
}
</style>
border-color css
<style>
span { border-color: #42072F; }
span { border-color: rgb(66,7,47); }
td.TdClassName
{
border-color: #42072F;
}
.TagClassName
{
border-color: #42072F;
}
</style>