Shades of Blackberry #210217
Tints of Blackberry #210217
RGB
CMYK
RGB Variations
Color information
#210217 (or 0x210217) is known color: Blackberry. HEX triplet: 21, 02 and 17. RGB value is (33,2,23). Sum of RGB (Red+Green+Blue) = 33+2+23=58 (7% of max value = 765). Red value is 33 (13.28% from 255 or 56.90% from 58); Green value is 2 (1.17% from 255 or 3.45% from 58); Blue value is 23 (9.38% from 255 or 39.66% from 58); Max value from RGB is 33 - color contains mainly: red. Hex color #210217 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #210217 is #DEFDE8. Grayscale: #0D0D0D. Windows color (decimal): -14613993 or 1507873. OLE color: 1507873.
HSL color Cylindrical-coordinate representation of color #210217: hue angle of 319.35º 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 #210217 is Cyan = 0, Magento = 0.94, Yellow = 0.30 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 33 | 2 | 23 | - |
| CMYK | 0 | 0.94 | 0.30 | 0.87 |
| HSL | 319.35º | 0.89% | 0.07% | - |
| HSV(B) | 319.35º | 0.94% | 0.13% | - |
| XYZ | 0.8 | 0.43 | 0.85 | - |
| YUV | 13.66 | 133.27 | 141.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 2 | 23 | 0 | 0.94 | 0.30 | 0.87 | 319.35 | 0.89 | 0.07 |
| Hex | 21 | 2 | 17 | 0 | 5E | 1E | 57 | 13F | 59 | 7 |
| Octal | 41 | 2 | 27 | 0 | 136 | 36 | 127 | 477 | 131 | 7 |
| Binary | 100001 | 10 | 10111 | 0 | 1011110 | 11110 | 1010111 | 100111111 | 1011001 | 111 |
Color Harmonies of #210217
Complementary color
Monochromatic Colors of #210217
Black with #210217
Text Example
Text Example
White with #210217
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210217; }
p { color: rgb(33,2,23); }
H1.HeaderClassName
{
color: #210217;
}
.AnyTagClassName
{
color: #210217;
}
</style>
background-color css
<style>
a { background-color: #210217; }
a { background-color: rgb(33,2,23); }
div.DivClassName
{
background-color: #210217;
}
.BgClassName
{
background-color: #210217;
}
</style>
border-color css
<style>
span { border-color: #210217; }
span { border-color: rgb(33,2,23); }
td.TdClassName
{
border-color: #210217;
}
.TagClassName
{
border-color: #210217;
}
</style>