Shades of Black Magic #241E15
Tints of Black Magic #241E15
RGB
CMYK
RGB Variations
Color information
#241E15 (or 0x241E15) is known color: Black Magic. HEX triplet: 24, 1E and 15. RGB value is (36,30,21). Sum of RGB (Red+Green+Blue) = 36+30+21=87 (11% of max value = 765). Red value is 36 (14.45% from 255 or 41.38% from 87); Green value is 30 (12.11% from 255 or 34.48% from 87); Blue value is 21 (8.59% from 255 or 24.14% from 87); Max value from RGB is 36 - color contains mainly: red. Hex color #241E15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #241E15 is #DBE1EA. Grayscale: #1E1E1E. Windows color (decimal): -14410219 or 1383972. OLE color: 1383972.
HSL color Cylindrical-coordinate representation of color #241E15: hue angle of 36º degrees, saturation: 0.26, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #241E15 is Cyan = 0, Magento = 0.17, Yellow = 0.42 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 36 | 30 | 21 | - |
| CMYK | 0 | 0.17 | 0.42 | 0.86 |
| HSL | 36º | 0.26% | 0.11% | - |
| HSV(B) | 36º | 0.42% | 0.14% | - |
| XYZ | 1.33 | 1.36 | 0.9 | - |
| YUV | 30.77 | 122.49 | 131.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 30 | 21 | 0 | 0.17 | 0.42 | 0.86 | 36 | 0.26 | 0.11 |
| Hex | 24 | 1E | 15 | 0 | 11 | 2A | 56 | 24 | 1A | B |
| Octal | 44 | 36 | 25 | 0 | 21 | 52 | 126 | 44 | 32 | 13 |
| Binary | 100100 | 11110 | 10101 | 0 | 10001 | 101010 | 1010110 | 100100 | 11010 | 1011 |
Color Harmonies of #241E15
Complementary color
Monochromatic Colors of #241E15
Black with #241E15
Text Example
Text Example
White with #241E15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241E15; }
p { color: rgb(36,30,21); }
H1.HeaderClassName
{
color: #241E15;
}
.AnyTagClassName
{
color: #241E15;
}
</style>
background-color css
<style>
a { background-color: #241E15; }
a { background-color: rgb(36,30,21); }
div.DivClassName
{
background-color: #241E15;
}
.BgClassName
{
background-color: #241E15;
}
</style>
border-color css
<style>
span { border-color: #241E15; }
span { border-color: rgb(36,30,21); }
td.TdClassName
{
border-color: #241E15;
}
.TagClassName
{
border-color: #241E15;
}
</style>