Shades of Blackberry #510931
Tints of Blackberry #510931
RGB
CMYK
RGB Variations
Color information
#510931 (or 0x510931) is known color: Blackberry. HEX triplet: 51, 09 and 31. RGB value is (81,9,49). Sum of RGB (Red+Green+Blue) = 81+9+49=139 (18% of max value = 765). Red value is 81 (32.03% from 255 or 58.27% from 139); Green value is 9 (3.91% from 255 or 6.47% from 139); Blue value is 49 (19.53% from 255 or 35.25% from 139); Max value from RGB is 81 - color contains mainly: red. Hex color #510931 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #510931 is #AEF6CE. Grayscale: #232323. Windows color (decimal): -11466447 or 3213649. OLE color: 3213649.
HSL color Cylindrical-coordinate representation of color #510931: hue angle of 326.67º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #510931 is Cyan = 0, Magento = 0.89, Yellow = 0.40 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 9 | 49 | - |
| CMYK | 0 | 0.89 | 0.40 | 0.68 |
| HSL | 326.67º | 0.8% | 0.18% | - |
| HSV(B) | 326.67º | 0.89% | 0.32% | - |
| XYZ | 4.05 | 2.17 | 3.11 | - |
| YUV | 35.09 | 135.85 | 160.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 9 | 49 | 0 | 0.89 | 0.40 | 0.68 | 326.67 | 0.8 | 0.18 |
| Hex | 51 | 9 | 31 | 0 | 59 | 28 | 44 | 147 | 50 | 12 |
| Octal | 121 | 11 | 61 | 0 | 131 | 50 | 104 | 507 | 120 | 22 |
| Binary | 1010001 | 1001 | 110001 | 0 | 1011001 | 101000 | 1000100 | 101000111 | 1010000 | 10010 |
Color Harmonies of #510931
Complementary color
Monochromatic Colors of #510931
Black with #510931
Text Example
Text Example
White with #510931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #510931; }
p { color: rgb(81,9,49); }
H1.HeaderClassName
{
color: #510931;
}
.AnyTagClassName
{
color: #510931;
}
</style>
background-color css
<style>
a { background-color: #510931; }
a { background-color: rgb(81,9,49); }
div.DivClassName
{
background-color: #510931;
}
.BgClassName
{
background-color: #510931;
}
</style>
border-color css
<style>
span { border-color: #510931; }
span { border-color: rgb(81,9,49); }
td.TdClassName
{
border-color: #510931;
}
.TagClassName
{
border-color: #510931;
}
</style>