Shades of Maire #1E1C11
Tints of Maire #1E1C11
RGB
CMYK
RGB Variations
Color information
#1E1C11 (or 0x1E1C11) is known color: Maire. HEX triplet: 1E, 1C and 11. RGB value is (30,28,17). Sum of RGB (Red+Green+Blue) = 30+28+17=75 (9% of max value = 765). Red value is 30 (12.11% from 255 or 40% from 75); Green value is 28 (11.33% from 255 or 37.33% from 75); Blue value is 17 (7.03% from 255 or 22.67% from 75); Max value from RGB is 30 - color contains mainly: red. Hex color #1E1C11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E1C11 is #E1E3EE. Grayscale: #1B1B1B. Windows color (decimal): -14803951 or 1121310. OLE color: 1121310.
HSL color Cylindrical-coordinate representation of color #1E1C11: hue angle of 50.77º degrees, saturation: 0.28, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #1E1C11 is Cyan = 0, Magento = 0.07, Yellow = 0.43 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 30 | 28 | 17 | - |
| CMYK | 0 | 0.07 | 0.43 | 0.88 |
| HSL | 50.77º | 0.28% | 0.09% | - |
| HSV(B) | 50.77º | 0.43% | 0.12% | - |
| XYZ | 1.05 | 1.15 | 0.7 | - |
| YUV | 27.34 | 122.16 | 129.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 28 | 17 | 0 | 0.07 | 0.43 | 0.88 | 50.77 | 0.28 | 0.09 |
| Hex | 1E | 1C | 11 | 0 | 7 | 2B | 58 | 33 | 1C | 9 |
| Octal | 36 | 34 | 21 | 0 | 7 | 53 | 130 | 63 | 34 | 11 |
| Binary | 11110 | 11100 | 10001 | 0 | 111 | 101011 | 1011000 | 110011 | 11100 | 1001 |
Color Harmonies of #1E1C11
Complementary color
Monochromatic Colors of #1E1C11
Black with #1E1C11
Text Example
Text Example
White with #1E1C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E1C11; }
p { color: rgb(30,28,17); }
H1.HeaderClassName
{
color: #1E1C11;
}
.AnyTagClassName
{
color: #1E1C11;
}
</style>
background-color css
<style>
a { background-color: #1E1C11; }
a { background-color: rgb(30,28,17); }
div.DivClassName
{
background-color: #1E1C11;
}
.BgClassName
{
background-color: #1E1C11;
}
</style>
border-color css
<style>
span { border-color: #1E1C11; }
span { border-color: rgb(30,28,17); }
td.TdClassName
{
border-color: #1E1C11;
}
.TagClassName
{
border-color: #1E1C11;
}
</style>