Shades of Blackberry #51132D
Tints of Blackberry #51132D
RGB
CMYK
RGB Variations
Color information
#51132D (or 0x51132D) is known color: Blackberry. HEX triplet: 51, 13 and 2D. RGB value is (81,19,45). Sum of RGB (Red+Green+Blue) = 81+19+45=145 (19% of max value = 765). Red value is 81 (32.03% from 255 or 55.86% from 145); Green value is 19 (7.81% from 255 or 13.10% from 145); Blue value is 45 (17.97% from 255 or 31.03% from 145); Max value from RGB is 81 - color contains mainly: red. Hex color #51132D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #51132D is #AEECD2. Grayscale: #282828. Windows color (decimal): -11463891 or 2954065. OLE color: 2954065.
HSL color Cylindrical-coordinate representation of color #51132D: hue angle of 334.84º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #51132D is Cyan = 0, Magento = 0.77, Yellow = 0.44 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 19 | 45 | - |
| CMYK | 0 | 0.77 | 0.44 | 0.68 |
| HSL | 334.84º | 0.62% | 0.2% | - |
| HSV(B) | 334.84º | 0.77% | 0.32% | - |
| XYZ | 4.1 | 2.4 | 2.73 | - |
| YUV | 40.5 | 130.54 | 156.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 19 | 45 | 0 | 0.77 | 0.44 | 0.68 | 334.84 | 0.62 | 0.2 |
| Hex | 51 | 13 | 2D | 0 | 4D | 2C | 44 | 14F | 3E | 14 |
| Octal | 121 | 23 | 55 | 0 | 115 | 54 | 104 | 517 | 76 | 24 |
| Binary | 1010001 | 10011 | 101101 | 0 | 1001101 | 101100 | 1000100 | 101001111 | 111110 | 10100 |
Color Harmonies of #51132D
Complementary color
Monochromatic Colors of #51132D
Black with #51132D
Text Example
Text Example
White with #51132D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51132D; }
p { color: rgb(81,19,45); }
H1.HeaderClassName
{
color: #51132D;
}
.AnyTagClassName
{
color: #51132D;
}
</style>
background-color css
<style>
a { background-color: #51132D; }
a { background-color: rgb(81,19,45); }
div.DivClassName
{
background-color: #51132D;
}
.BgClassName
{
background-color: #51132D;
}
</style>
border-color css
<style>
span { border-color: #51132D; }
span { border-color: rgb(81,19,45); }
td.TdClassName
{
border-color: #51132D;
}
.TagClassName
{
border-color: #51132D;
}
</style>