Shades of Black Magic #211808
Tints of Black Magic #211808
RGB
CMYK
RGB Variations
Color information
#211808 (or 0x211808) is known color: Black Magic. HEX triplet: 21, 18 and 08. RGB value is (33,24,8). Sum of RGB (Red+Green+Blue) = 33+24+8=65 (8% of max value = 765). Red value is 33 (13.28% from 255 or 50.77% from 65); Green value is 24 (9.77% from 255 or 36.92% from 65); Blue value is 8 (3.52% from 255 or 12.31% from 65); Max value from RGB is 33 - color contains mainly: red. Hex color #211808 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #211808 is #DEE7F7. Grayscale: #181818. Windows color (decimal): -14608376 or 530465. OLE color: 530465.
HSL color Cylindrical-coordinate representation of color #211808: hue angle of 38.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 #211808 is Cyan = 0, Magento = 0.27, Yellow = 0.76 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 33 | 24 | 8 | - |
| CMYK | 0 | 0.27 | 0.76 | 0.87 |
| HSL | 38.4º | 0.61% | 0.08% | - |
| HSV(B) | 38.4º | 0.76% | 0.13% | - |
| XYZ | 1 | 0.99 | 0.37 | - |
| YUV | 24.87 | 118.48 | 133.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 24 | 8 | 0 | 0.27 | 0.76 | 0.87 | 38.4 | 0.61 | 0.08 |
| Hex | 21 | 18 | 8 | 0 | 1B | 4C | 57 | 26 | 3D | 8 |
| Octal | 41 | 30 | 10 | 0 | 33 | 114 | 127 | 46 | 75 | 10 |
| Binary | 100001 | 11000 | 1000 | 0 | 11011 | 1001100 | 1010111 | 100110 | 111101 | 1000 |
Color Harmonies of #211808
Complementary color
Monochromatic Colors of #211808
Black with #211808
Text Example
Text Example
White with #211808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211808; }
p { color: rgb(33,24,8); }
H1.HeaderClassName
{
color: #211808;
}
.AnyTagClassName
{
color: #211808;
}
</style>
background-color css
<style>
a { background-color: #211808; }
a { background-color: rgb(33,24,8); }
div.DivClassName
{
background-color: #211808;
}
.BgClassName
{
background-color: #211808;
}
</style>
border-color css
<style>
span { border-color: #211808; }
span { border-color: rgb(33,24,8); }
td.TdClassName
{
border-color: #211808;
}
.TagClassName
{
border-color: #211808;
}
</style>