Shades of Black Magic #241C0E
Tints of Black Magic #241C0E
RGB
CMYK
RGB Variations
Color information
#241C0E (or 0x241C0E) is known color: Black Magic. HEX triplet: 24, 1C and 0E. RGB value is (36,28,14). Sum of RGB (Red+Green+Blue) = 36+28+14=78 (10% of max value = 765). Red value is 36 (14.45% from 255 or 46.15% from 78); Green value is 28 (11.33% from 255 or 35.90% from 78); Blue value is 14 (5.86% from 255 or 17.95% from 78); Max value from RGB is 36 - color contains mainly: red. Hex color #241C0E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #241C0E is #DBE3F1. Grayscale: #1C1C1C. Windows color (decimal): -14410738 or 924708. OLE color: 924708.
HSL color Cylindrical-coordinate representation of color #241C0E: hue angle of 38.18º degrees, saturation: 0.44, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #241C0E is Cyan = 0, Magento = 0.22, Yellow = 0.61 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 36 | 28 | 14 | - |
| CMYK | 0 | 0.22 | 0.61 | 0.86 |
| HSL | 38.18º | 0.44% | 0.1% | - |
| HSV(B) | 38.18º | 0.61% | 0.14% | - |
| XYZ | 1.22 | 1.24 | 0.59 | - |
| YUV | 28.8 | 119.65 | 133.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 28 | 14 | 0 | 0.22 | 0.61 | 0.86 | 38.18 | 0.44 | 0.1 |
| Hex | 24 | 1C | E | 0 | 16 | 3D | 56 | 26 | 2C | A |
| Octal | 44 | 34 | 16 | 0 | 26 | 75 | 126 | 46 | 54 | 12 |
| Binary | 100100 | 11100 | 1110 | 0 | 10110 | 111101 | 1010110 | 100110 | 101100 | 1010 |
Color Harmonies of #241C0E
Complementary color
Monochromatic Colors of #241C0E
Black with #241C0E
Text Example
Text Example
White with #241C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241C0E; }
p { color: rgb(36,28,14); }
H1.HeaderClassName
{
color: #241C0E;
}
.AnyTagClassName
{
color: #241C0E;
}
</style>
background-color css
<style>
a { background-color: #241C0E; }
a { background-color: rgb(36,28,14); }
div.DivClassName
{
background-color: #241C0E;
}
.BgClassName
{
background-color: #241C0E;
}
</style>
border-color css
<style>
span { border-color: #241C0E; }
span { border-color: rgb(36,28,14); }
td.TdClassName
{
border-color: #241C0E;
}
.TagClassName
{
border-color: #241C0E;
}
</style>