Shades of Blackberry #561937
Tints of Blackberry #561937
RGB
CMYK
RGB Variations
Color information
#561937 (or 0x561937) is known color: Blackberry. HEX triplet: 56, 19 and 37. RGB value is (86,25,55). Sum of RGB (Red+Green+Blue) = 86+25+55=166 (21% of max value = 765). Red value is 86 (33.98% from 255 or 51.81% from 166); Green value is 25 (10.16% from 255 or 15.06% from 166); Blue value is 55 (21.88% from 255 or 33.13% from 166); Max value from RGB is 86 - color contains mainly: red. Hex color #561937 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #561937 is #A9E6C8. Grayscale: #2E2E2E. Windows color (decimal): -11134665 or 3610966. OLE color: 3610966.
HSL color Cylindrical-coordinate representation of color #561937: hue angle of 330.49º degrees, saturation: 0.55, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #561937 is Cyan = 0, Magento = 0.71, Yellow = 0.36 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 25 | 55 | - |
| CMYK | 0 | 0.71 | 0.36 | 0.66 |
| HSL | 330.49º | 0.55% | 0.22% | - |
| HSV(B) | 330.49º | 0.71% | 0.34% | - |
| XYZ | 4.87 | 2.95 | 3.93 | - |
| YUV | 46.66 | 132.71 | 156.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 25 | 55 | 0 | 0.71 | 0.36 | 0.66 | 330.49 | 0.55 | 0.22 |
| Hex | 56 | 19 | 37 | 0 | 47 | 24 | 42 | 14A | 37 | 16 |
| Octal | 126 | 31 | 67 | 0 | 107 | 44 | 102 | 512 | 67 | 26 |
| Binary | 1010110 | 11001 | 110111 | 0 | 1000111 | 100100 | 1000010 | 101001010 | 110111 | 10110 |
Color Harmonies of #561937
Complementary color
Monochromatic Colors of #561937
Black with #561937
Text Example
Text Example
White with #561937
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #561937; }
p { color: rgb(86,25,55); }
H1.HeaderClassName
{
color: #561937;
}
.AnyTagClassName
{
color: #561937;
}
</style>
background-color css
<style>
a { background-color: #561937; }
a { background-color: rgb(86,25,55); }
div.DivClassName
{
background-color: #561937;
}
.BgClassName
{
background-color: #561937;
}
</style>
border-color css
<style>
span { border-color: #561937; }
span { border-color: rgb(86,25,55); }
td.TdClassName
{
border-color: #561937;
}
.TagClassName
{
border-color: #561937;
}
</style>