Shades of Blackberry #510A29
Tints of Blackberry #510A29
RGB
CMYK
RGB Variations
Color information
#510A29 (or 0x510A29) is known color: Blackberry. HEX triplet: 51, 0A and 29. RGB value is (81,10,41). Sum of RGB (Red+Green+Blue) = 81+10+41=132 (17% of max value = 765). Red value is 81 (32.03% from 255 or 61.36% from 132); Green value is 10 (4.30% from 255 or 7.58% from 132); Blue value is 41 (16.41% from 255 or 31.06% from 132); Max value from RGB is 81 - color contains mainly: red. Hex color #510A29 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #510A29 is #AEF5D6. Grayscale: #222222. Windows color (decimal): -11466199 or 2689617. OLE color: 2689617.
HSL color Cylindrical-coordinate representation of color #510A29: hue angle of 333.8º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #510A29 is Cyan = 0, Magento = 0.88, Yellow = 0.49 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 10 | 41 | - |
| CMYK | 0 | 0.88 | 0.49 | 0.68 |
| HSL | 333.8º | 0.78% | 0.18% | - |
| HSV(B) | 333.8º | 0.88% | 0.32% | - |
| XYZ | 3.9 | 2.13 | 2.3 | - |
| YUV | 34.76 | 131.52 | 160.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 10 | 41 | 0 | 0.88 | 0.49 | 0.68 | 333.8 | 0.78 | 0.18 |
| Hex | 51 | A | 29 | 0 | 58 | 31 | 44 | 14E | 4E | 12 |
| Octal | 121 | 12 | 51 | 0 | 130 | 61 | 104 | 516 | 116 | 22 |
| Binary | 1010001 | 1010 | 101001 | 0 | 1011000 | 110001 | 1000100 | 101001110 | 1001110 | 10010 |
Color Harmonies of #510A29
Complementary color
Monochromatic Colors of #510A29
Black with #510A29
Text Example
Text Example
White with #510A29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #510A29; }
p { color: rgb(81,10,41); }
H1.HeaderClassName
{
color: #510A29;
}
.AnyTagClassName
{
color: #510A29;
}
</style>
background-color css
<style>
a { background-color: #510A29; }
a { background-color: rgb(81,10,41); }
div.DivClassName
{
background-color: #510A29;
}
.BgClassName
{
background-color: #510A29;
}
</style>
border-color css
<style>
span { border-color: #510A29; }
span { border-color: rgb(81,10,41); }
td.TdClassName
{
border-color: #510A29;
}
.TagClassName
{
border-color: #510A29;
}
</style>