Shades of Blackberry #510828
Tints of Blackberry #510828
RGB
CMYK
RGB Variations
Color information
#510828 (or 0x510828) is known color: Blackberry. HEX triplet: 51, 08 and 28. RGB value is (81,8,40). Sum of RGB (Red+Green+Blue) = 81+8+40=129 (17% of max value = 765). Red value is 81 (32.03% from 255 or 62.79% from 129); Green value is 8 (3.52% from 255 or 6.20% from 129); Blue value is 40 (16.02% from 255 or 31.01% from 129); Max value from RGB is 81 - color contains mainly: red. Hex color #510828 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #510828 is #AEF7D7. Grayscale: #212121. Windows color (decimal): -11466712 or 2623569. OLE color: 2623569.
HSL color Cylindrical-coordinate representation of color #510828: hue angle of 333.7º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #510828 is Cyan = 0, Magento = 0.90, Yellow = 0.51 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 8 | 40 | - |
| CMYK | 0 | 0.90 | 0.51 | 0.68 |
| HSL | 333.7º | 0.82% | 0.17% | - |
| HSV(B) | 333.7º | 0.9% | 0.32% | - |
| XYZ | 3.86 | 2.08 | 2.2 | - |
| YUV | 33.48 | 131.68 | 161.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 8 | 40 | 0 | 0.90 | 0.51 | 0.68 | 333.7 | 0.82 | 0.17 |
| Hex | 51 | 8 | 28 | 0 | 5A | 33 | 44 | 14E | 52 | 11 |
| Octal | 121 | 10 | 50 | 0 | 132 | 63 | 104 | 516 | 122 | 21 |
| Binary | 1010001 | 1000 | 101000 | 0 | 1011010 | 110011 | 1000100 | 101001110 | 1010010 | 10001 |
Color Harmonies of #510828
Complementary color
Monochromatic Colors of #510828
Black with #510828
Text Example
Text Example
White with #510828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #510828; }
p { color: rgb(81,8,40); }
H1.HeaderClassName
{
color: #510828;
}
.AnyTagClassName
{
color: #510828;
}
</style>
background-color css
<style>
a { background-color: #510828; }
a { background-color: rgb(81,8,40); }
div.DivClassName
{
background-color: #510828;
}
.BgClassName
{
background-color: #510828;
}
</style>
border-color css
<style>
span { border-color: #510828; }
span { border-color: rgb(81,8,40); }
td.TdClassName
{
border-color: #510828;
}
.TagClassName
{
border-color: #510828;
}
</style>