Shades of Blackberry #560D29
Tints of Blackberry #560D29
RGB
CMYK
RGB Variations
Color information
#560D29 (or 0x560D29) is known color: Blackberry. HEX triplet: 56, 0D and 29. RGB value is (86,13,41). Sum of RGB (Red+Green+Blue) = 86+13+41=140 (18% of max value = 765). Red value is 86 (33.98% from 255 or 61.43% from 140); Green value is 13 (5.47% from 255 or 9.29% from 140); Blue value is 41 (16.41% from 255 or 29.29% from 140); Max value from RGB is 86 - color contains mainly: red. Hex color #560D29 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #560D29 is #A9F2D6. Grayscale: #252525. Windows color (decimal): -11137751 or 2690390. OLE color: 2690390.
HSL color Cylindrical-coordinate representation of color #560D29: hue angle of 336.99º degrees, saturation: 0.74, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #560D29 is Cyan = 0, Magento = 0.85, Yellow = 0.52 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 13 | 41 | - |
| CMYK | 0 | 0.85 | 0.52 | 0.66 |
| HSL | 336.99º | 0.74% | 0.19% | - |
| HSV(B) | 336.99º | 0.85% | 0.34% | - |
| XYZ | 4.38 | 2.43 | 2.34 | - |
| YUV | 38.02 | 129.68 | 162.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 13 | 41 | 0 | 0.85 | 0.52 | 0.66 | 336.99 | 0.74 | 0.19 |
| Hex | 56 | D | 29 | 0 | 55 | 34 | 42 | 151 | 4A | 13 |
| Octal | 126 | 15 | 51 | 0 | 125 | 64 | 102 | 521 | 112 | 23 |
| Binary | 1010110 | 1101 | 101001 | 0 | 1010101 | 110100 | 1000010 | 101010001 | 1001010 | 10011 |
Color Harmonies of #560D29
Complementary color
Monochromatic Colors of #560D29
Black with #560D29
Text Example
Text Example
White with #560D29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #560D29; }
p { color: rgb(86,13,41); }
H1.HeaderClassName
{
color: #560D29;
}
.AnyTagClassName
{
color: #560D29;
}
</style>
background-color css
<style>
a { background-color: #560D29; }
a { background-color: rgb(86,13,41); }
div.DivClassName
{
background-color: #560D29;
}
.BgClassName
{
background-color: #560D29;
}
</style>
border-color css
<style>
span { border-color: #560D29; }
span { border-color: rgb(86,13,41); }
td.TdClassName
{
border-color: #560D29;
}
.TagClassName
{
border-color: #560D29;
}
</style>