Shades of Black Magic #241A08
Tints of Black Magic #241A08
RGB
CMYK
RGB Variations
Color information
#241A08 (or 0x241A08) is known color: Black Magic. HEX triplet: 24, 1A and 08. RGB value is (36,26,8). Sum of RGB (Red+Green+Blue) = 36+26+8=70 (9% of max value = 765). Red value is 36 (14.45% from 255 or 51.43% from 70); Green value is 26 (10.55% from 255 or 37.14% from 70); Blue value is 8 (3.52% from 255 or 11.43% from 70); Max value from RGB is 36 - color contains mainly: red. Hex color #241A08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #241A08 is #DBE5F7. Grayscale: #1B1B1B. Windows color (decimal): -14411256 or 530980. OLE color: 530980.
HSL color Cylindrical-coordinate representation of color #241A08: hue angle of 38.57º degrees, saturation: 0.64, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #241A08 is Cyan = 0, Magento = 0.28, Yellow = 0.78 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 36 | 26 | 8 | - |
| CMYK | 0 | 0.28 | 0.78 | 0.86 |
| HSL | 38.57º | 0.64% | 0.09% | - |
| HSV(B) | 38.57º | 0.78% | 0.14% | - |
| XYZ | 1.14 | 1.13 | 0.39 | - |
| YUV | 26.94 | 117.31 | 134.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 26 | 8 | 0 | 0.28 | 0.78 | 0.86 | 38.57 | 0.64 | 0.09 |
| Hex | 24 | 1A | 8 | 0 | 1C | 4E | 56 | 27 | 40 | 9 |
| Octal | 44 | 32 | 10 | 0 | 34 | 116 | 126 | 47 | 100 | 11 |
| Binary | 100100 | 11010 | 1000 | 0 | 11100 | 1001110 | 1010110 | 100111 | 1000000 | 1001 |
Color Harmonies of #241A08
Complementary color
Monochromatic Colors of #241A08
Black with #241A08
Text Example
Text Example
White with #241A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241A08; }
p { color: rgb(36,26,8); }
H1.HeaderClassName
{
color: #241A08;
}
.AnyTagClassName
{
color: #241A08;
}
</style>
background-color css
<style>
a { background-color: #241A08; }
a { background-color: rgb(36,26,8); }
div.DivClassName
{
background-color: #241A08;
}
.BgClassName
{
background-color: #241A08;
}
</style>
border-color css
<style>
span { border-color: #241A08; }
span { border-color: rgb(36,26,8); }
td.TdClassName
{
border-color: #241A08;
}
.TagClassName
{
border-color: #241A08;
}
</style>