Shades of Blackberry #56163D
Tints of Blackberry #56163D
RGB
CMYK
RGB Variations
Color information
#56163D (or 0x56163D) is known color: Blackberry. HEX triplet: 56, 16 and 3D. RGB value is (86,22,61). Sum of RGB (Red+Green+Blue) = 86+22+61=169 (22% of max value = 765). Red value is 86 (33.98% from 255 or 50.89% from 169); Green value is 22 (8.98% from 255 or 13.02% from 169); Blue value is 61 (24.22% from 255 or 36.09% from 169); Max value from RGB is 86 - color contains mainly: red. Hex color #56163D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56163D is #A9E9C2. Grayscale: #2D2D2D. Windows color (decimal): -11135427 or 4003414. OLE color: 4003414.
HSL color Cylindrical-coordinate representation of color #56163D: hue angle of 323.44º degrees, saturation: 0.59, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #56163D is Cyan = 0, Magento = 0.74, Yellow = 0.29 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 22 | 61 | - |
| CMYK | 0 | 0.74 | 0.29 | 0.66 |
| HSL | 323.44º | 0.59% | 0.21% | - |
| HSV(B) | 323.44º | 0.74% | 0.34% | - |
| XYZ | 4.97 | 2.89 | 4.71 | - |
| YUV | 45.58 | 136.7 | 156.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 22 | 61 | 0 | 0.74 | 0.29 | 0.66 | 323.44 | 0.59 | 0.21 |
| Hex | 56 | 16 | 3D | 0 | 4A | 1D | 42 | 143 | 3B | 15 |
| Octal | 126 | 26 | 75 | 0 | 112 | 35 | 102 | 503 | 73 | 25 |
| Binary | 1010110 | 10110 | 111101 | 0 | 1001010 | 11101 | 1000010 | 101000011 | 111011 | 10101 |
Color Harmonies of #56163D
Complementary color
Monochromatic Colors of #56163D
Black with #56163D
Text Example
Text Example
White with #56163D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56163D; }
p { color: rgb(86,22,61); }
H1.HeaderClassName
{
color: #56163D;
}
.AnyTagClassName
{
color: #56163D;
}
</style>
background-color css
<style>
a { background-color: #56163D; }
a { background-color: rgb(86,22,61); }
div.DivClassName
{
background-color: #56163D;
}
.BgClassName
{
background-color: #56163D;
}
</style>
border-color css
<style>
span { border-color: #56163D; }
span { border-color: rgb(86,22,61); }
td.TdClassName
{
border-color: #56163D;
}
.TagClassName
{
border-color: #56163D;
}
</style>