Shades of Blackberry #51152E
Tints of Blackberry #51152E
RGB
CMYK
RGB Variations
Color information
#51152E (or 0x51152E) is known color: Blackberry. HEX triplet: 51, 15 and 2E. RGB value is (81,21,46). Sum of RGB (Red+Green+Blue) = 81+21+46=148 (19% of max value = 765). Red value is 81 (32.03% from 255 or 54.73% from 148); Green value is 21 (8.59% from 255 or 14.19% from 148); Blue value is 46 (18.36% from 255 or 31.08% from 148); Max value from RGB is 81 - color contains mainly: red. Hex color #51152E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #51152E is #AEEAD1. Grayscale: #292929. Windows color (decimal): -11463378 or 3020113. OLE color: 3020113.
HSL color Cylindrical-coordinate representation of color #51152E: hue angle of 335º degrees, saturation: 0.59, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #51152E is Cyan = 0, Magento = 0.74, Yellow = 0.43 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 21 | 46 | - |
| CMYK | 0 | 0.74 | 0.43 | 0.68 |
| HSL | 335º | 0.59% | 0.2% | - |
| HSV(B) | 335º | 0.74% | 0.32% | - |
| XYZ | 4.15 | 2.48 | 2.85 | - |
| YUV | 41.79 | 130.38 | 155.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 21 | 46 | 0 | 0.74 | 0.43 | 0.68 | 335 | 0.59 | 0.2 |
| Hex | 51 | 15 | 2E | 0 | 4A | 2B | 44 | 14F | 3B | 14 |
| Octal | 121 | 25 | 56 | 0 | 112 | 53 | 104 | 517 | 73 | 24 |
| Binary | 1010001 | 10101 | 101110 | 0 | 1001010 | 101011 | 1000100 | 101001111 | 111011 | 10100 |
Color Harmonies of #51152E
Complementary color
Monochromatic Colors of #51152E
Black with #51152E
Text Example
Text Example
White with #51152E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51152E; }
p { color: rgb(81,21,46); }
H1.HeaderClassName
{
color: #51152E;
}
.AnyTagClassName
{
color: #51152E;
}
</style>
background-color css
<style>
a { background-color: #51152E; }
a { background-color: rgb(81,21,46); }
div.DivClassName
{
background-color: #51152E;
}
.BgClassName
{
background-color: #51152E;
}
</style>
border-color css
<style>
span { border-color: #51152E; }
span { border-color: rgb(81,21,46); }
td.TdClassName
{
border-color: #51152E;
}
.TagClassName
{
border-color: #51152E;
}
</style>