Shades of Blackberry #511234
Tints of Blackberry #511234
RGB
CMYK
RGB Variations
Color information
#511234 (or 0x511234) is known color: Blackberry. HEX triplet: 51, 12 and 34. RGB value is (81,18,52). Sum of RGB (Red+Green+Blue) = 81+18+52=151 (20% of max value = 765). Red value is 81 (32.03% from 255 or 53.64% from 151); Green value is 18 (7.42% from 255 or 11.92% from 151); Blue value is 52 (20.70% from 255 or 34.44% from 151); Max value from RGB is 81 - color contains mainly: red. Hex color #511234 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #511234 is #AEEDCB. Grayscale: #282828. Windows color (decimal): -11464140 or 3412561. OLE color: 3412561.
HSL color Cylindrical-coordinate representation of color #511234: hue angle of 327.62º 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 #511234 is Cyan = 0, Magento = 0.78, Yellow = 0.36 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 18 | 52 | - |
| CMYK | 0 | 0.78 | 0.36 | 0.68 |
| HSL | 327.62º | 0.64% | 0.19% | - |
| HSV(B) | 327.62º | 0.78% | 0.32% | - |
| XYZ | 4.23 | 2.43 | 3.49 | - |
| YUV | 40.71 | 134.37 | 156.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 18 | 52 | 0 | 0.78 | 0.36 | 0.68 | 327.62 | 0.64 | 0.19 |
| Hex | 51 | 12 | 34 | 0 | 4E | 24 | 44 | 148 | 40 | 13 |
| Octal | 121 | 22 | 64 | 0 | 116 | 44 | 104 | 510 | 100 | 23 |
| Binary | 1010001 | 10010 | 110100 | 0 | 1001110 | 100100 | 1000100 | 101001000 | 1000000 | 10011 |
Color Harmonies of #511234
Complementary color
Monochromatic Colors of #511234
Black with #511234
Text Example
Text Example
White with #511234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511234; }
p { color: rgb(81,18,52); }
H1.HeaderClassName
{
color: #511234;
}
.AnyTagClassName
{
color: #511234;
}
</style>
background-color css
<style>
a { background-color: #511234; }
a { background-color: rgb(81,18,52); }
div.DivClassName
{
background-color: #511234;
}
.BgClassName
{
background-color: #511234;
}
</style>
border-color css
<style>
span { border-color: #511234; }
span { border-color: rgb(81,18,52); }
td.TdClassName
{
border-color: #511234;
}
.TagClassName
{
border-color: #511234;
}
</style>