Shades of Blackberry #510229
Tints of Blackberry #510229
RGB
CMYK
RGB Variations
Color information
#510229 (or 0x510229) is known color: Blackberry. HEX triplet: 51, 02 and 29. RGB value is (81,2,41). Sum of RGB (Red+Green+Blue) = 81+2+41=124 (16% of max value = 765). Red value is 81 (32.03% from 255 or 65.32% from 124); Green value is 2 (1.17% from 255 or 1.61% from 124); Blue value is 41 (16.41% from 255 or 33.06% from 124); Max value from RGB is 81 - color contains mainly: red. Hex color #510229 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #510229 is #AEFDD6. Grayscale: #1D1D1D. Windows color (decimal): -11468247 or 2687569. OLE color: 2687569.
HSL color Cylindrical-coordinate representation of color #510229: hue angle of 330.38º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #510229 is Cyan = 0, Magento = 0.98, Yellow = 0.49 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 2 | 41 | - |
| CMYK | 0 | 0.98 | 0.49 | 0.68 |
| HSL | 330.38º | 0.95% | 0.16% | - |
| HSV(B) | 330.38º | 0.98% | 0.32% | - |
| XYZ | 3.82 | 1.95 | 2.27 | - |
| YUV | 30.07 | 134.17 | 164.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 2 | 41 | 0 | 0.98 | 0.49 | 0.68 | 330.38 | 0.95 | 0.16 |
| Hex | 51 | 2 | 29 | 0 | 62 | 31 | 44 | 14A | 5F | 10 |
| Octal | 121 | 2 | 51 | 0 | 142 | 61 | 104 | 512 | 137 | 20 |
| Binary | 1010001 | 10 | 101001 | 0 | 1100010 | 110001 | 1000100 | 101001010 | 1011111 | 10000 |
Color Harmonies of #510229
Complementary color
Monochromatic Colors of #510229
Black with #510229
Text Example
Text Example
White with #510229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #510229; }
p { color: rgb(81,2,41); }
H1.HeaderClassName
{
color: #510229;
}
.AnyTagClassName
{
color: #510229;
}
</style>
background-color css
<style>
a { background-color: #510229; }
a { background-color: rgb(81,2,41); }
div.DivClassName
{
background-color: #510229;
}
.BgClassName
{
background-color: #510229;
}
</style>
border-color css
<style>
span { border-color: #510229; }
span { border-color: rgb(81,2,41); }
td.TdClassName
{
border-color: #510229;
}
.TagClassName
{
border-color: #510229;
}
</style>