Shades of Black Magic #241D12
Tints of Black Magic #241D12
RGB
CMYK
RGB Variations
Color information
#241D12 (or 0x241D12) is known color: Black Magic. HEX triplet: 24, 1D and 12. RGB value is (36,29,18). Sum of RGB (Red+Green+Blue) = 36+29+18=83 (10% of max value = 765). Red value is 36 (14.45% from 255 or 43.37% from 83); Green value is 29 (11.72% from 255 or 34.94% from 83); Blue value is 18 (7.42% from 255 or 21.69% from 83); Max value from RGB is 36 - color contains mainly: red. Hex color #241D12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #241D12 is #DBE2ED. Grayscale: #1D1D1D. Windows color (decimal): -14410478 or 1187108. OLE color: 1187108.
HSL color Cylindrical-coordinate representation of color #241D12: hue angle of 36.67º degrees, saturation: 0.33, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #241D12 is Cyan = 0, Magento = 0.19, Yellow = 0.5 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 36 | 29 | 18 | - |
| CMYK | 0 | 0.19 | 0.5 | 0.86 |
| HSL | 36.67º | 0.33% | 0.11% | - |
| HSV(B) | 36.67º | 0.5% | 0.14% | - |
| XYZ | 1.28 | 1.3 | 0.76 | - |
| YUV | 29.84 | 121.32 | 132.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 29 | 18 | 0 | 0.19 | 0.5 | 0.86 | 36.67 | 0.33 | 0.11 |
| Hex | 24 | 1D | 12 | 0 | 13 | 32 | 56 | 25 | 21 | B |
| Octal | 44 | 35 | 22 | 0 | 23 | 62 | 126 | 45 | 41 | 13 |
| Binary | 100100 | 11101 | 10010 | 0 | 10011 | 110010 | 1010110 | 100101 | 100001 | 1011 |
Color Harmonies of #241D12
Complementary color
Monochromatic Colors of #241D12
Black with #241D12
Text Example
Text Example
White with #241D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241D12; }
p { color: rgb(36,29,18); }
H1.HeaderClassName
{
color: #241D12;
}
.AnyTagClassName
{
color: #241D12;
}
</style>
background-color css
<style>
a { background-color: #241D12; }
a { background-color: rgb(36,29,18); }
div.DivClassName
{
background-color: #241D12;
}
.BgClassName
{
background-color: #241D12;
}
</style>
border-color css
<style>
span { border-color: #241D12; }
span { border-color: rgb(36,29,18); }
td.TdClassName
{
border-color: #241D12;
}
.TagClassName
{
border-color: #241D12;
}
</style>