Shades of Blackberry #510127
Tints of Blackberry #510127
RGB
CMYK
RGB Variations
Color information
#510127 (or 0x510127) is known color: Blackberry. HEX triplet: 51, 01 and 27. RGB value is (81,1,39). Sum of RGB (Red+Green+Blue) = 81+1+39=121 (16% of max value = 765). Red value is 81 (32.03% from 255 or 66.94% from 121); Green value is 1 (0.78% from 255 or 0.83% from 121); Blue value is 39 (15.62% from 255 or 32.23% from 121); Max value from RGB is 81 - color contains mainly: red. Hex color #510127 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #510127 is #AEFED8. Grayscale: #1D1D1D. Windows color (decimal): -11468505 or 2556241. OLE color: 2556241.
HSL color Cylindrical-coordinate representation of color #510127: hue angle of 331.5º 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 #510127 is Cyan = 0, Magento = 0.99, Yellow = 0.52 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 1 | 39 | - |
| CMYK | 0 | 0.99 | 0.52 | 0.68 |
| HSL | 331.5º | 0.98% | 0.16% | - |
| HSV(B) | 331.5º | 0.99% | 0.32% | - |
| XYZ | 3.77 | 1.92 | 2.09 | - |
| YUV | 29.25 | 133.5 | 164.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 1 | 39 | 0 | 0.99 | 0.52 | 0.68 | 331.5 | 0.98 | 0.16 |
| Hex | 51 | 1 | 27 | 0 | 63 | 34 | 44 | 14C | 62 | 10 |
| Octal | 121 | 1 | 47 | 0 | 143 | 64 | 104 | 514 | 142 | 20 |
| Binary | 1010001 | 1 | 100111 | 0 | 1100011 | 110100 | 1000100 | 101001100 | 1100010 | 10000 |
Color Harmonies of #510127
Complementary color
Monochromatic Colors of #510127
Black with #510127
Text Example
Text Example
White with #510127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #510127; }
p { color: rgb(81,1,39); }
H1.HeaderClassName
{
color: #510127;
}
.AnyTagClassName
{
color: #510127;
}
</style>
background-color css
<style>
a { background-color: #510127; }
a { background-color: rgb(81,1,39); }
div.DivClassName
{
background-color: #510127;
}
.BgClassName
{
background-color: #510127;
}
</style>
border-color css
<style>
span { border-color: #510127; }
span { border-color: rgb(81,1,39); }
td.TdClassName
{
border-color: #510127;
}
.TagClassName
{
border-color: #510127;
}
</style>