Shades of Blackberry #560E32
Tints of Blackberry #560E32
RGB
CMYK
RGB Variations
Color information
#560E32 (or 0x560E32) is known color: Blackberry. HEX triplet: 56, 0E and 32. RGB value is (86,14,50). Sum of RGB (Red+Green+Blue) = 86+14+50=150 (19% of max value = 765). Red value is 86 (33.98% from 255 or 57.33% from 150); Green value is 14 (5.86% from 255 or 9.33% from 150); Blue value is 50 (19.92% from 255 or 33.33% from 150); Max value from RGB is 86 - color contains mainly: red. Hex color #560E32 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #560E32 is #A9F1CD. Grayscale: #272727. Windows color (decimal): -11137486 or 3280470. OLE color: 3280470.
HSL color Cylindrical-coordinate representation of color #560E32: hue angle of 330º degrees, saturation: 0.72, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #560E32 is Cyan = 0, Magento = 0.84, Yellow = 0.42 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 14 | 50 | - |
| CMYK | 0 | 0.84 | 0.42 | 0.66 |
| HSL | 330º | 0.72% | 0.2% | - |
| HSV(B) | 330º | 0.84% | 0.34% | - |
| XYZ | 4.57 | 2.52 | 3.26 | - |
| YUV | 39.63 | 133.85 | 161.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 14 | 50 | 0 | 0.84 | 0.42 | 0.66 | 330 | 0.72 | 0.2 |
| Hex | 56 | E | 32 | 0 | 54 | 2A | 42 | 14A | 48 | 14 |
| Octal | 126 | 16 | 62 | 0 | 124 | 52 | 102 | 512 | 110 | 24 |
| Binary | 1010110 | 1110 | 110010 | 0 | 1010100 | 101010 | 1000010 | 101001010 | 1001000 | 10100 |
Color Harmonies of #560E32
Complementary color
Monochromatic Colors of #560E32
Black with #560E32
Text Example
Text Example
White with #560E32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #560E32; }
p { color: rgb(86,14,50); }
H1.HeaderClassName
{
color: #560E32;
}
.AnyTagClassName
{
color: #560E32;
}
</style>
background-color css
<style>
a { background-color: #560E32; }
a { background-color: rgb(86,14,50); }
div.DivClassName
{
background-color: #560E32;
}
.BgClassName
{
background-color: #560E32;
}
</style>
border-color css
<style>
span { border-color: #560E32; }
span { border-color: rgb(86,14,50); }
td.TdClassName
{
border-color: #560E32;
}
.TagClassName
{
border-color: #560E32;
}
</style>