Shades of Blackberry #520222
Tints of Blackberry #520222
RGB
CMYK
RGB Variations
Color information
#520222 (or 0x520222) is known color: Blackberry. HEX triplet: 52, 02 and 22. RGB value is (82,2,34). Sum of RGB (Red+Green+Blue) = 82+2+34=118 (15% of max value = 765). Red value is 82 (32.42% from 255 or 69.49% from 118); Green value is 2 (1.17% from 255 or 1.69% from 118); Blue value is 34 (13.67% from 255 or 28.81% from 118); Max value from RGB is 82 - color contains mainly: red. Hex color #520222 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #520222 is #ADFDDD. Grayscale: #1D1D1D. Windows color (decimal): -11402718 or 2228818. OLE color: 2228818.
HSL color Cylindrical-coordinate representation of color #520222: hue angle of 336º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #520222 is Cyan = 0, Magento = 0.98, Yellow = 0.59 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 2 | 34 | - |
| CMYK | 0 | 0.98 | 0.59 | 0.68 |
| HSL | 336º | 0.95% | 0.16% | - |
| HSV(B) | 336º | 0.98% | 0.32% | - |
| XYZ | 3.79 | 1.95 | 1.69 | - |
| YUV | 29.57 | 130.5 | 165.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 2 | 34 | 0 | 0.98 | 0.59 | 0.68 | 336 | 0.95 | 0.16 |
| Hex | 52 | 2 | 22 | 0 | 62 | 3B | 44 | 150 | 5F | 10 |
| Octal | 122 | 2 | 42 | 0 | 142 | 73 | 104 | 520 | 137 | 20 |
| Binary | 1010010 | 10 | 100010 | 0 | 1100010 | 111011 | 1000100 | 101010000 | 1011111 | 10000 |
Color Harmonies of #520222
Complementary color
Monochromatic Colors of #520222
Black with #520222
Text Example
Text Example
White with #520222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520222; }
p { color: rgb(82,2,34); }
H1.HeaderClassName
{
color: #520222;
}
.AnyTagClassName
{
color: #520222;
}
</style>
background-color css
<style>
a { background-color: #520222; }
a { background-color: rgb(82,2,34); }
div.DivClassName
{
background-color: #520222;
}
.BgClassName
{
background-color: #520222;
}
</style>
border-color css
<style>
span { border-color: #520222; }
span { border-color: rgb(82,2,34); }
td.TdClassName
{
border-color: #520222;
}
.TagClassName
{
border-color: #520222;
}
</style>