Shades of Black Magic #24201A
Tints of Black Magic #24201A
RGB
CMYK
RGB Variations
Color information
#24201A (or 0x24201A) is known color: Black Magic. HEX triplet: 24, 20 and 1A. RGB value is (36,32,26). Sum of RGB (Red+Green+Blue) = 36+32+26=94 (12% of max value = 765). Red value is 36 (14.45% from 255 or 38.30% from 94); Green value is 32 (12.89% from 255 or 34.04% from 94); Blue value is 26 (10.55% from 255 or 27.66% from 94); Max value from RGB is 36 - color contains mainly: red. Hex color #24201A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #24201A is #DBDFE5. Grayscale: #202020. Windows color (decimal): -14409702 or 1712164. OLE color: 1712164.
HSL color Cylindrical-coordinate representation of color #24201A: hue angle of 36º degrees, saturation: 0.16, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #24201A is Cyan = 0, Magento = 0.11, Yellow = 0.28 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 36 | 32 | 26 | - |
| CMYK | 0 | 0.11 | 0.28 | 0.86 |
| HSL | 36º | 0.16% | 0.12% | - |
| HSV(B) | 36º | 0.28% | 0.14% | - |
| XYZ | 1.43 | 1.48 | 1.19 | - |
| YUV | 32.51 | 124.33 | 130.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 32 | 26 | 0 | 0.11 | 0.28 | 0.86 | 36 | 0.16 | 0.12 |
| Hex | 24 | 20 | 1A | 0 | B | 1C | 56 | 24 | 10 | C |
| Octal | 44 | 40 | 32 | 0 | 13 | 34 | 126 | 44 | 20 | 14 |
| Binary | 100100 | 100000 | 11010 | 0 | 1011 | 11100 | 1010110 | 100100 | 10000 | 1100 |
Color Harmonies of #24201A
Complementary color
Monochromatic Colors of #24201A
Black with #24201A
Text Example
Text Example
White with #24201A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24201A; }
p { color: rgb(36,32,26); }
H1.HeaderClassName
{
color: #24201A;
}
.AnyTagClassName
{
color: #24201A;
}
</style>
background-color css
<style>
a { background-color: #24201A; }
a { background-color: rgb(36,32,26); }
div.DivClassName
{
background-color: #24201A;
}
.BgClassName
{
background-color: #24201A;
}
</style>
border-color css
<style>
span { border-color: #24201A; }
span { border-color: rgb(36,32,26); }
td.TdClassName
{
border-color: #24201A;
}
.TagClassName
{
border-color: #24201A;
}
</style>