Shades of Black Magic #211A0F
Tints of Black Magic #211A0F
RGB
CMYK
RGB Variations
Color information
#211A0F (or 0x211A0F) is known color: Black Magic. HEX triplet: 21, 1A and 0F. RGB value is (33,26,15). Sum of RGB (Red+Green+Blue) = 33+26+15=74 (9% of max value = 765). Red value is 33 (13.28% from 255 or 44.59% from 74); Green value is 26 (10.55% from 255 or 35.14% from 74); Blue value is 15 (6.25% from 255 or 20.27% from 74); Max value from RGB is 33 - color contains mainly: red. Hex color #211A0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #211A0F is #DEE5F0. Grayscale: #1A1A1A. Windows color (decimal): -14607857 or 989729. OLE color: 989729.
HSL color Cylindrical-coordinate representation of color #211A0F: hue angle of 36.67º degrees, saturation: 0.38, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #211A0F is Cyan = 0, Magento = 0.21, Yellow = 0.55 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 33 | 26 | 15 | - |
| CMYK | 0 | 0.21 | 0.55 | 0.87 |
| HSL | 36.67º | 0.38% | 0.09% | - |
| HSV(B) | 36.67º | 0.55% | 0.13% | - |
| XYZ | 1.08 | 1.1 | 0.61 | - |
| YUV | 26.84 | 121.32 | 132.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 26 | 15 | 0 | 0.21 | 0.55 | 0.87 | 36.67 | 0.38 | 0.09 |
| Hex | 21 | 1A | F | 0 | 15 | 37 | 57 | 25 | 26 | 9 |
| Octal | 41 | 32 | 17 | 0 | 25 | 67 | 127 | 45 | 46 | 11 |
| Binary | 100001 | 11010 | 1111 | 0 | 10101 | 110111 | 1010111 | 100101 | 100110 | 1001 |
Color Harmonies of #211A0F
Complementary color
Monochromatic Colors of #211A0F
Black with #211A0F
Text Example
Text Example
White with #211A0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211A0F; }
p { color: rgb(33,26,15); }
H1.HeaderClassName
{
color: #211A0F;
}
.AnyTagClassName
{
color: #211A0F;
}
</style>
background-color css
<style>
a { background-color: #211A0F; }
a { background-color: rgb(33,26,15); }
div.DivClassName
{
background-color: #211A0F;
}
.BgClassName
{
background-color: #211A0F;
}
</style>
border-color css
<style>
span { border-color: #211A0F; }
span { border-color: rgb(33,26,15); }
td.TdClassName
{
border-color: #211A0F;
}
.TagClassName
{
border-color: #211A0F;
}
</style>