Shades of Black Magic #1E180E
Tints of Black Magic #1E180E
RGB
CMYK
RGB Variations
Color information
#1E180E (or 0x1E180E) is known color: Black Magic. HEX triplet: 1E, 18 and 0E. RGB value is (30,24,14). Sum of RGB (Red+Green+Blue) = 30+24+14=68 (9% of max value = 765). Red value is 30 (12.11% from 255 or 44.12% from 68); Green value is 24 (9.77% from 255 or 35.29% from 68); Blue value is 14 (5.86% from 255 or 20.59% from 68); Max value from RGB is 30 - color contains mainly: red. Hex color #1E180E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E180E is #E1E7F1. Grayscale: #181818. Windows color (decimal): -14804978 or 923678. OLE color: 923678.
HSL color Cylindrical-coordinate representation of color #1E180E: hue angle of 37.5º degrees, saturation: 0.36, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #1E180E is Cyan = 0, Magento = 0.20, Yellow = 0.53 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 30 | 24 | 14 | - |
| CMYK | 0 | 0.20 | 0.53 | 0.88 |
| HSL | 37.5º | 0.36% | 0.09% | - |
| HSV(B) | 37.5º | 0.53% | 0.12% | - |
| XYZ | 0.94 | 0.96 | 0.55 | - |
| YUV | 24.65 | 121.99 | 131.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 24 | 14 | 0 | 0.20 | 0.53 | 0.88 | 37.5 | 0.36 | 0.09 |
| Hex | 1E | 18 | E | 0 | 14 | 35 | 58 | 26 | 24 | 9 |
| Octal | 36 | 30 | 16 | 0 | 24 | 65 | 130 | 46 | 44 | 11 |
| Binary | 11110 | 11000 | 1110 | 0 | 10100 | 110101 | 1011000 | 100110 | 100100 | 1001 |
Color Harmonies of #1E180E
Complementary color
Monochromatic Colors of #1E180E
Black with #1E180E
Text Example
Text Example
White with #1E180E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E180E; }
p { color: rgb(30,24,14); }
H1.HeaderClassName
{
color: #1E180E;
}
.AnyTagClassName
{
color: #1E180E;
}
</style>
background-color css
<style>
a { background-color: #1E180E; }
a { background-color: rgb(30,24,14); }
div.DivClassName
{
background-color: #1E180E;
}
.BgClassName
{
background-color: #1E180E;
}
</style>
border-color css
<style>
span { border-color: #1E180E; }
span { border-color: rgb(30,24,14); }
td.TdClassName
{
border-color: #1E180E;
}
.TagClassName
{
border-color: #1E180E;
}
</style>