Shades of Black Magic #242019
Tints of Black Magic #242019
RGB
CMYK
RGB Variations
Color information
#242019 (or 0x242019) is known color: Black Magic. HEX triplet: 24, 20 and 19. RGB value is (36,32,25). Sum of RGB (Red+Green+Blue) = 36+32+25=93 (12% of max value = 765). Red value is 36 (14.45% from 255 or 38.71% from 93); Green value is 32 (12.89% from 255 or 34.41% from 93); Blue value is 25 (10.16% from 255 or 26.88% from 93); Max value from RGB is 36 - color contains mainly: red. Hex color #242019 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #242019 is #DBDFE6. Grayscale: #202020. Windows color (decimal): -14409703 or 1646628. OLE color: 1646628.
HSL color Cylindrical-coordinate representation of color #242019: hue angle of 38.18º degrees, saturation: 0.18, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #242019 is Cyan = 0, Magento = 0.11, Yellow = 0.31 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 36 | 32 | 25 | - |
| CMYK | 0 | 0.11 | 0.31 | 0.86 |
| HSL | 38.18º | 0.18% | 0.12% | - |
| HSV(B) | 38.18º | 0.31% | 0.14% | - |
| XYZ | 1.42 | 1.48 | 1.13 | - |
| YUV | 32.4 | 123.83 | 130.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 32 | 25 | 0 | 0.11 | 0.31 | 0.86 | 38.18 | 0.18 | 0.12 |
| Hex | 24 | 20 | 19 | 0 | B | 1F | 56 | 26 | 12 | C |
| Octal | 44 | 40 | 31 | 0 | 13 | 37 | 126 | 46 | 22 | 14 |
| Binary | 100100 | 100000 | 11001 | 0 | 1011 | 11111 | 1010110 | 100110 | 10010 | 1100 |
Color Harmonies of #242019
Complementary color
Monochromatic Colors of #242019
Black with #242019
Text Example
Text Example
White with #242019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242019; }
p { color: rgb(36,32,25); }
H1.HeaderClassName
{
color: #242019;
}
.AnyTagClassName
{
color: #242019;
}
</style>
background-color css
<style>
a { background-color: #242019; }
a { background-color: rgb(36,32,25); }
div.DivClassName
{
background-color: #242019;
}
.BgClassName
{
background-color: #242019;
}
</style>
border-color css
<style>
span { border-color: #242019; }
span { border-color: rgb(36,32,25); }
td.TdClassName
{
border-color: #242019;
}
.TagClassName
{
border-color: #242019;
}
</style>