Shades of Black Magic #241D10
Tints of Black Magic #241D10
RGB
CMYK
RGB Variations
Color information
#241D10 (or 0x241D10) is known color: Black Magic. HEX triplet: 24, 1D and 10. RGB value is (36,29,16). Sum of RGB (Red+Green+Blue) = 36+29+16=81 (10% of max value = 765). Red value is 36 (14.45% from 255 or 44.44% from 81); Green value is 29 (11.72% from 255 or 35.80% from 81); Blue value is 16 (6.64% from 255 or 19.75% from 81); Max value from RGB is 36 - color contains mainly: red. Hex color #241D10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #241D10 is #DBE2EF. Grayscale: #1D1D1D. Windows color (decimal): -14410480 or 1056036. OLE color: 1056036.
HSL color Cylindrical-coordinate representation of color #241D10: hue angle of 39º degrees, saturation: 0.38, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #241D10 is Cyan = 0, Magento = 0.19, Yellow = 0.56 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 36 | 29 | 16 | - |
| CMYK | 0 | 0.19 | 0.56 | 0.86 |
| HSL | 39º | 0.38% | 0.1% | - |
| HSV(B) | 39º | 0.56% | 0.14% | - |
| XYZ | 1.26 | 1.29 | 0.67 | - |
| YUV | 29.61 | 120.32 | 132.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 29 | 16 | 0 | 0.19 | 0.56 | 0.86 | 39 | 0.38 | 0.1 |
| Hex | 24 | 1D | 10 | 0 | 13 | 38 | 56 | 27 | 26 | A |
| Octal | 44 | 35 | 20 | 0 | 23 | 70 | 126 | 47 | 46 | 12 |
| Binary | 100100 | 11101 | 10000 | 0 | 10011 | 111000 | 1010110 | 100111 | 100110 | 1010 |
Color Harmonies of #241D10
Complementary color
Monochromatic Colors of #241D10
Black with #241D10
Text Example
Text Example
White with #241D10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241D10; }
p { color: rgb(36,29,16); }
H1.HeaderClassName
{
color: #241D10;
}
.AnyTagClassName
{
color: #241D10;
}
</style>
background-color css
<style>
a { background-color: #241D10; }
a { background-color: rgb(36,29,16); }
div.DivClassName
{
background-color: #241D10;
}
.BgClassName
{
background-color: #241D10;
}
</style>
border-color css
<style>
span { border-color: #241D10; }
span { border-color: rgb(36,29,16); }
td.TdClassName
{
border-color: #241D10;
}
.TagClassName
{
border-color: #241D10;
}
</style>