Shades of Blackberry #510525
Tints of Blackberry #510525
RGB
CMYK
RGB Variations
Color information
#510525 (or 0x510525) is known color: Blackberry. HEX triplet: 51, 05 and 25. RGB value is (81,5,37). Sum of RGB (Red+Green+Blue) = 81+5+37=123 (16% of max value = 765). Red value is 81 (32.03% from 255 or 65.85% from 123); Green value is 5 (2.34% from 255 or 4.07% from 123); Blue value is 37 (14.84% from 255 or 30.08% from 123); Max value from RGB is 81 - color contains mainly: red. Hex color #510525 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #510525 is #AEFADA. Grayscale: #1F1F1F. Windows color (decimal): -11467483 or 2426193. OLE color: 2426193.
HSL color Cylindrical-coordinate representation of color #510525: hue angle of 334.74º 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 #510525 is Cyan = 0, Magento = 0.94, Yellow = 0.54 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 5 | 37 | - |
| CMYK | 0 | 0.94 | 0.54 | 0.68 |
| HSL | 334.74º | 0.88% | 0.17% | - |
| HSV(B) | 334.74º | 0.94% | 0.32% | - |
| XYZ | 3.78 | 1.99 | 1.94 | - |
| YUV | 31.37 | 131.18 | 163.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 5 | 37 | 0 | 0.94 | 0.54 | 0.68 | 334.74 | 0.88 | 0.17 |
| Hex | 51 | 5 | 25 | 0 | 5E | 36 | 44 | 14F | 58 | 11 |
| Octal | 121 | 5 | 45 | 0 | 136 | 66 | 104 | 517 | 130 | 21 |
| Binary | 1010001 | 101 | 100101 | 0 | 1011110 | 110110 | 1000100 | 101001111 | 1011000 | 10001 |
Color Harmonies of #510525
Complementary color
Monochromatic Colors of #510525
Black with #510525
Text Example
Text Example
White with #510525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #510525; }
p { color: rgb(81,5,37); }
H1.HeaderClassName
{
color: #510525;
}
.AnyTagClassName
{
color: #510525;
}
</style>
background-color css
<style>
a { background-color: #510525; }
a { background-color: rgb(81,5,37); }
div.DivClassName
{
background-color: #510525;
}
.BgClassName
{
background-color: #510525;
}
</style>
border-color css
<style>
span { border-color: #510525; }
span { border-color: rgb(81,5,37); }
td.TdClassName
{
border-color: #510525;
}
.TagClassName
{
border-color: #510525;
}
</style>