Shades of Maire #1E1E18
Tints of Maire #1E1E18
RGB
CMYK
RGB Variations
Color information
#1E1E18 (or 0x1E1E18) is known color: Maire. HEX triplet: 1E, 1E and 18. RGB value is (30,30,24). Sum of RGB (Red+Green+Blue) = 30+30+24=84 (11% of max value = 765). Red value is 30 (12.11% from 255 or 35.71% from 84); Green value is 30 (12.11% from 255 or 35.71% from 84); Blue value is 24 (9.77% from 255 or 28.57% from 84); Max value from RGB is 30 - color contains mainly: red, green. Hex color #1E1E18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E1E18 is #E1E1E7. Grayscale: #1D1D1D. Windows color (decimal): -14803432 or 1580574. OLE color: 1580574.
HSL color Cylindrical-coordinate representation of color #1E1E18: hue angle of 60º 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 #1E1E18 is Cyan = 0, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.88.
Color convert
RGB | 30 | 30 | 24 | - |
CMYK | 0 | 0 | 0.20 | 0.88 |
HSL | 60º | 0.11% | 0.11% | - |
HSV(B) | 60º | 0.2% | 0.12% | - |
XYZ | 1.16 | 1.27 | 1.05 | - |
YUV | 29.32 | 125 | 128.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 30 | 30 | 24 | 0 | 0 | 0.20 | 0.88 | 60 | 0.11 | 0.11 |
Hex | 1E | 1E | 18 | 0 | 0 | 14 | 58 | 3C | B | B |
Octal | 36 | 36 | 30 | 0 | 0 | 24 | 130 | 74 | 13 | 13 |
Binary | 11110 | 11110 | 11000 | 0 | 0 | 10100 | 1011000 | 111100 | 1011 | 1011 |
Color Harmonies of #1E1E18
Complementary color
Monochromatic Colors of #1E1E18
Black with #1E1E18
Text Example
Text Example
White with #1E1E18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E1E18; }
p { color: rgb(30,30,24); }
H1.HeaderClassName
{
color: #1E1E18;
}
.AnyTagClassName
{
color: #1E1E18;
}
</style>
background-color css
<style>
a { background-color: #1E1E18; }
a { background-color: rgb(30,30,24); }
div.DivClassName
{
background-color: #1E1E18;
}
.BgClassName
{
background-color: #1E1E18;
}
</style>
border-color css
<style>
span { border-color: #1E1E18; }
span { border-color: rgb(30,30,24); }
td.TdClassName
{
border-color: #1E1E18;
}
.TagClassName
{
border-color: #1E1E18;
}
</style>