Shades of Blackberry #56122D
Tints of Blackberry #56122D
RGB
CMYK
RGB Variations
Color information
#56122D (or 0x56122D) is known color: Blackberry. HEX triplet: 56, 12 and 2D. RGB value is (86,18,45). Sum of RGB (Red+Green+Blue) = 86+18+45=149 (19% of max value = 765). Red value is 86 (33.98% from 255 or 57.72% from 149); Green value is 18 (7.42% from 255 or 12.08% from 149); Blue value is 45 (17.97% from 255 or 30.20% from 149); Max value from RGB is 86 - color contains mainly: red. Hex color #56122D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56122D is #A9EDD2. Grayscale: #292929. Windows color (decimal): -11136467 or 2953814. OLE color: 2953814.
HSL color Cylindrical-coordinate representation of color #56122D: hue angle of 336.18º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #56122D is Cyan = 0, Magento = 0.79, Yellow = 0.48 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 18 | 45 | - |
| CMYK | 0 | 0.79 | 0.48 | 0.66 |
| HSL | 336.18º | 0.65% | 0.2% | - |
| HSV(B) | 336.18º | 0.79% | 0.34% | - |
| XYZ | 4.53 | 2.6 | 2.75 | - |
| YUV | 41.41 | 130.03 | 159.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 18 | 45 | 0 | 0.79 | 0.48 | 0.66 | 336.18 | 0.65 | 0.2 |
| Hex | 56 | 12 | 2D | 0 | 4F | 30 | 42 | 150 | 41 | 14 |
| Octal | 126 | 22 | 55 | 0 | 117 | 60 | 102 | 520 | 101 | 24 |
| Binary | 1010110 | 10010 | 101101 | 0 | 1001111 | 110000 | 1000010 | 101010000 | 1000001 | 10100 |
Color Harmonies of #56122D
Complementary color
Monochromatic Colors of #56122D
Black with #56122D
Text Example
Text Example
White with #56122D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56122D; }
p { color: rgb(86,18,45); }
H1.HeaderClassName
{
color: #56122D;
}
.AnyTagClassName
{
color: #56122D;
}
</style>
background-color css
<style>
a { background-color: #56122D; }
a { background-color: rgb(86,18,45); }
div.DivClassName
{
background-color: #56122D;
}
.BgClassName
{
background-color: #56122D;
}
</style>
border-color css
<style>
span { border-color: #56122D; }
span { border-color: rgb(86,18,45); }
td.TdClassName
{
border-color: #56122D;
}
.TagClassName
{
border-color: #56122D;
}
</style>