Shades of Blackberry #510F31
Tints of Blackberry #510F31
RGB
CMYK
RGB Variations
Color information
#510F31 (or 0x510F31) is known color: Blackberry. HEX triplet: 51, 0F and 31. RGB value is (81,15,49). Sum of RGB (Red+Green+Blue) = 81+15+49=145 (19% of max value = 765). Red value is 81 (32.03% from 255 or 55.86% from 145); Green value is 15 (6.25% from 255 or 10.34% from 145); Blue value is 49 (19.53% from 255 or 33.79% from 145); Max value from RGB is 81 - color contains mainly: red. Hex color #510F31 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #510F31 is #AEF0CE. Grayscale: #262626. Windows color (decimal): -11464911 or 3215185. OLE color: 3215185.
HSL color Cylindrical-coordinate representation of color #510F31: hue angle of 329.09º degrees, saturation: 0.69, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #510F31 is Cyan = 0, Magento = 0.81, Yellow = 0.40 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 15 | 49 | - |
| CMYK | 0 | 0.81 | 0.40 | 0.68 |
| HSL | 329.09º | 0.69% | 0.19% | - |
| HSV(B) | 329.09º | 0.81% | 0.32% | - |
| XYZ | 4.12 | 2.31 | 3.14 | - |
| YUV | 38.61 | 133.87 | 158.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 15 | 49 | 0 | 0.81 | 0.40 | 0.68 | 329.09 | 0.69 | 0.19 |
| Hex | 51 | F | 31 | 0 | 51 | 28 | 44 | 149 | 45 | 13 |
| Octal | 121 | 17 | 61 | 0 | 121 | 50 | 104 | 511 | 105 | 23 |
| Binary | 1010001 | 1111 | 110001 | 0 | 1010001 | 101000 | 1000100 | 101001001 | 1000101 | 10011 |
Color Harmonies of #510F31
Complementary color
Monochromatic Colors of #510F31
Black with #510F31
Text Example
Text Example
White with #510F31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #510F31; }
p { color: rgb(81,15,49); }
H1.HeaderClassName
{
color: #510F31;
}
.AnyTagClassName
{
color: #510F31;
}
</style>
background-color css
<style>
a { background-color: #510F31; }
a { background-color: rgb(81,15,49); }
div.DivClassName
{
background-color: #510F31;
}
.BgClassName
{
background-color: #510F31;
}
</style>
border-color css
<style>
span { border-color: #510F31; }
span { border-color: rgb(81,15,49); }
td.TdClassName
{
border-color: #510F31;
}
.TagClassName
{
border-color: #510F31;
}
</style>