Shades of Blackberry #520324
Tints of Blackberry #520324
RGB
CMYK
RGB Variations
Color information
#520324 (or 0x520324) is known color: Blackberry. HEX triplet: 52, 03 and 24. RGB value is (82,3,36). Sum of RGB (Red+Green+Blue) = 82+3+36=121 (16% of max value = 765). Red value is 82 (32.42% from 255 or 67.77% from 121); Green value is 3 (1.56% from 255 or 2.48% from 121); Blue value is 36 (14.45% from 255 or 29.75% from 121); Max value from RGB is 82 - color contains mainly: red. Hex color #520324 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #520324 is #ADFCDB. Grayscale: #1E1E1E. Windows color (decimal): -11402460 or 2360146. OLE color: 2360146.
HSL color Cylindrical-coordinate representation of color #520324: hue angle of 334.94º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #520324 is Cyan = 0, Magento = 0.96, Yellow = 0.56 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 3 | 36 | - |
| CMYK | 0 | 0.96 | 0.56 | 0.68 |
| HSL | 334.94º | 0.93% | 0.17% | - |
| HSV(B) | 334.94º | 0.96% | 0.32% | - |
| XYZ | 3.83 | 1.99 | 1.85 | - |
| YUV | 30.38 | 131.17 | 164.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 3 | 36 | 0 | 0.96 | 0.56 | 0.68 | 334.94 | 0.93 | 0.17 |
| Hex | 52 | 3 | 24 | 0 | 60 | 38 | 44 | 14F | 5D | 11 |
| Octal | 122 | 3 | 44 | 0 | 140 | 70 | 104 | 517 | 135 | 21 |
| Binary | 1010010 | 11 | 100100 | 0 | 1100000 | 111000 | 1000100 | 101001111 | 1011101 | 10001 |
Color Harmonies of #520324
Complementary color
Monochromatic Colors of #520324
Black with #520324
Text Example
Text Example
White with #520324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520324; }
p { color: rgb(82,3,36); }
H1.HeaderClassName
{
color: #520324;
}
.AnyTagClassName
{
color: #520324;
}
</style>
background-color css
<style>
a { background-color: #520324; }
a { background-color: rgb(82,3,36); }
div.DivClassName
{
background-color: #520324;
}
.BgClassName
{
background-color: #520324;
}
</style>
border-color css
<style>
span { border-color: #520324; }
span { border-color: rgb(82,3,36); }
td.TdClassName
{
border-color: #520324;
}
.TagClassName
{
border-color: #520324;
}
</style>