Shades of Blackberry #511931
Tints of Blackberry #511931
RGB
CMYK
RGB Variations
Color information
#511931 (or 0x511931) is known color: Blackberry. HEX triplet: 51, 19 and 31. RGB value is (81,25,49). Sum of RGB (Red+Green+Blue) = 81+25+49=155 (20% of max value = 765). Red value is 81 (32.03% from 255 or 52.26% from 155); Green value is 25 (10.16% from 255 or 16.13% from 155); Blue value is 49 (19.53% from 255 or 31.61% from 155); Max value from RGB is 81 - color contains mainly: red. Hex color #511931 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #511931 is #AEE6CE. Grayscale: #2C2C2C. Windows color (decimal): -11462351 or 3217745. OLE color: 3217745.
HSL color Cylindrical-coordinate representation of color #511931: hue angle of 334.29º degrees, saturation: 0.53, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #511931 is Cyan = 0, Magento = 0.69, Yellow = 0.40 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 25 | 49 | - |
| CMYK | 0 | 0.69 | 0.40 | 0.68 |
| HSL | 334.29º | 0.53% | 0.21% | - |
| HSV(B) | 334.29º | 0.69% | 0.32% | - |
| XYZ | 4.3 | 2.67 | 3.19 | - |
| YUV | 44.48 | 130.55 | 154.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 25 | 49 | 0 | 0.69 | 0.40 | 0.68 | 334.29 | 0.53 | 0.21 |
| Hex | 51 | 19 | 31 | 0 | 45 | 28 | 44 | 14E | 35 | 15 |
| Octal | 121 | 31 | 61 | 0 | 105 | 50 | 104 | 516 | 65 | 25 |
| Binary | 1010001 | 11001 | 110001 | 0 | 1000101 | 101000 | 1000100 | 101001110 | 110101 | 10101 |
Color Harmonies of #511931
Complementary color
Monochromatic Colors of #511931
Black with #511931
Text Example
Text Example
White with #511931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511931; }
p { color: rgb(81,25,49); }
H1.HeaderClassName
{
color: #511931;
}
.AnyTagClassName
{
color: #511931;
}
</style>
background-color css
<style>
a { background-color: #511931; }
a { background-color: rgb(81,25,49); }
div.DivClassName
{
background-color: #511931;
}
.BgClassName
{
background-color: #511931;
}
</style>
border-color css
<style>
span { border-color: #511931; }
span { border-color: rgb(81,25,49); }
td.TdClassName
{
border-color: #511931;
}
.TagClassName
{
border-color: #511931;
}
</style>