Shades of Blackberry #561C3A
Tints of Blackberry #561C3A
RGB
CMYK
RGB Variations
Color information
#561C3A (or 0x561C3A) is known color: Blackberry. HEX triplet: 56, 1C and 3A. RGB value is (86,28,58). Sum of RGB (Red+Green+Blue) = 86+28+58=172 (22% of max value = 765). Red value is 86 (33.98% from 255 or 50% from 172); Green value is 28 (11.33% from 255 or 16.28% from 172); Blue value is 58 (23.05% from 255 or 33.72% from 172); Max value from RGB is 86 - color contains mainly: red. Hex color #561C3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #561C3A is #A9E3C5. Grayscale: #303030. Windows color (decimal): -11133894 or 3808342. OLE color: 3808342.
HSL color Cylindrical-coordinate representation of color #561C3A: hue angle of 328.97º degrees, saturation: 0.51, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #561C3A is Cyan = 0, Magento = 0.67, Yellow = 0.33 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 28 | 58 | - |
| CMYK | 0 | 0.67 | 0.33 | 0.66 |
| HSL | 328.97º | 0.51% | 0.22% | - |
| HSV(B) | 328.97º | 0.67% | 0.34% | - |
| XYZ | 5.02 | 3.11 | 4.34 | - |
| YUV | 48.76 | 133.22 | 154.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 28 | 58 | 0 | 0.67 | 0.33 | 0.66 | 328.97 | 0.51 | 0.22 |
| Hex | 56 | 1C | 3A | 0 | 43 | 21 | 42 | 149 | 33 | 16 |
| Octal | 126 | 34 | 72 | 0 | 103 | 41 | 102 | 511 | 63 | 26 |
| Binary | 1010110 | 11100 | 111010 | 0 | 1000011 | 100001 | 1000010 | 101001001 | 110011 | 10110 |
Color Harmonies of #561C3A
Complementary color
Monochromatic Colors of #561C3A
Black with #561C3A
Text Example
Text Example
White with #561C3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #561C3A; }
p { color: rgb(86,28,58); }
H1.HeaderClassName
{
color: #561C3A;
}
.AnyTagClassName
{
color: #561C3A;
}
</style>
background-color css
<style>
a { background-color: #561C3A; }
a { background-color: rgb(86,28,58); }
div.DivClassName
{
background-color: #561C3A;
}
.BgClassName
{
background-color: #561C3A;
}
</style>
border-color css
<style>
span { border-color: #561C3A; }
span { border-color: rgb(86,28,58); }
td.TdClassName
{
border-color: #561C3A;
}
.TagClassName
{
border-color: #561C3A;
}
</style>