Shades of Blackberry #210213
Tints of Blackberry #210213
RGB
CMYK
RGB Variations
Color information
#210213 (or 0x210213) is known color: Blackberry. HEX triplet: 21, 02 and 13. RGB value is (33,2,19). Sum of RGB (Red+Green+Blue) = 33+2+19=54 (7% of max value = 765). Red value is 33 (13.28% from 255 or 61.11% from 54); Green value is 2 (1.17% from 255 or 3.70% from 54); Blue value is 19 (7.81% from 255 or 35.19% from 54); Max value from RGB is 33 - color contains mainly: red. Hex color #210213 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #210213 is #DEFDEC. Grayscale: #0D0D0D. Windows color (decimal): -14613997 or 1245729. OLE color: 1245729.
HSL color Cylindrical-coordinate representation of color #210213: hue angle of 327.1º degrees, saturation: 0.89, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #210213 is Cyan = 0, Magento = 0.94, Yellow = 0.42 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 33 | 2 | 19 | - |
| CMYK | 0 | 0.94 | 0.42 | 0.87 |
| HSL | 327.1º | 0.89% | 0.07% | - |
| HSV(B) | 327.1º | 0.94% | 0.13% | - |
| XYZ | 0.77 | 0.41 | 0.66 | - |
| YUV | 13.21 | 131.27 | 142.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 2 | 19 | 0 | 0.94 | 0.42 | 0.87 | 327.1 | 0.89 | 0.07 |
| Hex | 21 | 2 | 13 | 0 | 5E | 2A | 57 | 147 | 59 | 7 |
| Octal | 41 | 2 | 23 | 0 | 136 | 52 | 127 | 507 | 131 | 7 |
| Binary | 100001 | 10 | 10011 | 0 | 1011110 | 101010 | 1010111 | 101000111 | 1011001 | 111 |
Color Harmonies of #210213
Complementary color
Monochromatic Colors of #210213
Black with #210213
Text Example
Text Example
White with #210213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210213; }
p { color: rgb(33,2,19); }
H1.HeaderClassName
{
color: #210213;
}
.AnyTagClassName
{
color: #210213;
}
</style>
background-color css
<style>
a { background-color: #210213; }
a { background-color: rgb(33,2,19); }
div.DivClassName
{
background-color: #210213;
}
.BgClassName
{
background-color: #210213;
}
</style>
border-color css
<style>
span { border-color: #210213; }
span { border-color: rgb(33,2,19); }
td.TdClassName
{
border-color: #210213;
}
.TagClassName
{
border-color: #210213;
}
</style>