Shades of Maire #1E1C18
Tints of Maire #1E1C18
RGB
CMYK
RGB Variations
Color information
#1E1C18 (or 0x1E1C18) is known color: Maire. HEX triplet: 1E, 1C and 18. RGB value is (30,28,24). Sum of RGB (Red+Green+Blue) = 30+28+24=82 (10% of max value = 765). Red value is 30 (12.11% from 255 or 36.59% from 82); Green value is 28 (11.33% from 255 or 34.15% from 82); Blue value is 24 (9.77% from 255 or 29.27% from 82); Max value from RGB is 30 - color contains mainly: red. Hex color #1E1C18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E1C18 is #E1E3E7. Grayscale: #1C1C1C. Windows color (decimal): -14803944 or 1580062. OLE color: 1580062.
HSL color Cylindrical-coordinate representation of color #1E1C18: hue angle of 40º degrees, saturation: 0.11, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #1E1C18 is Cyan = 0, Magento = 0.07, Yellow = 0.20 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 30 | 28 | 24 | - |
| CMYK | 0 | 0.07 | 0.20 | 0.88 |
| HSL | 40º | 0.11% | 0.11% | - |
| HSV(B) | 40º | 0.2% | 0.12% | - |
| XYZ | 1.12 | 1.17 | 1.03 | - |
| YUV | 28.14 | 125.66 | 129.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 28 | 24 | 0 | 0.07 | 0.20 | 0.88 | 40 | 0.11 | 0.11 |
| Hex | 1E | 1C | 18 | 0 | 7 | 14 | 58 | 28 | B | B |
| Octal | 36 | 34 | 30 | 0 | 7 | 24 | 130 | 50 | 13 | 13 |
| Binary | 11110 | 11100 | 11000 | 0 | 111 | 10100 | 1011000 | 101000 | 1011 | 1011 |
Color Harmonies of #1E1C18
Complementary color
Monochromatic Colors of #1E1C18
Black with #1E1C18
Text Example
Text Example
White with #1E1C18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E1C18; }
p { color: rgb(30,28,24); }
H1.HeaderClassName
{
color: #1E1C18;
}
.AnyTagClassName
{
color: #1E1C18;
}
</style>
background-color css
<style>
a { background-color: #1E1C18; }
a { background-color: rgb(30,28,24); }
div.DivClassName
{
background-color: #1E1C18;
}
.BgClassName
{
background-color: #1E1C18;
}
</style>
border-color css
<style>
span { border-color: #1E1C18; }
span { border-color: rgb(30,28,24); }
td.TdClassName
{
border-color: #1E1C18;
}
.TagClassName
{
border-color: #1E1C18;
}
</style>