Shades of Blackberry #56163A
Tints of Blackberry #56163A
RGB
CMYK
RGB Variations
Color information
#56163A (or 0x56163A) is known color: Blackberry. HEX triplet: 56, 16 and 3A. RGB value is (86,22,58). Sum of RGB (Red+Green+Blue) = 86+22+58=166 (21% of max value = 765). Red value is 86 (33.98% from 255 or 51.81% from 166); Green value is 22 (8.98% from 255 or 13.25% from 166); Blue value is 58 (23.05% from 255 or 34.94% from 166); Max value from RGB is 86 - color contains mainly: red. Hex color #56163A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56163A is #A9E9C5. Grayscale: #2D2D2D. Windows color (decimal): -11135430 or 3806806. OLE color: 3806806.
HSL color Cylindrical-coordinate representation of color #56163A: hue angle of 326.25º 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 #56163A is Cyan = 0, Magento = 0.74, Yellow = 0.33 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 22 | 58 | - |
| CMYK | 0 | 0.74 | 0.33 | 0.66 |
| HSL | 326.25º | 0.59% | 0.21% | - |
| HSV(B) | 326.25º | 0.74% | 0.34% | - |
| XYZ | 4.89 | 2.86 | 4.3 | - |
| YUV | 45.24 | 135.2 | 157.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 22 | 58 | 0 | 0.74 | 0.33 | 0.66 | 326.25 | 0.59 | 0.21 |
| Hex | 56 | 16 | 3A | 0 | 4A | 21 | 42 | 146 | 3B | 15 |
| Octal | 126 | 26 | 72 | 0 | 112 | 41 | 102 | 506 | 73 | 25 |
| Binary | 1010110 | 10110 | 111010 | 0 | 1001010 | 100001 | 1000010 | 101000110 | 111011 | 10101 |
Color Harmonies of #56163A
Complementary color
Monochromatic Colors of #56163A
Black with #56163A
Text Example
Text Example
White with #56163A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56163A; }
p { color: rgb(86,22,58); }
H1.HeaderClassName
{
color: #56163A;
}
.AnyTagClassName
{
color: #56163A;
}
</style>
background-color css
<style>
a { background-color: #56163A; }
a { background-color: rgb(86,22,58); }
div.DivClassName
{
background-color: #56163A;
}
.BgClassName
{
background-color: #56163A;
}
</style>
border-color css
<style>
span { border-color: #56163A; }
span { border-color: rgb(86,22,58); }
td.TdClassName
{
border-color: #56163A;
}
.TagClassName
{
border-color: #56163A;
}
</style>