Shades of Black Magic #241904
Tints of Black Magic #241904
RGB
CMYK
RGB Variations
Color information
#241904 (or 0x241904) is known color: Black Magic. HEX triplet: 24, 19 and 04. RGB value is (36,25,4). Sum of RGB (Red+Green+Blue) = 36+25+4=65 (8% of max value = 765). Red value is 36 (14.45% from 255 or 55.38% from 65); Green value is 25 (10.16% from 255 or 38.46% from 65); Blue value is 4 (1.95% from 255 or 6.15% from 65); Max value from RGB is 36 - color contains mainly: red. Hex color #241904 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #241904 is #DBE6FB. Grayscale: #191919. Windows color (decimal): -14411516 or 268580. OLE color: 268580.
HSL color Cylindrical-coordinate representation of color #241904: hue angle of 39.38º degrees, saturation: 0.8, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #241904 is Cyan = 0, Magento = 0.31, Yellow = 0.89 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 36 | 25 | 4 | - |
| CMYK | 0 | 0.31 | 0.89 | 0.86 |
| HSL | 39.38º | 0.8% | 0.08% | - |
| HSV(B) | 39.38º | 0.89% | 0.14% | - |
| XYZ | 1.1 | 1.08 | 0.27 | - |
| YUV | 25.9 | 115.64 | 135.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 25 | 4 | 0 | 0.31 | 0.89 | 0.86 | 39.38 | 0.8 | 0.08 |
| Hex | 24 | 19 | 4 | 0 | 1F | 59 | 56 | 27 | 50 | 8 |
| Octal | 44 | 31 | 4 | 0 | 37 | 131 | 126 | 47 | 120 | 10 |
| Binary | 100100 | 11001 | 100 | 0 | 11111 | 1011001 | 1010110 | 100111 | 1010000 | 1000 |
Color Harmonies of #241904
Complementary color
Monochromatic Colors of #241904
Black with #241904
Text Example
Text Example
White with #241904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241904; }
p { color: rgb(36,25,4); }
H1.HeaderClassName
{
color: #241904;
}
.AnyTagClassName
{
color: #241904;
}
</style>
background-color css
<style>
a { background-color: #241904; }
a { background-color: rgb(36,25,4); }
div.DivClassName
{
background-color: #241904;
}
.BgClassName
{
background-color: #241904;
}
</style>
border-color css
<style>
span { border-color: #241904; }
span { border-color: rgb(36,25,4); }
td.TdClassName
{
border-color: #241904;
}
.TagClassName
{
border-color: #241904;
}
</style>