Shades of Blackberry #210A17
Tints of Blackberry #210A17
RGB
CMYK
RGB Variations
Color information
#210A17 (or 0x210A17) is known color: Blackberry. HEX triplet: 21, 0A and 17. RGB value is (33,10,23). Sum of RGB (Red+Green+Blue) = 33+10+23=66 (8% of max value = 765). Red value is 33 (13.28% from 255 or 50% from 66); Green value is 10 (4.30% from 255 or 15.15% from 66); Blue value is 23 (9.38% from 255 or 34.85% from 66); Max value from RGB is 33 - color contains mainly: red. Hex color #210A17 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #210A17 is #DEF5E8. Grayscale: #121212. Windows color (decimal): -14611945 or 1509921. OLE color: 1509921.
HSL color Cylindrical-coordinate representation of color #210A17: hue angle of 326.09º degrees, saturation: 0.53, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #210A17 is Cyan = 0, Magento = 0.70, Yellow = 0.30 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 33 | 10 | 23 | - |
| CMYK | 0 | 0.70 | 0.30 | 0.87 |
| HSL | 326.09º | 0.53% | 0.08% | - |
| HSV(B) | 326.09º | 0.7% | 0.13% | - |
| XYZ | 0.89 | 0.6 | 0.88 | - |
| YUV | 18.36 | 130.62 | 138.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 10 | 23 | 0 | 0.70 | 0.30 | 0.87 | 326.09 | 0.53 | 0.08 |
| Hex | 21 | A | 17 | 0 | 46 | 1E | 57 | 146 | 35 | 8 |
| Octal | 41 | 12 | 27 | 0 | 106 | 36 | 127 | 506 | 65 | 10 |
| Binary | 100001 | 1010 | 10111 | 0 | 1000110 | 11110 | 1010111 | 101000110 | 110101 | 1000 |
Color Harmonies of #210A17
Complementary color
Monochromatic Colors of #210A17
Black with #210A17
Text Example
Text Example
White with #210A17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210A17; }
p { color: rgb(33,10,23); }
H1.HeaderClassName
{
color: #210A17;
}
.AnyTagClassName
{
color: #210A17;
}
</style>
background-color css
<style>
a { background-color: #210A17; }
a { background-color: rgb(33,10,23); }
div.DivClassName
{
background-color: #210A17;
}
.BgClassName
{
background-color: #210A17;
}
</style>
border-color css
<style>
span { border-color: #210A17; }
span { border-color: rgb(33,10,23); }
td.TdClassName
{
border-color: #210A17;
}
.TagClassName
{
border-color: #210A17;
}
</style>