Shades of Blackberry #520523
Tints of Blackberry #520523
RGB
CMYK
RGB Variations
Color information
#520523 (or 0x520523) is known color: Blackberry. HEX triplet: 52, 05 and 23. RGB value is (82,5,35). Sum of RGB (Red+Green+Blue) = 82+5+35=122 (16% of max value = 765). Red value is 82 (32.42% from 255 or 67.21% from 122); Green value is 5 (2.34% from 255 or 4.10% from 122); Blue value is 35 (14.06% from 255 or 28.69% from 122); Max value from RGB is 82 - color contains mainly: red. Hex color #520523 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #520523 is #ADFADC. Grayscale: #1F1F1F. Windows color (decimal): -11401949 or 2295122. OLE color: 2295122.
HSL color Cylindrical-coordinate representation of color #520523: hue angle of 336.62º 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 #520523 is Cyan = 0, Magento = 0.94, Yellow = 0.57 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 5 | 35 | - |
| CMYK | 0 | 0.94 | 0.57 | 0.68 |
| HSL | 336.62º | 0.89% | 0.17% | - |
| HSV(B) | 336.62º | 0.94% | 0.32% | - |
| XYZ | 3.84 | 2.02 | 1.78 | - |
| YUV | 31.44 | 130.01 | 164.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 5 | 35 | 0 | 0.94 | 0.57 | 0.68 | 336.62 | 0.89 | 0.17 |
| Hex | 52 | 5 | 23 | 0 | 5E | 39 | 44 | 151 | 59 | 11 |
| Octal | 122 | 5 | 43 | 0 | 136 | 71 | 104 | 521 | 131 | 21 |
| Binary | 1010010 | 101 | 100011 | 0 | 1011110 | 111001 | 1000100 | 101010001 | 1011001 | 10001 |
Color Harmonies of #520523
Complementary color
Monochromatic Colors of #520523
Black with #520523
Text Example
Text Example
White with #520523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520523; }
p { color: rgb(82,5,35); }
H1.HeaderClassName
{
color: #520523;
}
.AnyTagClassName
{
color: #520523;
}
</style>
background-color css
<style>
a { background-color: #520523; }
a { background-color: rgb(82,5,35); }
div.DivClassName
{
background-color: #520523;
}
.BgClassName
{
background-color: #520523;
}
</style>
border-color css
<style>
span { border-color: #520523; }
span { border-color: rgb(82,5,35); }
td.TdClassName
{
border-color: #520523;
}
.TagClassName
{
border-color: #520523;
}
</style>