Shades of Blackberry #210116
Tints of Blackberry #210116
RGB
CMYK
RGB Variations
Color information
#210116 (or 0x210116) is known color: Blackberry. HEX triplet: 21, 01 and 16. RGB value is (33,1,22). Sum of RGB (Red+Green+Blue) = 33+1+22=56 (7% of max value = 765). Red value is 33 (13.28% from 255 or 58.93% from 56); Green value is 1 (0.78% from 255 or 1.79% from 56); Blue value is 22 (8.98% from 255 or 39.29% from 56); Max value from RGB is 33 - color contains mainly: red. Hex color #210116 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #210116 is #DEFEE9. Grayscale: #0C0C0C. Windows color (decimal): -14614250 or 1442081. OLE color: 1442081.
HSL color Cylindrical-coordinate representation of color #210116: hue angle of 320.62º degrees, saturation: 0.94, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #210116 is Cyan = 0, Magento = 0.97, Yellow = 0.33 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 33 | 1 | 22 | - |
| CMYK | 0 | 0.97 | 0.33 | 0.87 |
| HSL | 320.63º | 0.94% | 0.07% | - |
| HSV(B) | 320.63º | 0.97% | 0.13% | - |
| XYZ | 0.78 | 0.4 | 0.8 | - |
| YUV | 12.96 | 133.1 | 142.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 1 | 22 | 0 | 0.97 | 0.33 | 0.87 | 320.63 | 0.94 | 0.07 |
| Hex | 21 | 1 | 16 | 0 | 61 | 21 | 57 | 141 | 5E | 7 |
| Octal | 41 | 1 | 26 | 0 | 141 | 41 | 127 | 501 | 136 | 7 |
| Binary | 100001 | 1 | 10110 | 0 | 1100001 | 100001 | 1010111 | 101000001 | 1011110 | 111 |
Color Harmonies of #210116
Complementary color
Monochromatic Colors of #210116
Black with #210116
Text Example
Text Example
White with #210116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210116; }
p { color: rgb(33,1,22); }
H1.HeaderClassName
{
color: #210116;
}
.AnyTagClassName
{
color: #210116;
}
</style>
background-color css
<style>
a { background-color: #210116; }
a { background-color: rgb(33,1,22); }
div.DivClassName
{
background-color: #210116;
}
.BgClassName
{
background-color: #210116;
}
</style>
border-color css
<style>
span { border-color: #210116; }
span { border-color: rgb(33,1,22); }
td.TdClassName
{
border-color: #210116;
}
.TagClassName
{
border-color: #210116;
}
</style>