Shades of Blackberry #210B17
Tints of Blackberry #210B17
RGB
CMYK
RGB Variations
Color information
#210B17 (or 0x210B17) is known color: Blackberry. HEX triplet: 21, 0B and 17. RGB value is (33,11,23). Sum of RGB (Red+Green+Blue) = 33+11+23=67 (8% of max value = 765). Red value is 33 (13.28% from 255 or 49.25% from 67); Green value is 11 (4.69% from 255 or 16.42% from 67); Blue value is 23 (9.38% from 255 or 34.33% from 67); Max value from RGB is 33 - color contains mainly: red. Hex color #210B17 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #210B17 is #DEF4E8. Grayscale: #121212. Windows color (decimal): -14611689 or 1510177. OLE color: 1510177.
HSL color Cylindrical-coordinate representation of color #210B17: hue angle of 327.27º 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 #210B17 is Cyan = 0, Magento = 0.67, Yellow = 0.30 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 33 | 11 | 23 | - |
| CMYK | 0 | 0.67 | 0.30 | 0.87 |
| HSL | 327.27º | 0.5% | 0.09% | - |
| HSV(B) | 327.27º | 0.67% | 0.13% | - |
| XYZ | 0.9 | 0.62 | 0.88 | - |
| YUV | 18.95 | 130.29 | 138.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 11 | 23 | 0 | 0.67 | 0.30 | 0.87 | 327.27 | 0.5 | 0.09 |
| Hex | 21 | B | 17 | 0 | 43 | 1E | 57 | 147 | 32 | 9 |
| Octal | 41 | 13 | 27 | 0 | 103 | 36 | 127 | 507 | 62 | 11 |
| Binary | 100001 | 1011 | 10111 | 0 | 1000011 | 11110 | 1010111 | 101000111 | 110010 | 1001 |
Color Harmonies of #210B17
Complementary color
Monochromatic Colors of #210B17
Black with #210B17
Text Example
Text Example
White with #210B17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210B17; }
p { color: rgb(33,11,23); }
H1.HeaderClassName
{
color: #210B17;
}
.AnyTagClassName
{
color: #210B17;
}
</style>
background-color css
<style>
a { background-color: #210B17; }
a { background-color: rgb(33,11,23); }
div.DivClassName
{
background-color: #210B17;
}
.BgClassName
{
background-color: #210B17;
}
</style>
border-color css
<style>
span { border-color: #210B17; }
span { border-color: rgb(33,11,23); }
td.TdClassName
{
border-color: #210B17;
}
.TagClassName
{
border-color: #210B17;
}
</style>