Shades of Blackberry #520932
Tints of Blackberry #520932
RGB
CMYK
RGB Variations
Color information
#520932 (or 0x520932) is known color: Blackberry. HEX triplet: 52, 09 and 32. RGB value is (82,9,50). Sum of RGB (Red+Green+Blue) = 82+9+50=141 (18% of max value = 765). Red value is 82 (32.42% from 255 or 58.16% from 141); Green value is 9 (3.91% from 255 or 6.38% from 141); Blue value is 50 (19.92% from 255 or 35.46% from 141); Max value from RGB is 82 - color contains mainly: red. Hex color #520932 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #520932 is #ADF6CD. Grayscale: #232323. Windows color (decimal): -11400910 or 3279186. OLE color: 3279186.
HSL color Cylindrical-coordinate representation of color #520932: hue angle of 326.3º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #520932 is Cyan = 0, Magento = 0.89, Yellow = 0.39 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 9 | 50 | - |
| CMYK | 0 | 0.89 | 0.39 | 0.68 |
| HSL | 326.3º | 0.8% | 0.18% | - |
| HSV(B) | 326.3º | 0.89% | 0.32% | - |
| XYZ | 4.15 | 2.22 | 3.23 | - |
| YUV | 35.5 | 136.18 | 161.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 9 | 50 | 0 | 0.89 | 0.39 | 0.68 | 326.3 | 0.8 | 0.18 |
| Hex | 52 | 9 | 32 | 0 | 59 | 27 | 44 | 146 | 50 | 12 |
| Octal | 122 | 11 | 62 | 0 | 131 | 47 | 104 | 506 | 120 | 22 |
| Binary | 1010010 | 1001 | 110010 | 0 | 1011001 | 100111 | 1000100 | 101000110 | 1010000 | 10010 |
Color Harmonies of #520932
Complementary color
Monochromatic Colors of #520932
Black with #520932
Text Example
Text Example
White with #520932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520932; }
p { color: rgb(82,9,50); }
H1.HeaderClassName
{
color: #520932;
}
.AnyTagClassName
{
color: #520932;
}
</style>
background-color css
<style>
a { background-color: #520932; }
a { background-color: rgb(82,9,50); }
div.DivClassName
{
background-color: #520932;
}
.BgClassName
{
background-color: #520932;
}
</style>
border-color css
<style>
span { border-color: #520932; }
span { border-color: rgb(82,9,50); }
td.TdClassName
{
border-color: #520932;
}
.TagClassName
{
border-color: #520932;
}
</style>