Shades of Blackberry #42072C
Tints of Blackberry #42072C
RGB
CMYK
RGB Variations
Color information
#42072C (or 0x42072C) is known color: Blackberry. HEX triplet: 42, 07 and 2C. RGB value is (66,7,44). Sum of RGB (Red+Green+Blue) = 66+7+44=117 (15% of max value = 765). Red value is 66 (26.17% from 255 or 56.41% from 117); Green value is 7 (3.12% from 255 or 5.98% from 117); Blue value is 44 (17.58% from 255 or 37.61% from 117); Max value from RGB is 66 - color contains mainly: red. Hex color #42072C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42072C is #BDF8D3. Grayscale: #1C1C1C. Windows color (decimal): -12450004 or 2885442. OLE color: 2885442.
HSL color Cylindrical-coordinate representation of color #42072C: hue angle of 322.37º 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 #42072C is Cyan = 0, Magento = 0.89, Yellow = 0.33 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 7 | 44 | - |
| CMYK | 0 | 0.89 | 0.33 | 0.74 |
| HSL | 322.37º | 0.81% | 0.14% | - |
| HSV(B) | 322.37º | 0.89% | 0.26% | - |
| XYZ | 2.78 | 1.49 | 2.52 | - |
| YUV | 28.86 | 136.55 | 154.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 7 | 44 | 0 | 0.89 | 0.33 | 0.74 | 322.37 | 0.81 | 0.14 |
| Hex | 42 | 7 | 2C | 0 | 59 | 21 | 4A | 142 | 51 | E |
| Octal | 102 | 7 | 54 | 0 | 131 | 41 | 112 | 502 | 121 | 16 |
| Binary | 1000010 | 111 | 101100 | 0 | 1011001 | 100001 | 1001010 | 101000010 | 1010001 | 1110 |
Color Harmonies of #42072C
Complementary color
Monochromatic Colors of #42072C
Black with #42072C
Text Example
Text Example
White with #42072C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42072C; }
p { color: rgb(66,7,44); }
H1.HeaderClassName
{
color: #42072C;
}
.AnyTagClassName
{
color: #42072C;
}
</style>
background-color css
<style>
a { background-color: #42072C; }
a { background-color: rgb(66,7,44); }
div.DivClassName
{
background-color: #42072C;
}
.BgClassName
{
background-color: #42072C;
}
</style>
border-color css
<style>
span { border-color: #42072C; }
span { border-color: rgb(66,7,44); }
td.TdClassName
{
border-color: #42072C;
}
.TagClassName
{
border-color: #42072C;
}
</style>