Shades of Blackberry #561737
Tints of Blackberry #561737
RGB
CMYK
RGB Variations
Color information
#561737 (or 0x561737) is known color: Blackberry. HEX triplet: 56, 17 and 37. RGB value is (86,23,55). Sum of RGB (Red+Green+Blue) = 86+23+55=164 (21% of max value = 765). Red value is 86 (33.98% from 255 or 52.44% from 164); Green value is 23 (9.38% from 255 or 14.02% from 164); Blue value is 55 (21.88% from 255 or 33.54% from 164); Max value from RGB is 86 - color contains mainly: red. Hex color #561737 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #561737 is #A9E8C8. Grayscale: #2D2D2D. Windows color (decimal): -11135177 or 3610454. OLE color: 3610454.
HSL color Cylindrical-coordinate representation of color #561737: hue angle of 329.52º degrees, saturation: 0.58, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #561737 is Cyan = 0, Magento = 0.73, Yellow = 0.36 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 23 | 55 | - |
| CMYK | 0 | 0.73 | 0.36 | 0.66 |
| HSL | 329.52º | 0.58% | 0.21% | - |
| HSV(B) | 329.52º | 0.73% | 0.34% | - |
| XYZ | 4.83 | 2.87 | 3.91 | - |
| YUV | 45.49 | 133.37 | 156.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 23 | 55 | 0 | 0.73 | 0.36 | 0.66 | 329.52 | 0.58 | 0.21 |
| Hex | 56 | 17 | 37 | 0 | 49 | 24 | 42 | 14A | 3A | 15 |
| Octal | 126 | 27 | 67 | 0 | 111 | 44 | 102 | 512 | 72 | 25 |
| Binary | 1010110 | 10111 | 110111 | 0 | 1001001 | 100100 | 1000010 | 101001010 | 111010 | 10101 |
Color Harmonies of #561737
Complementary color
Monochromatic Colors of #561737
Black with #561737
Text Example
Text Example
White with #561737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #561737; }
p { color: rgb(86,23,55); }
H1.HeaderClassName
{
color: #561737;
}
.AnyTagClassName
{
color: #561737;
}
</style>
background-color css
<style>
a { background-color: #561737; }
a { background-color: rgb(86,23,55); }
div.DivClassName
{
background-color: #561737;
}
.BgClassName
{
background-color: #561737;
}
</style>
border-color css
<style>
span { border-color: #561737; }
span { border-color: rgb(86,23,55); }
td.TdClassName
{
border-color: #561737;
}
.TagClassName
{
border-color: #561737;
}
</style>