Shades of Blackberry #56132D
Tints of Blackberry #56132D
RGB
CMYK
RGB Variations
Color information
#56132D (or 0x56132D) is known color: Blackberry. HEX triplet: 56, 13 and 2D. RGB value is (86,19,45). Sum of RGB (Red+Green+Blue) = 86+19+45=150 (19% of max value = 765). Red value is 86 (33.98% from 255 or 57.33% from 150); Green value is 19 (7.81% from 255 or 12.67% from 150); Blue value is 45 (17.97% from 255 or 30% from 150); Max value from RGB is 86 - color contains mainly: red. Hex color #56132D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56132D is #A9ECD2. Grayscale: #292929. Windows color (decimal): -11136211 or 2954070. OLE color: 2954070.
HSL color Cylindrical-coordinate representation of color #56132D: hue angle of 336.72º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #56132D is Cyan = 0, Magento = 0.78, Yellow = 0.48 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 19 | 45 | - |
| CMYK | 0 | 0.78 | 0.48 | 0.66 |
| HSL | 336.72º | 0.64% | 0.21% | - |
| HSV(B) | 336.72º | 0.78% | 0.34% | - |
| XYZ | 4.54 | 2.63 | 2.75 | - |
| YUV | 42 | 129.7 | 159.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 19 | 45 | 0 | 0.78 | 0.48 | 0.66 | 336.72 | 0.64 | 0.21 |
| Hex | 56 | 13 | 2D | 0 | 4E | 30 | 42 | 151 | 40 | 15 |
| Octal | 126 | 23 | 55 | 0 | 116 | 60 | 102 | 521 | 100 | 25 |
| Binary | 1010110 | 10011 | 101101 | 0 | 1001110 | 110000 | 1000010 | 101010001 | 1000000 | 10101 |
Color Harmonies of #56132D
Complementary color
Monochromatic Colors of #56132D
Black with #56132D
Text Example
Text Example
White with #56132D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56132D; }
p { color: rgb(86,19,45); }
H1.HeaderClassName
{
color: #56132D;
}
.AnyTagClassName
{
color: #56132D;
}
</style>
background-color css
<style>
a { background-color: #56132D; }
a { background-color: rgb(86,19,45); }
div.DivClassName
{
background-color: #56132D;
}
.BgClassName
{
background-color: #56132D;
}
</style>
border-color css
<style>
span { border-color: #56132D; }
span { border-color: rgb(86,19,45); }
td.TdClassName
{
border-color: #56132D;
}
.TagClassName
{
border-color: #56132D;
}
</style>