Shades of Blackberry #560B29
Tints of Blackberry #560B29
RGB
CMYK
RGB Variations
Color information
#560B29 (or 0x560B29) is known color: Blackberry. HEX triplet: 56, 0B and 29. RGB value is (86,11,41). Sum of RGB (Red+Green+Blue) = 86+11+41=138 (18% of max value = 765). Red value is 86 (33.98% from 255 or 62.32% from 138); Green value is 11 (4.69% from 255 or 7.97% from 138); Blue value is 41 (16.41% from 255 or 29.71% from 138); Max value from RGB is 86 - color contains mainly: red. Hex color #560B29 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #560B29 is #A9F4D6. Grayscale: #242424. Windows color (decimal): -11138263 or 2689878. OLE color: 2689878.
HSL color Cylindrical-coordinate representation of color #560B29: hue angle of 336º degrees, saturation: 0.77, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #560B29 is Cyan = 0, Magento = 0.87, Yellow = 0.52 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 11 | 41 | - |
| CMYK | 0 | 0.87 | 0.52 | 0.66 |
| HSL | 336º | 0.77% | 0.19% | - |
| HSV(B) | 336º | 0.87% | 0.34% | - |
| XYZ | 4.36 | 2.38 | 2.33 | - |
| YUV | 36.85 | 130.35 | 163.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 11 | 41 | 0 | 0.87 | 0.52 | 0.66 | 336 | 0.77 | 0.19 |
| Hex | 56 | B | 29 | 0 | 57 | 34 | 42 | 150 | 4D | 13 |
| Octal | 126 | 13 | 51 | 0 | 127 | 64 | 102 | 520 | 115 | 23 |
| Binary | 1010110 | 1011 | 101001 | 0 | 1010111 | 110100 | 1000010 | 101010000 | 1001101 | 10011 |
Color Harmonies of #560B29
Complementary color
Monochromatic Colors of #560B29
Black with #560B29
Text Example
Text Example
White with #560B29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #560B29; }
p { color: rgb(86,11,41); }
H1.HeaderClassName
{
color: #560B29;
}
.AnyTagClassName
{
color: #560B29;
}
</style>
background-color css
<style>
a { background-color: #560B29; }
a { background-color: rgb(86,11,41); }
div.DivClassName
{
background-color: #560B29;
}
.BgClassName
{
background-color: #560B29;
}
</style>
border-color css
<style>
span { border-color: #560B29; }
span { border-color: rgb(86,11,41); }
td.TdClassName
{
border-color: #560B29;
}
.TagClassName
{
border-color: #560B29;
}
</style>