Shades of Blackberry #520529
Tints of Blackberry #520529
RGB
CMYK
RGB Variations
Color information
#520529 (or 0x520529) is known color: Blackberry. HEX triplet: 52, 05 and 29. RGB value is (82,5,41). Sum of RGB (Red+Green+Blue) = 82+5+41=128 (16% of max value = 765). Red value is 82 (32.42% from 255 or 64.06% from 128); Green value is 5 (2.34% from 255 or 3.91% from 128); Blue value is 41 (16.41% from 255 or 32.03% from 128); Max value from RGB is 82 - color contains mainly: red. Hex color #520529 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #520529 is #ADFAD6. Grayscale: #202020. Windows color (decimal): -11401943 or 2688338. OLE color: 2688338.
HSL color Cylindrical-coordinate representation of color #520529: hue angle of 331.95º degrees, saturation: 0.89, 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 #520529 is Cyan = 0, Magento = 0.94, Yellow = 0.50 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 5 | 41 | - |
| CMYK | 0 | 0.94 | 0.50 | 0.68 |
| HSL | 331.95º | 0.89% | 0.17% | - |
| HSV(B) | 331.95º | 0.94% | 0.32% | - |
| XYZ | 3.93 | 2.06 | 2.29 | - |
| YUV | 32.13 | 133.01 | 163.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 5 | 41 | 0 | 0.94 | 0.50 | 0.68 | 331.95 | 0.89 | 0.17 |
| Hex | 52 | 5 | 29 | 0 | 5E | 32 | 44 | 14C | 59 | 11 |
| Octal | 122 | 5 | 51 | 0 | 136 | 62 | 104 | 514 | 131 | 21 |
| Binary | 1010010 | 101 | 101001 | 0 | 1011110 | 110010 | 1000100 | 101001100 | 1011001 | 10001 |
Color Harmonies of #520529
Complementary color
Monochromatic Colors of #520529
Black with #520529
Text Example
Text Example
White with #520529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520529; }
p { color: rgb(82,5,41); }
H1.HeaderClassName
{
color: #520529;
}
.AnyTagClassName
{
color: #520529;
}
</style>
background-color css
<style>
a { background-color: #520529; }
a { background-color: rgb(82,5,41); }
div.DivClassName
{
background-color: #520529;
}
.BgClassName
{
background-color: #520529;
}
</style>
border-color css
<style>
span { border-color: #520529; }
span { border-color: rgb(82,5,41); }
td.TdClassName
{
border-color: #520529;
}
.TagClassName
{
border-color: #520529;
}
</style>