Shades of Blackberry #51122A
Tints of Blackberry #51122A
RGB
CMYK
RGB Variations
Color information
#51122A (or 0x51122A) is known color: Blackberry. HEX triplet: 51, 12 and 2A. RGB value is (81,18,42). Sum of RGB (Red+Green+Blue) = 81+18+42=141 (18% of max value = 765). Red value is 81 (32.03% from 255 or 57.45% from 141); Green value is 18 (7.42% from 255 or 12.77% from 141); Blue value is 42 (16.80% from 255 or 29.79% from 141); Max value from RGB is 81 - color contains mainly: red. Hex color #51122A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #51122A is #AEEDD5. Grayscale: #272727. Windows color (decimal): -11464150 or 2757201. OLE color: 2757201.
HSL color Cylindrical-coordinate representation of color #51122A: hue angle of 337.14º 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 #51122A is Cyan = 0, Magento = 0.78, Yellow = 0.48 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 18 | 42 | - |
| CMYK | 0 | 0.78 | 0.48 | 0.68 |
| HSL | 337.14º | 0.64% | 0.19% | - |
| HSV(B) | 337.14º | 0.78% | 0.32% | - |
| XYZ | 4.03 | 2.35 | 2.43 | - |
| YUV | 39.57 | 129.37 | 157.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 18 | 42 | 0 | 0.78 | 0.48 | 0.68 | 337.14 | 0.64 | 0.19 |
| Hex | 51 | 12 | 2A | 0 | 4E | 30 | 44 | 151 | 40 | 13 |
| Octal | 121 | 22 | 52 | 0 | 116 | 60 | 104 | 521 | 100 | 23 |
| Binary | 1010001 | 10010 | 101010 | 0 | 1001110 | 110000 | 1000100 | 101010001 | 1000000 | 10011 |
Color Harmonies of #51122A
Complementary color
Monochromatic Colors of #51122A
Black with #51122A
Text Example
Text Example
White with #51122A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51122A; }
p { color: rgb(81,18,42); }
H1.HeaderClassName
{
color: #51122A;
}
.AnyTagClassName
{
color: #51122A;
}
</style>
background-color css
<style>
a { background-color: #51122A; }
a { background-color: rgb(81,18,42); }
div.DivClassName
{
background-color: #51122A;
}
.BgClassName
{
background-color: #51122A;
}
</style>
border-color css
<style>
span { border-color: #51122A; }
span { border-color: rgb(81,18,42); }
td.TdClassName
{
border-color: #51122A;
}
.TagClassName
{
border-color: #51122A;
}
</style>