Shades of Black Magic #211C14
Tints of Black Magic #211C14
RGB
CMYK
RGB Variations
Color information
#211C14 (or 0x211C14) is known color: Black Magic. HEX triplet: 21, 1C and 14. RGB value is (33,28,20). Sum of RGB (Red+Green+Blue) = 33+28+20=81 (10% of max value = 765). Red value is 33 (13.28% from 255 or 40.74% from 81); Green value is 28 (11.33% from 255 or 34.57% from 81); Blue value is 20 (8.20% from 255 or 24.69% from 81); Max value from RGB is 33 - color contains mainly: red. Hex color #211C14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #211C14 is #DEE3EB. Grayscale: #1C1C1C. Windows color (decimal): -14607340 or 1317921. OLE color: 1317921.
HSL color Cylindrical-coordinate representation of color #211C14: hue angle of 36.92º degrees, saturation: 0.25, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #211C14 is Cyan = 0, Magento = 0.15, Yellow = 0.39 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 33 | 28 | 20 | - |
| CMYK | 0 | 0.15 | 0.39 | 0.87 |
| HSL | 36.92º | 0.25% | 0.1% | - |
| HSV(B) | 36.92º | 0.39% | 0.13% | - |
| XYZ | 1.17 | 1.2 | 0.83 | - |
| YUV | 28.58 | 123.16 | 131.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 28 | 20 | 0 | 0.15 | 0.39 | 0.87 | 36.92 | 0.25 | 0.1 |
| Hex | 21 | 1C | 14 | 0 | F | 27 | 57 | 25 | 19 | A |
| Octal | 41 | 34 | 24 | 0 | 17 | 47 | 127 | 45 | 31 | 12 |
| Binary | 100001 | 11100 | 10100 | 0 | 1111 | 100111 | 1010111 | 100101 | 11001 | 1010 |
Color Harmonies of #211C14
Complementary color
Monochromatic Colors of #211C14
Black with #211C14
Text Example
Text Example
White with #211C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211C14; }
p { color: rgb(33,28,20); }
H1.HeaderClassName
{
color: #211C14;
}
.AnyTagClassName
{
color: #211C14;
}
</style>
background-color css
<style>
a { background-color: #211C14; }
a { background-color: rgb(33,28,20); }
div.DivClassName
{
background-color: #211C14;
}
.BgClassName
{
background-color: #211C14;
}
</style>
border-color css
<style>
span { border-color: #211C14; }
span { border-color: rgb(33,28,20); }
td.TdClassName
{
border-color: #211C14;
}
.TagClassName
{
border-color: #211C14;
}
</style>