Shades of Black Magic #201A10
Tints of Black Magic #201A10
RGB
CMYK
RGB Variations
Color information
#201A10 (or 0x201A10) is known color: Black Magic. HEX triplet: 20, 1A and 10. RGB value is (32,26,16). Sum of RGB (Red+Green+Blue) = 32+26+16=74 (9% of max value = 765). Red value is 32 (12.89% from 255 or 43.24% from 74); Green value is 26 (10.55% from 255 or 35.14% from 74); Blue value is 16 (6.64% from 255 or 21.62% from 74); Max value from RGB is 32 - color contains mainly: red. Hex color #201A10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #201A10 is #DFE5EF. Grayscale: #1A1A1A. Windows color (decimal): -14673392 or 1055264. OLE color: 1055264.
HSL color Cylindrical-coordinate representation of color #201A10: hue angle of 37.5º degrees, saturation: 0.33, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #201A10 is Cyan = 0, Magento = 0.19, Yellow = 0.5 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 32 | 26 | 16 | - |
| CMYK | 0 | 0.19 | 0.5 | 0.87 |
| HSL | 37.5º | 0.33% | 0.09% | - |
| HSV(B) | 37.5º | 0.5% | 0.13% | - |
| XYZ | 1.06 | 1.08 | 0.64 | - |
| YUV | 26.65 | 121.99 | 131.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 26 | 16 | 0 | 0.19 | 0.5 | 0.87 | 37.5 | 0.33 | 0.09 |
| Hex | 20 | 1A | 10 | 0 | 13 | 32 | 57 | 26 | 21 | 9 |
| Octal | 40 | 32 | 20 | 0 | 23 | 62 | 127 | 46 | 41 | 11 |
| Binary | 100000 | 11010 | 10000 | 0 | 10011 | 110010 | 1010111 | 100110 | 100001 | 1001 |
Color Harmonies of #201A10
Complementary color
Monochromatic Colors of #201A10
Black with #201A10
Text Example
Text Example
White with #201A10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201A10; }
p { color: rgb(32,26,16); }
H1.HeaderClassName
{
color: #201A10;
}
.AnyTagClassName
{
color: #201A10;
}
</style>
background-color css
<style>
a { background-color: #201A10; }
a { background-color: rgb(32,26,16); }
div.DivClassName
{
background-color: #201A10;
}
.BgClassName
{
background-color: #201A10;
}
</style>
border-color css
<style>
span { border-color: #201A10; }
span { border-color: rgb(32,26,16); }
td.TdClassName
{
border-color: #201A10;
}
.TagClassName
{
border-color: #201A10;
}
</style>