Shades of Blackberry #510024
Tints of Blackberry #510024
RGB
CMYK
RGB Variations
Color information
#510024 (or 0x510024) is known color: Blackberry. HEX triplet: 51, 00 and 24. RGB value is (81,0,36). Sum of RGB (Red+Green+Blue) = 81+0+36=117 (15% of max value = 765). Red value is 81 (32.03% from 255 or 69.23% from 117); Green value is 0 (0.39% from 255 or 0% from 117); Blue value is 36 (14.45% from 255 or 30.77% from 117); Max value from RGB is 81 - color contains mainly: red. Hex color #510024 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #510024 is #AEFFDB. Grayscale: #1C1C1C. Windows color (decimal): -11468764 or 2359377. OLE color: 2359377.
HSL color Cylindrical-coordinate representation of color #510024: hue angle of 333.33º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 1%. Process color model (Four color, CMYK) of #510024 is Cyan = 0, Magento = 1, Yellow = 0.56 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 0 | 36 | - |
| CMYK | 0 | 1 | 0.56 | 0.68 |
| HSL | 333.33º | 1% | 0.16% | - |
| HSV(B) | 333.33º | 1% | 0.32% | - |
| XYZ | 3.71 | 1.88 | 1.84 | - |
| YUV | 28.32 | 132.34 | 165.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 0 | 36 | 0 | 1 | 0.56 | 0.68 | 333.33 | 1 | 0.16 |
| Hex | 51 | 0 | 24 | 0 | 64 | 38 | 44 | 14D | 64 | 10 |
| Octal | 121 | 0 | 44 | 0 | 144 | 70 | 104 | 515 | 144 | 20 |
| Binary | 1010001 | 0 | 100100 | 0 | 1100100 | 111000 | 1000100 | 101001101 | 1100100 | 10000 |
Color Harmonies of #510024
Complementary color
Monochromatic Colors of #510024
Black with #510024
Text Example
Text Example
White with #510024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #510024; }
p { color: rgb(81,0,36); }
H1.HeaderClassName
{
color: #510024;
}
.AnyTagClassName
{
color: #510024;
}
</style>
background-color css
<style>
a { background-color: #510024; }
a { background-color: rgb(81,0,36); }
div.DivClassName
{
background-color: #510024;
}
.BgClassName
{
background-color: #510024;
}
</style>
border-color css
<style>
span { border-color: #510024; }
span { border-color: rgb(81,0,36); }
td.TdClassName
{
border-color: #510024;
}
.TagClassName
{
border-color: #510024;
}
</style>