Shades of Blackberry #56072A
Tints of Blackberry #56072A
RGB
CMYK
RGB Variations
Color information
#56072A (or 0x56072A) is known color: Blackberry. HEX triplet: 56, 07 and 2A. RGB value is (86,7,42). Sum of RGB (Red+Green+Blue) = 86+7+42=135 (17% of max value = 765). Red value is 86 (33.98% from 255 or 63.70% from 135); Green value is 7 (3.12% from 255 or 5.19% from 135); Blue value is 42 (16.80% from 255 or 31.11% from 135); Max value from RGB is 86 - color contains mainly: red. Hex color #56072A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56072A is #A9F8D5. Grayscale: #222222. Windows color (decimal): -11139286 or 2754390. OLE color: 2754390.
HSL color Cylindrical-coordinate representation of color #56072A: hue angle of 333.42º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #56072A is Cyan = 0, Magento = 0.92, Yellow = 0.51 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 7 | 42 | - |
| CMYK | 0 | 0.92 | 0.51 | 0.66 |
| HSL | 333.42º | 0.85% | 0.18% | - |
| HSV(B) | 333.42º | 0.92% | 0.34% | - |
| XYZ | 4.33 | 2.3 | 2.41 | - |
| YUV | 34.61 | 132.17 | 164.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 7 | 42 | 0 | 0.92 | 0.51 | 0.66 | 333.42 | 0.85 | 0.18 |
| Hex | 56 | 7 | 2A | 0 | 5C | 33 | 42 | 14D | 55 | 12 |
| Octal | 126 | 7 | 52 | 0 | 134 | 63 | 102 | 515 | 125 | 22 |
| Binary | 1010110 | 111 | 101010 | 0 | 1011100 | 110011 | 1000010 | 101001101 | 1010101 | 10010 |
Color Harmonies of #56072A
Complementary color
Monochromatic Colors of #56072A
Black with #56072A
Text Example
Text Example
White with #56072A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56072A; }
p { color: rgb(86,7,42); }
H1.HeaderClassName
{
color: #56072A;
}
.AnyTagClassName
{
color: #56072A;
}
</style>
background-color css
<style>
a { background-color: #56072A; }
a { background-color: rgb(86,7,42); }
div.DivClassName
{
background-color: #56072A;
}
.BgClassName
{
background-color: #56072A;
}
</style>
border-color css
<style>
span { border-color: #56072A; }
span { border-color: rgb(86,7,42); }
td.TdClassName
{
border-color: #56072A;
}
.TagClassName
{
border-color: #56072A;
}
</style>