Shades of Blackberry #510124
Tints of Blackberry #510124
RGB
CMYK
RGB Variations
Color information
#510124 (or 0x510124) is known color: Blackberry. HEX triplet: 51, 01 and 24. RGB value is (81,1,36). Sum of RGB (Red+Green+Blue) = 81+1+36=118 (15% of max value = 765). Red value is 81 (32.03% from 255 or 68.64% from 118); Green value is 1 (0.78% from 255 or 0.85% from 118); Blue value is 36 (14.45% from 255 or 30.51% from 118); Max value from RGB is 81 - color contains mainly: red. Hex color #510124 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #510124 is #AEFEDB. Grayscale: #1C1C1C. Windows color (decimal): -11468508 or 2359633. OLE color: 2359633.
HSL color Cylindrical-coordinate representation of color #510124: hue angle of 333.75º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #510124 is Cyan = 0, Magento = 0.99, Yellow = 0.56 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 1 | 36 | - |
| CMYK | 0 | 0.99 | 0.56 | 0.68 |
| HSL | 333.75º | 0.98% | 0.16% | - |
| HSV(B) | 333.75º | 0.99% | 0.32% | - |
| XYZ | 3.72 | 1.9 | 1.84 | - |
| YUV | 28.91 | 132 | 165.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 1 | 36 | 0 | 0.99 | 0.56 | 0.68 | 333.75 | 0.98 | 0.16 |
| Hex | 51 | 1 | 24 | 0 | 63 | 38 | 44 | 14E | 62 | 10 |
| Octal | 121 | 1 | 44 | 0 | 143 | 70 | 104 | 516 | 142 | 20 |
| Binary | 1010001 | 1 | 100100 | 0 | 1100011 | 111000 | 1000100 | 101001110 | 1100010 | 10000 |
Color Harmonies of #510124
Complementary color
Monochromatic Colors of #510124
Black with #510124
Text Example
Text Example
White with #510124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #510124; }
p { color: rgb(81,1,36); }
H1.HeaderClassName
{
color: #510124;
}
.AnyTagClassName
{
color: #510124;
}
</style>
background-color css
<style>
a { background-color: #510124; }
a { background-color: rgb(81,1,36); }
div.DivClassName
{
background-color: #510124;
}
.BgClassName
{
background-color: #510124;
}
</style>
border-color css
<style>
span { border-color: #510124; }
span { border-color: rgb(81,1,36); }
td.TdClassName
{
border-color: #510124;
}
.TagClassName
{
border-color: #510124;
}
</style>