Shades of Blackberry #210B16
Tints of Blackberry #210B16
RGB
CMYK
RGB Variations
Color information
#210B16 (or 0x210B16) is known color: Blackberry. HEX triplet: 21, 0B and 16. RGB value is (33,11,22). Sum of RGB (Red+Green+Blue) = 33+11+22=66 (8% of max value = 765). Red value is 33 (13.28% from 255 or 50% from 66); Green value is 11 (4.69% from 255 or 16.67% from 66); Blue value is 22 (8.98% from 255 or 33.33% from 66); Max value from RGB is 33 - color contains mainly: red. Hex color #210B16 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #210B16 is #DEF4E9. Grayscale: #121212. Windows color (decimal): -14611690 or 1444641. OLE color: 1444641.
HSL color Cylindrical-coordinate representation of color #210B16: hue angle of 330º degrees, saturation: 0.5, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #210B16 is Cyan = 0, Magento = 0.67, Yellow = 0.33 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 33 | 11 | 22 | - |
| CMYK | 0 | 0.67 | 0.33 | 0.87 |
| HSL | 330º | 0.5% | 0.09% | - |
| HSV(B) | 330º | 0.67% | 0.13% | - |
| XYZ | 0.89 | 0.62 | 0.83 | - |
| YUV | 18.83 | 129.79 | 138.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 11 | 22 | 0 | 0.67 | 0.33 | 0.87 | 330 | 0.5 | 0.09 |
| Hex | 21 | B | 16 | 0 | 43 | 21 | 57 | 14A | 32 | 9 |
| Octal | 41 | 13 | 26 | 0 | 103 | 41 | 127 | 512 | 62 | 11 |
| Binary | 100001 | 1011 | 10110 | 0 | 1000011 | 100001 | 1010111 | 101001010 | 110010 | 1001 |
Color Harmonies of #210B16
Complementary color
Monochromatic Colors of #210B16
Black with #210B16
Text Example
Text Example
White with #210B16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210B16; }
p { color: rgb(33,11,22); }
H1.HeaderClassName
{
color: #210B16;
}
.AnyTagClassName
{
color: #210B16;
}
</style>
background-color css
<style>
a { background-color: #210B16; }
a { background-color: rgb(33,11,22); }
div.DivClassName
{
background-color: #210B16;
}
.BgClassName
{
background-color: #210B16;
}
</style>
border-color css
<style>
span { border-color: #210B16; }
span { border-color: rgb(33,11,22); }
td.TdClassName
{
border-color: #210B16;
}
.TagClassName
{
border-color: #210B16;
}
</style>