Shades of Black Magic #241905
Tints of Black Magic #241905
RGB
CMYK
RGB Variations
Color information
#241905 (or 0x241905) is known color: Black Magic. HEX triplet: 24, 19 and 05. RGB value is (36,25,5). Sum of RGB (Red+Green+Blue) = 36+25+5=66 (8% of max value = 765). Red value is 36 (14.45% from 255 or 54.55% from 66); Green value is 25 (10.16% from 255 or 37.88% from 66); Blue value is 5 (2.34% from 255 or 7.58% from 66); Max value from RGB is 36 - color contains mainly: red. Hex color #241905 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #241905 is #DBE6FA. Grayscale: #1A1A1A. Windows color (decimal): -14411515 or 334116. OLE color: 334116.
HSL color Cylindrical-coordinate representation of color #241905: hue angle of 38.71º degrees, saturation: 0.76, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #241905 is Cyan = 0, Magento = 0.31, Yellow = 0.86 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 36 | 25 | 5 | - |
| CMYK | 0 | 0.31 | 0.86 | 0.86 |
| HSL | 38.71º | 0.76% | 0.08% | - |
| HSV(B) | 38.71º | 0.86% | 0.14% | - |
| XYZ | 1.1 | 1.08 | 0.29 | - |
| YUV | 26.01 | 116.14 | 135.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 25 | 5 | 0 | 0.31 | 0.86 | 0.86 | 38.71 | 0.76 | 0.08 |
| Hex | 24 | 19 | 5 | 0 | 1F | 56 | 56 | 27 | 4C | 8 |
| Octal | 44 | 31 | 5 | 0 | 37 | 126 | 126 | 47 | 114 | 10 |
| Binary | 100100 | 11001 | 101 | 0 | 11111 | 1010110 | 1010110 | 100111 | 1001100 | 1000 |
Color Harmonies of #241905
Complementary color
Monochromatic Colors of #241905
Black with #241905
Text Example
Text Example
White with #241905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241905; }
p { color: rgb(36,25,5); }
H1.HeaderClassName
{
color: #241905;
}
.AnyTagClassName
{
color: #241905;
}
</style>
background-color css
<style>
a { background-color: #241905; }
a { background-color: rgb(36,25,5); }
div.DivClassName
{
background-color: #241905;
}
.BgClassName
{
background-color: #241905;
}
</style>
border-color css
<style>
span { border-color: #241905; }
span { border-color: rgb(36,25,5); }
td.TdClassName
{
border-color: #241905;
}
.TagClassName
{
border-color: #241905;
}
</style>