Shades of Blackberry #561835
Tints of Blackberry #561835
RGB
CMYK
RGB Variations
Color information
#561835 (or 0x561835) is known color: Blackberry. HEX triplet: 56, 18 and 35. RGB value is (86,24,53). Sum of RGB (Red+Green+Blue) = 86+24+53=163 (21% of max value = 765). Red value is 86 (33.98% from 255 or 52.76% from 163); Green value is 24 (9.77% from 255 or 14.72% from 163); Blue value is 53 (21.09% from 255 or 32.52% from 163); Max value from RGB is 86 - color contains mainly: red. Hex color #561835 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #561835 is #A9E7CA. Grayscale: #2D2D2D. Windows color (decimal): -11134923 or 3479638. OLE color: 3479638.
HSL color Cylindrical-coordinate representation of color #561835: hue angle of 331.94º degrees, saturation: 0.56, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #561835 is Cyan = 0, Magento = 0.72, Yellow = 0.38 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 24 | 53 | - |
| CMYK | 0 | 0.72 | 0.38 | 0.66 |
| HSL | 331.94º | 0.56% | 0.22% | - |
| HSV(B) | 331.94º | 0.72% | 0.34% | - |
| XYZ | 4.81 | 2.89 | 3.67 | - |
| YUV | 45.84 | 132.04 | 156.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 24 | 53 | 0 | 0.72 | 0.38 | 0.66 | 331.94 | 0.56 | 0.22 |
| Hex | 56 | 18 | 35 | 0 | 48 | 26 | 42 | 14C | 38 | 16 |
| Octal | 126 | 30 | 65 | 0 | 110 | 46 | 102 | 514 | 70 | 26 |
| Binary | 1010110 | 11000 | 110101 | 0 | 1001000 | 100110 | 1000010 | 101001100 | 111000 | 10110 |
Color Harmonies of #561835
Complementary color
Monochromatic Colors of #561835
Black with #561835
Text Example
Text Example
White with #561835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #561835; }
p { color: rgb(86,24,53); }
H1.HeaderClassName
{
color: #561835;
}
.AnyTagClassName
{
color: #561835;
}
</style>
background-color css
<style>
a { background-color: #561835; }
a { background-color: rgb(86,24,53); }
div.DivClassName
{
background-color: #561835;
}
.BgClassName
{
background-color: #561835;
}
</style>
border-color css
<style>
span { border-color: #561835; }
span { border-color: rgb(86,24,53); }
td.TdClassName
{
border-color: #561835;
}
.TagClassName
{
border-color: #561835;
}
</style>