Shades of Black Magic #201C15
Tints of Black Magic #201C15
RGB
CMYK
RGB Variations
Color information
#201C15 (or 0x201C15) is known color: Black Magic. HEX triplet: 20, 1C and 15. RGB value is (32,28,21). Sum of RGB (Red+Green+Blue) = 32+28+21=81 (10% of max value = 765). Red value is 32 (12.89% from 255 or 39.51% from 81); Green value is 28 (11.33% from 255 or 34.57% from 81); Blue value is 21 (8.59% from 255 or 25.93% from 81); Max value from RGB is 32 - color contains mainly: red. Hex color #201C15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #201C15 is #DFE3EA. Grayscale: #1C1C1C. Windows color (decimal): -14672875 or 1383456. OLE color: 1383456.
HSL color Cylindrical-coordinate representation of color #201C15: hue angle of 38.18º degrees, saturation: 0.21, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #201C15 is Cyan = 0, Magento = 0.12, Yellow = 0.34 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 32 | 28 | 21 | - |
| CMYK | 0 | 0.12 | 0.34 | 0.87 |
| HSL | 38.18º | 0.21% | 0.1% | - |
| HSV(B) | 38.18º | 0.34% | 0.13% | - |
| XYZ | 1.15 | 1.19 | 0.88 | - |
| YUV | 28.4 | 123.83 | 130.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 28 | 21 | 0 | 0.12 | 0.34 | 0.87 | 38.18 | 0.21 | 0.1 |
| Hex | 20 | 1C | 15 | 0 | C | 22 | 57 | 26 | 15 | A |
| Octal | 40 | 34 | 25 | 0 | 14 | 42 | 127 | 46 | 25 | 12 |
| Binary | 100000 | 11100 | 10101 | 0 | 1100 | 100010 | 1010111 | 100110 | 10101 | 1010 |
Color Harmonies of #201C15
Complementary color
Monochromatic Colors of #201C15
Black with #201C15
Text Example
Text Example
White with #201C15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201C15; }
p { color: rgb(32,28,21); }
H1.HeaderClassName
{
color: #201C15;
}
.AnyTagClassName
{
color: #201C15;
}
</style>
background-color css
<style>
a { background-color: #201C15; }
a { background-color: rgb(32,28,21); }
div.DivClassName
{
background-color: #201C15;
}
.BgClassName
{
background-color: #201C15;
}
</style>
border-color css
<style>
span { border-color: #201C15; }
span { border-color: rgb(32,28,21); }
td.TdClassName
{
border-color: #201C15;
}
.TagClassName
{
border-color: #201C15;
}
</style>