Shades of Blackberry #210816
Tints of Blackberry #210816
RGB
CMYK
RGB Variations
Color information
#210816 (or 0x210816) is known color: Blackberry. HEX triplet: 21, 08 and 16. RGB value is (33,8,22). Sum of RGB (Red+Green+Blue) = 33+8+22=63 (8% of max value = 765). Red value is 33 (13.28% from 255 or 52.38% from 63); Green value is 8 (3.52% from 255 or 12.70% from 63); Blue value is 22 (8.98% from 255 or 34.92% from 63); Max value from RGB is 33 - color contains mainly: red. Hex color #210816 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #210816 is #DEF7E9. Grayscale: #111111. Windows color (decimal): -14612458 or 1443873. OLE color: 1443873.
HSL color Cylindrical-coordinate representation of color #210816: hue angle of 326.4º degrees, saturation: 0.61, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #210816 is Cyan = 0, Magento = 0.76, Yellow = 0.33 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 33 | 8 | 22 | - |
| CMYK | 0 | 0.76 | 0.33 | 0.87 |
| HSL | 326.4º | 0.61% | 0.08% | - |
| HSV(B) | 326.4º | 0.76% | 0.13% | - |
| XYZ | 0.86 | 0.55 | 0.82 | - |
| YUV | 17.07 | 130.78 | 139.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 8 | 22 | 0 | 0.76 | 0.33 | 0.87 | 326.4 | 0.61 | 0.08 |
| Hex | 21 | 8 | 16 | 0 | 4C | 21 | 57 | 146 | 3D | 8 |
| Octal | 41 | 10 | 26 | 0 | 114 | 41 | 127 | 506 | 75 | 10 |
| Binary | 100001 | 1000 | 10110 | 0 | 1001100 | 100001 | 1010111 | 101000110 | 111101 | 1000 |
Color Harmonies of #210816
Complementary color
Monochromatic Colors of #210816
Black with #210816
Text Example
Text Example
White with #210816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210816; }
p { color: rgb(33,8,22); }
H1.HeaderClassName
{
color: #210816;
}
.AnyTagClassName
{
color: #210816;
}
</style>
background-color css
<style>
a { background-color: #210816; }
a { background-color: rgb(33,8,22); }
div.DivClassName
{
background-color: #210816;
}
.BgClassName
{
background-color: #210816;
}
</style>
border-color css
<style>
span { border-color: #210816; }
span { border-color: rgb(33,8,22); }
td.TdClassName
{
border-color: #210816;
}
.TagClassName
{
border-color: #210816;
}
</style>