Shades of Blackberry #560D2A
Tints of Blackberry #560D2A
RGB
CMYK
RGB Variations
Color information
#560D2A (or 0x560D2A) is known color: Blackberry. HEX triplet: 56, 0D and 2A. RGB value is (86,13,42). Sum of RGB (Red+Green+Blue) = 86+13+42=141 (18% of max value = 765). Red value is 86 (33.98% from 255 or 60.99% from 141); Green value is 13 (5.47% from 255 or 9.22% from 141); Blue value is 42 (16.80% from 255 or 29.79% from 141); Max value from RGB is 86 - color contains mainly: red. Hex color #560D2A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #560D2A is #A9F2D5. Grayscale: #262626. Windows color (decimal): -11137750 or 2755926. OLE color: 2755926.
HSL color Cylindrical-coordinate representation of color #560D2A: hue angle of 336.16º 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 #560D2A is Cyan = 0, Magento = 0.85, Yellow = 0.51 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 13 | 42 | - |
| CMYK | 0 | 0.85 | 0.51 | 0.66 |
| HSL | 336.16º | 0.74% | 0.19% | - |
| HSV(B) | 336.16º | 0.85% | 0.34% | - |
| XYZ | 4.4 | 2.43 | 2.43 | - |
| YUV | 38.13 | 130.18 | 162.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 13 | 42 | 0 | 0.85 | 0.51 | 0.66 | 336.16 | 0.74 | 0.19 |
| Hex | 56 | D | 2A | 0 | 55 | 33 | 42 | 150 | 4A | 13 |
| Octal | 126 | 15 | 52 | 0 | 125 | 63 | 102 | 520 | 112 | 23 |
| Binary | 1010110 | 1101 | 101010 | 0 | 1010101 | 110011 | 1000010 | 101010000 | 1001010 | 10011 |
Color Harmonies of #560D2A
Complementary color
Monochromatic Colors of #560D2A
Black with #560D2A
Text Example
Text Example
White with #560D2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #560D2A; }
p { color: rgb(86,13,42); }
H1.HeaderClassName
{
color: #560D2A;
}
.AnyTagClassName
{
color: #560D2A;
}
</style>
background-color css
<style>
a { background-color: #560D2A; }
a { background-color: rgb(86,13,42); }
div.DivClassName
{
background-color: #560D2A;
}
.BgClassName
{
background-color: #560D2A;
}
</style>
border-color css
<style>
span { border-color: #560D2A; }
span { border-color: rgb(86,13,42); }
td.TdClassName
{
border-color: #560D2A;
}
.TagClassName
{
border-color: #560D2A;
}
</style>