Shades of Blackberry #520223
Tints of Blackberry #520223
RGB
CMYK
RGB Variations
Color information
#520223 (or 0x520223) is known color: Blackberry. HEX triplet: 52, 02 and 23. RGB value is (82,2,35). Sum of RGB (Red+Green+Blue) = 82+2+35=119 (15% of max value = 765). Red value is 82 (32.42% from 255 or 68.91% from 119); Green value is 2 (1.17% from 255 or 1.68% from 119); Blue value is 35 (14.06% from 255 or 29.41% from 119); Max value from RGB is 82 - color contains mainly: red. Hex color #520223 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #520223 is #ADFDDC. Grayscale: #1D1D1D. Windows color (decimal): -11402717 or 2294354. OLE color: 2294354.
HSL color Cylindrical-coordinate representation of color #520223: hue angle of 335.25º 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 #520223 is Cyan = 0, Magento = 0.98, Yellow = 0.57 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 2 | 35 | - |
| CMYK | 0 | 0.98 | 0.57 | 0.68 |
| HSL | 335.25º | 0.95% | 0.16% | - |
| HSV(B) | 335.25º | 0.98% | 0.32% | - |
| XYZ | 3.8 | 1.96 | 1.77 | - |
| YUV | 29.68 | 131 | 165.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 2 | 35 | 0 | 0.98 | 0.57 | 0.68 | 335.25 | 0.95 | 0.16 |
| Hex | 52 | 2 | 23 | 0 | 62 | 39 | 44 | 14F | 5F | 10 |
| Octal | 122 | 2 | 43 | 0 | 142 | 71 | 104 | 517 | 137 | 20 |
| Binary | 1010010 | 10 | 100011 | 0 | 1100010 | 111001 | 1000100 | 101001111 | 1011111 | 10000 |
Color Harmonies of #520223
Complementary color
Monochromatic Colors of #520223
Black with #520223
Text Example
Text Example
White with #520223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520223; }
p { color: rgb(82,2,35); }
H1.HeaderClassName
{
color: #520223;
}
.AnyTagClassName
{
color: #520223;
}
</style>
background-color css
<style>
a { background-color: #520223; }
a { background-color: rgb(82,2,35); }
div.DivClassName
{
background-color: #520223;
}
.BgClassName
{
background-color: #520223;
}
</style>
border-color css
<style>
span { border-color: #520223; }
span { border-color: rgb(82,2,35); }
td.TdClassName
{
border-color: #520223;
}
.TagClassName
{
border-color: #520223;
}
</style>