Shades of Black Magic #241F15
Tints of Black Magic #241F15
RGB
CMYK
RGB Variations
Color information
#241F15 (or 0x241F15) is known color: Black Magic. HEX triplet: 24, 1F and 15. RGB value is (36,31,21). Sum of RGB (Red+Green+Blue) = 36+31+21=88 (11% of max value = 765). Red value is 36 (14.45% from 255 or 40.91% from 88); Green value is 31 (12.5% from 255 or 35.23% from 88); Blue value is 21 (8.59% from 255 or 23.86% from 88); Max value from RGB is 36 - color contains mainly: red. Hex color #241F15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #241F15 is #DBE0EA. Grayscale: #1F1F1F. Windows color (decimal): -14409963 or 1384228. OLE color: 1384228.
HSL color Cylindrical-coordinate representation of color #241F15: hue angle of 40º 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 #241F15 is Cyan = 0, Magento = 0.14, Yellow = 0.42 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 36 | 31 | 21 | - |
| CMYK | 0 | 0.14 | 0.42 | 0.86 |
| HSL | 40º | 0.26% | 0.11% | - |
| HSV(B) | 40º | 0.42% | 0.14% | - |
| XYZ | 1.35 | 1.41 | 0.91 | - |
| YUV | 31.36 | 122.16 | 131.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 31 | 21 | 0 | 0.14 | 0.42 | 0.86 | 40 | 0.26 | 0.11 |
| Hex | 24 | 1F | 15 | 0 | E | 2A | 56 | 28 | 1A | B |
| Octal | 44 | 37 | 25 | 0 | 16 | 52 | 126 | 50 | 32 | 13 |
| Binary | 100100 | 11111 | 10101 | 0 | 1110 | 101010 | 1010110 | 101000 | 11010 | 1011 |
Color Harmonies of #241F15
Complementary color
Monochromatic Colors of #241F15
Black with #241F15
Text Example
Text Example
White with #241F15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241F15; }
p { color: rgb(36,31,21); }
H1.HeaderClassName
{
color: #241F15;
}
.AnyTagClassName
{
color: #241F15;
}
</style>
background-color css
<style>
a { background-color: #241F15; }
a { background-color: rgb(36,31,21); }
div.DivClassName
{
background-color: #241F15;
}
.BgClassName
{
background-color: #241F15;
}
</style>
border-color css
<style>
span { border-color: #241F15; }
span { border-color: rgb(36,31,21); }
td.TdClassName
{
border-color: #241F15;
}
.TagClassName
{
border-color: #241F15;
}
</style>