Shades of Black Magic #20180B
Tints of Black Magic #20180B
RGB
CMYK
RGB Variations
Color information
#20180B (or 0x20180B) is known color: Black Magic. HEX triplet: 20, 18 and 0B. RGB value is (32,24,11). Sum of RGB (Red+Green+Blue) = 32+24+11=67 (8% of max value = 765). Red value is 32 (12.89% from 255 or 47.76% from 67); Green value is 24 (9.77% from 255 or 35.82% from 67); Blue value is 11 (4.69% from 255 or 16.42% from 67); Max value from RGB is 32 - color contains mainly: red. Hex color #20180B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #20180B is #DFE7F4. Grayscale: #181818. Windows color (decimal): -14673909 or 727072. OLE color: 727072.
HSL color Cylindrical-coordinate representation of color #20180B: hue angle of 37.14º degrees, saturation: 0.49, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #20180B is Cyan = 0, Magento = 0.25, Yellow = 0.66 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 32 | 24 | 11 | - |
| CMYK | 0 | 0.25 | 0.66 | 0.87 |
| HSL | 37.14º | 0.49% | 0.08% | - |
| HSV(B) | 37.14º | 0.66% | 0.13% | - |
| XYZ | 0.98 | 0.98 | 0.45 | - |
| YUV | 24.91 | 120.15 | 133.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 24 | 11 | 0 | 0.25 | 0.66 | 0.87 | 37.14 | 0.49 | 0.08 |
| Hex | 20 | 18 | B | 0 | 19 | 42 | 57 | 25 | 31 | 8 |
| Octal | 40 | 30 | 13 | 0 | 31 | 102 | 127 | 45 | 61 | 10 |
| Binary | 100000 | 11000 | 1011 | 0 | 11001 | 1000010 | 1010111 | 100101 | 110001 | 1000 |
Color Harmonies of #20180B
Complementary color
Monochromatic Colors of #20180B
Black with #20180B
Text Example
Text Example
White with #20180B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20180B; }
p { color: rgb(32,24,11); }
H1.HeaderClassName
{
color: #20180B;
}
.AnyTagClassName
{
color: #20180B;
}
</style>
background-color css
<style>
a { background-color: #20180B; }
a { background-color: rgb(32,24,11); }
div.DivClassName
{
background-color: #20180B;
}
.BgClassName
{
background-color: #20180B;
}
</style>
border-color css
<style>
span { border-color: #20180B; }
span { border-color: rgb(32,24,11); }
td.TdClassName
{
border-color: #20180B;
}
.TagClassName
{
border-color: #20180B;
}
</style>