Shades of Blackberry #51152F
Tints of Blackberry #51152F
RGB
CMYK
RGB Variations
Color information
#51152F (or 0x51152F) is known color: Blackberry. HEX triplet: 51, 15 and 2F. RGB value is (81,21,47). Sum of RGB (Red+Green+Blue) = 81+21+47=149 (19% of max value = 765). Red value is 81 (32.03% from 255 or 54.36% from 149); Green value is 21 (8.59% from 255 or 14.09% from 149); Blue value is 47 (18.75% from 255 or 31.54% from 149); Max value from RGB is 81 - color contains mainly: red. Hex color #51152F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #51152F is #AEEAD0. Grayscale: #292929. Windows color (decimal): -11463377 or 3085649. OLE color: 3085649.
HSL color Cylindrical-coordinate representation of color #51152F: hue angle of 334º 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 #51152F is Cyan = 0, Magento = 0.74, Yellow = 0.42 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 21 | 47 | - |
| CMYK | 0 | 0.74 | 0.42 | 0.68 |
| HSL | 334º | 0.59% | 0.2% | - |
| HSV(B) | 334º | 0.74% | 0.32% | - |
| XYZ | 4.17 | 2.49 | 2.95 | - |
| YUV | 41.9 | 130.88 | 155.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 21 | 47 | 0 | 0.74 | 0.42 | 0.68 | 334 | 0.59 | 0.2 |
| Hex | 51 | 15 | 2F | 0 | 4A | 2A | 44 | 14E | 3B | 14 |
| Octal | 121 | 25 | 57 | 0 | 112 | 52 | 104 | 516 | 73 | 24 |
| Binary | 1010001 | 10101 | 101111 | 0 | 1001010 | 101010 | 1000100 | 101001110 | 111011 | 10100 |
Color Harmonies of #51152F
Complementary color
Monochromatic Colors of #51152F
Black with #51152F
Text Example
Text Example
White with #51152F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51152F; }
p { color: rgb(81,21,47); }
H1.HeaderClassName
{
color: #51152F;
}
.AnyTagClassName
{
color: #51152F;
}
</style>
background-color css
<style>
a { background-color: #51152F; }
a { background-color: rgb(81,21,47); }
div.DivClassName
{
background-color: #51152F;
}
.BgClassName
{
background-color: #51152F;
}
</style>
border-color css
<style>
span { border-color: #51152F; }
span { border-color: rgb(81,21,47); }
td.TdClassName
{
border-color: #51152F;
}
.TagClassName
{
border-color: #51152F;
}
</style>