Shades of Blackberry #560C29
Tints of Blackberry #560C29
RGB
CMYK
RGB Variations
Color information
#560C29 (or 0x560C29) is known color: Blackberry. HEX triplet: 56, 0C and 29. RGB value is (86,12,41). Sum of RGB (Red+Green+Blue) = 86+12+41=139 (18% of max value = 765). Red value is 86 (33.98% from 255 or 61.87% from 139); Green value is 12 (5.08% from 255 or 8.63% from 139); Blue value is 41 (16.41% from 255 or 29.50% from 139); Max value from RGB is 86 - color contains mainly: red. Hex color #560C29 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #560C29 is #A9F3D6. Grayscale: #252525. Windows color (decimal): -11138007 or 2690134. OLE color: 2690134.
HSL color Cylindrical-coordinate representation of color #560C29: hue angle of 336.49º degrees, saturation: 0.76, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #560C29 is Cyan = 0, Magento = 0.86, Yellow = 0.52 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 12 | 41 | - |
| CMYK | 0 | 0.86 | 0.52 | 0.66 |
| HSL | 336.49º | 0.76% | 0.19% | - |
| HSV(B) | 336.49º | 0.86% | 0.34% | - |
| XYZ | 4.37 | 2.4 | 2.33 | - |
| YUV | 37.43 | 130.02 | 162.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 12 | 41 | 0 | 0.86 | 0.52 | 0.66 | 336.49 | 0.76 | 0.19 |
| Hex | 56 | C | 29 | 0 | 56 | 34 | 42 | 150 | 4C | 13 |
| Octal | 126 | 14 | 51 | 0 | 126 | 64 | 102 | 520 | 114 | 23 |
| Binary | 1010110 | 1100 | 101001 | 0 | 1010110 | 110100 | 1000010 | 101010000 | 1001100 | 10011 |
Color Harmonies of #560C29
Complementary color
Monochromatic Colors of #560C29
Black with #560C29
Text Example
Text Example
White with #560C29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #560C29; }
p { color: rgb(86,12,41); }
H1.HeaderClassName
{
color: #560C29;
}
.AnyTagClassName
{
color: #560C29;
}
</style>
background-color css
<style>
a { background-color: #560C29; }
a { background-color: rgb(86,12,41); }
div.DivClassName
{
background-color: #560C29;
}
.BgClassName
{
background-color: #560C29;
}
</style>
border-color css
<style>
span { border-color: #560C29; }
span { border-color: rgb(86,12,41); }
td.TdClassName
{
border-color: #560C29;
}
.TagClassName
{
border-color: #560C29;
}
</style>