Shades of Blackberry #510530
Tints of Blackberry #510530
RGB
CMYK
RGB Variations
Color information
#510530 (or 0x510530) is known color: Blackberry. HEX triplet: 51, 05 and 30. RGB value is (81,5,48). Sum of RGB (Red+Green+Blue) = 81+5+48=134 (17% of max value = 765). Red value is 81 (32.03% from 255 or 60.45% from 134); Green value is 5 (2.34% from 255 or 3.73% from 134); Blue value is 48 (19.14% from 255 or 35.82% from 134); Max value from RGB is 81 - color contains mainly: red. Hex color #510530 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #510530 is #AEFACF. Grayscale: #202020. Windows color (decimal): -11467472 or 3147089. OLE color: 3147089.
HSL color Cylindrical-coordinate representation of color #510530: hue angle of 326.05º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #510530 is Cyan = 0, Magento = 0.94, Yellow = 0.41 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 5 | 48 | - |
| CMYK | 0 | 0.94 | 0.41 | 0.68 |
| HSL | 326.05º | 0.88% | 0.17% | - |
| HSV(B) | 326.05º | 0.94% | 0.32% | - |
| XYZ | 3.98 | 2.07 | 2.99 | - |
| YUV | 32.63 | 136.68 | 162.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 5 | 48 | 0 | 0.94 | 0.41 | 0.68 | 326.05 | 0.88 | 0.17 |
| Hex | 51 | 5 | 30 | 0 | 5E | 29 | 44 | 146 | 58 | 11 |
| Octal | 121 | 5 | 60 | 0 | 136 | 51 | 104 | 506 | 130 | 21 |
| Binary | 1010001 | 101 | 110000 | 0 | 1011110 | 101001 | 1000100 | 101000110 | 1011000 | 10001 |
Color Harmonies of #510530
Complementary color
Monochromatic Colors of #510530
Black with #510530
Text Example
Text Example
White with #510530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #510530; }
p { color: rgb(81,5,48); }
H1.HeaderClassName
{
color: #510530;
}
.AnyTagClassName
{
color: #510530;
}
</style>
background-color css
<style>
a { background-color: #510530; }
a { background-color: rgb(81,5,48); }
div.DivClassName
{
background-color: #510530;
}
.BgClassName
{
background-color: #510530;
}
</style>
border-color css
<style>
span { border-color: #510530; }
span { border-color: rgb(81,5,48); }
td.TdClassName
{
border-color: #510530;
}
.TagClassName
{
border-color: #510530;
}
</style>