Shades of Black Magic #211B10
Tints of Black Magic #211B10
RGB
CMYK
RGB Variations
Color information
#211B10 (or 0x211B10) is known color: Black Magic. HEX triplet: 21, 1B and 10. RGB value is (33,27,16). Sum of RGB (Red+Green+Blue) = 33+27+16=76 (10% of max value = 765). Red value is 33 (13.28% from 255 or 43.42% from 76); Green value is 27 (10.94% from 255 or 35.53% from 76); Blue value is 16 (6.64% from 255 or 21.05% from 76); Max value from RGB is 33 - color contains mainly: red. Hex color #211B10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #211B10 is #DEE4EF. Grayscale: #1B1B1B. Windows color (decimal): -14607600 or 1055521. OLE color: 1055521.
HSL color Cylindrical-coordinate representation of color #211B10: hue angle of 38.82º degrees, saturation: 0.35, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #211B10 is Cyan = 0, Magento = 0.18, Yellow = 0.52 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 33 | 27 | 16 | - |
| CMYK | 0 | 0.18 | 0.52 | 0.87 |
| HSL | 38.82º | 0.35% | 0.1% | - |
| HSV(B) | 38.82º | 0.52% | 0.13% | - |
| XYZ | 1.11 | 1.14 | 0.65 | - |
| YUV | 27.54 | 121.49 | 131.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 27 | 16 | 0 | 0.18 | 0.52 | 0.87 | 38.82 | 0.35 | 0.1 |
| Hex | 21 | 1B | 10 | 0 | 12 | 34 | 57 | 27 | 23 | A |
| Octal | 41 | 33 | 20 | 0 | 22 | 64 | 127 | 47 | 43 | 12 |
| Binary | 100001 | 11011 | 10000 | 0 | 10010 | 110100 | 1010111 | 100111 | 100011 | 1010 |
Color Harmonies of #211B10
Complementary color
Monochromatic Colors of #211B10
Black with #211B10
Text Example
Text Example
White with #211B10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211B10; }
p { color: rgb(33,27,16); }
H1.HeaderClassName
{
color: #211B10;
}
.AnyTagClassName
{
color: #211B10;
}
</style>
background-color css
<style>
a { background-color: #211B10; }
a { background-color: rgb(33,27,16); }
div.DivClassName
{
background-color: #211B10;
}
.BgClassName
{
background-color: #211B10;
}
</style>
border-color css
<style>
span { border-color: #211B10; }
span { border-color: rgb(33,27,16); }
td.TdClassName
{
border-color: #211B10;
}
.TagClassName
{
border-color: #211B10;
}
</style>