Shades of Blackberry #511830
Tints of Blackberry #511830
RGB
CMYK
RGB Variations
Color information
#511830 (or 0x511830) is known color: Blackberry. HEX triplet: 51, 18 and 30. RGB value is (81,24,48). Sum of RGB (Red+Green+Blue) = 81+24+48=153 (20% of max value = 765). Red value is 81 (32.03% from 255 or 52.94% from 153); Green value is 24 (9.77% from 255 or 15.69% from 153); Blue value is 48 (19.14% from 255 or 31.37% from 153); Max value from RGB is 81 - color contains mainly: red. Hex color #511830 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #511830 is #AEE7CF. Grayscale: #2B2B2B. Windows color (decimal): -11462608 or 3151953. OLE color: 3151953.
HSL color Cylindrical-coordinate representation of color #511830: hue angle of 334.74º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #511830 is Cyan = 0, Magento = 0.70, Yellow = 0.41 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 24 | 48 | - |
| CMYK | 0 | 0.70 | 0.41 | 0.68 |
| HSL | 334.74º | 0.54% | 0.21% | - |
| HSV(B) | 334.74º | 0.7% | 0.32% | - |
| XYZ | 4.25 | 2.62 | 3.08 | - |
| YUV | 43.78 | 130.38 | 154.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 24 | 48 | 0 | 0.70 | 0.41 | 0.68 | 334.74 | 0.54 | 0.21 |
| Hex | 51 | 18 | 30 | 0 | 46 | 29 | 44 | 14F | 36 | 15 |
| Octal | 121 | 30 | 60 | 0 | 106 | 51 | 104 | 517 | 66 | 25 |
| Binary | 1010001 | 11000 | 110000 | 0 | 1000110 | 101001 | 1000100 | 101001111 | 110110 | 10101 |
Color Harmonies of #511830
Complementary color
Monochromatic Colors of #511830
Black with #511830
Text Example
Text Example
White with #511830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511830; }
p { color: rgb(81,24,48); }
H1.HeaderClassName
{
color: #511830;
}
.AnyTagClassName
{
color: #511830;
}
</style>
background-color css
<style>
a { background-color: #511830; }
a { background-color: rgb(81,24,48); }
div.DivClassName
{
background-color: #511830;
}
.BgClassName
{
background-color: #511830;
}
</style>
border-color css
<style>
span { border-color: #511830; }
span { border-color: rgb(81,24,48); }
td.TdClassName
{
border-color: #511830;
}
.TagClassName
{
border-color: #511830;
}
</style>