Shades of Black Magic #21190C
Tints of Black Magic #21190C
RGB
CMYK
RGB Variations
Color information
#21190C (or 0x21190C) is known color: Black Magic. HEX triplet: 21, 19 and 0C. RGB value is (33,25,12). Sum of RGB (Red+Green+Blue) = 33+25+12=70 (9% of max value = 765). Red value is 33 (13.28% from 255 or 47.14% from 70); Green value is 25 (10.16% from 255 or 35.71% from 70); Blue value is 12 (5.08% from 255 or 17.14% from 70); Max value from RGB is 33 - color contains mainly: red. Hex color #21190C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #21190C is #DEE6F3. Grayscale: #191919. Windows color (decimal): -14608116 or 792865. OLE color: 792865.
HSL color Cylindrical-coordinate representation of color #21190C: hue angle of 37.14º degrees, saturation: 0.47, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #21190C is Cyan = 0, Magento = 0.24, Yellow = 0.64 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 33 | 25 | 12 | - |
| CMYK | 0 | 0.24 | 0.64 | 0.87 |
| HSL | 37.14º | 0.47% | 0.09% | - |
| HSV(B) | 37.14º | 0.64% | 0.13% | - |
| XYZ | 1.04 | 1.05 | 0.49 | - |
| YUV | 25.91 | 120.15 | 133.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 25 | 12 | 0 | 0.24 | 0.64 | 0.87 | 37.14 | 0.47 | 0.09 |
| Hex | 21 | 19 | C | 0 | 18 | 40 | 57 | 25 | 2F | 9 |
| Octal | 41 | 31 | 14 | 0 | 30 | 100 | 127 | 45 | 57 | 11 |
| Binary | 100001 | 11001 | 1100 | 0 | 11000 | 1000000 | 1010111 | 100101 | 101111 | 1001 |
Color Harmonies of #21190C
Complementary color
Monochromatic Colors of #21190C
Black with #21190C
Text Example
Text Example
White with #21190C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21190C; }
p { color: rgb(33,25,12); }
H1.HeaderClassName
{
color: #21190C;
}
.AnyTagClassName
{
color: #21190C;
}
</style>
background-color css
<style>
a { background-color: #21190C; }
a { background-color: rgb(33,25,12); }
div.DivClassName
{
background-color: #21190C;
}
.BgClassName
{
background-color: #21190C;
}
</style>
border-color css
<style>
span { border-color: #21190C; }
span { border-color: rgb(33,25,12); }
td.TdClassName
{
border-color: #21190C;
}
.TagClassName
{
border-color: #21190C;
}
</style>