Shades of Blackberry #51122F
Tints of Blackberry #51122F
RGB
CMYK
RGB Variations
Color information
#51122F (or 0x51122F) is known color: Blackberry. HEX triplet: 51, 12 and 2F. RGB value is (81,18,47). Sum of RGB (Red+Green+Blue) = 81+18+47=146 (19% of max value = 765). Red value is 81 (32.03% from 255 or 55.48% from 146); Green value is 18 (7.42% from 255 or 12.33% from 146); Blue value is 47 (18.75% from 255 or 32.19% from 146); Max value from RGB is 81 - color contains mainly: red. Hex color #51122F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #51122F is #AEEDD0. Grayscale: #282828. Windows color (decimal): -11464145 or 3084881. OLE color: 3084881.
HSL color Cylindrical-coordinate representation of color #51122F: hue angle of 332.38º degrees, saturation: 0.64, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #51122F is Cyan = 0, Magento = 0.78, Yellow = 0.42 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 18 | 47 | - |
| CMYK | 0 | 0.78 | 0.42 | 0.68 |
| HSL | 332.38º | 0.64% | 0.19% | - |
| HSV(B) | 332.38º | 0.78% | 0.32% | - |
| XYZ | 4.12 | 2.39 | 2.93 | - |
| YUV | 40.14 | 131.87 | 157.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 18 | 47 | 0 | 0.78 | 0.42 | 0.68 | 332.38 | 0.64 | 0.19 |
| Hex | 51 | 12 | 2F | 0 | 4E | 2A | 44 | 14C | 40 | 13 |
| Octal | 121 | 22 | 57 | 0 | 116 | 52 | 104 | 514 | 100 | 23 |
| Binary | 1010001 | 10010 | 101111 | 0 | 1001110 | 101010 | 1000100 | 101001100 | 1000000 | 10011 |
Color Harmonies of #51122F
Complementary color
Monochromatic Colors of #51122F
Black with #51122F
Text Example
Text Example
White with #51122F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51122F; }
p { color: rgb(81,18,47); }
H1.HeaderClassName
{
color: #51122F;
}
.AnyTagClassName
{
color: #51122F;
}
</style>
background-color css
<style>
a { background-color: #51122F; }
a { background-color: rgb(81,18,47); }
div.DivClassName
{
background-color: #51122F;
}
.BgClassName
{
background-color: #51122F;
}
</style>
border-color css
<style>
span { border-color: #51122F; }
span { border-color: rgb(81,18,47); }
td.TdClassName
{
border-color: #51122F;
}
.TagClassName
{
border-color: #51122F;
}
</style>