Shades of Black Magic #241A07
Tints of Black Magic #241A07
RGB
CMYK
RGB Variations
Color information
#241A07 (or 0x241A07) is known color: Black Magic. HEX triplet: 24, 1A and 07. RGB value is (36,26,7). Sum of RGB (Red+Green+Blue) = 36+26+7=69 (9% of max value = 765). Red value is 36 (14.45% from 255 or 52.17% from 69); Green value is 26 (10.55% from 255 or 37.68% from 69); Blue value is 7 (3.12% from 255 or 10.14% from 69); Max value from RGB is 36 - color contains mainly: red. Hex color #241A07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #241A07 is #DBE5F8. Grayscale: #1A1A1A. Windows color (decimal): -14411257 or 465444. OLE color: 465444.
HSL color Cylindrical-coordinate representation of color #241A07: hue angle of 39.31º degrees, saturation: 0.67, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #241A07 is Cyan = 0, Magento = 0.28, Yellow = 0.81 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 36 | 26 | 7 | - |
| CMYK | 0 | 0.28 | 0.81 | 0.86 |
| HSL | 39.31º | 0.67% | 0.08% | - |
| HSV(B) | 39.31º | 0.81% | 0.14% | - |
| XYZ | 1.14 | 1.13 | 0.36 | - |
| YUV | 26.82 | 116.81 | 134.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 26 | 7 | 0 | 0.28 | 0.81 | 0.86 | 39.31 | 0.67 | 0.08 |
| Hex | 24 | 1A | 7 | 0 | 1C | 51 | 56 | 27 | 43 | 8 |
| Octal | 44 | 32 | 7 | 0 | 34 | 121 | 126 | 47 | 103 | 10 |
| Binary | 100100 | 11010 | 111 | 0 | 11100 | 1010001 | 1010110 | 100111 | 1000011 | 1000 |
Color Harmonies of #241A07
Complementary color
Monochromatic Colors of #241A07
Black with #241A07
Text Example
Text Example
White with #241A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241A07; }
p { color: rgb(36,26,7); }
H1.HeaderClassName
{
color: #241A07;
}
.AnyTagClassName
{
color: #241A07;
}
</style>
background-color css
<style>
a { background-color: #241A07; }
a { background-color: rgb(36,26,7); }
div.DivClassName
{
background-color: #241A07;
}
.BgClassName
{
background-color: #241A07;
}
</style>
border-color css
<style>
span { border-color: #241A07; }
span { border-color: rgb(36,26,7); }
td.TdClassName
{
border-color: #241A07;
}
.TagClassName
{
border-color: #241A07;
}
</style>