Shades of Maire #1E1C09
Tints of Maire #1E1C09
RGB
CMYK
RGB Variations
Color information
#1E1C09 (or 0x1E1C09) is known color: Maire. HEX triplet: 1E, 1C and 09. RGB value is (30,28,9). Sum of RGB (Red+Green+Blue) = 30+28+9=67 (8% of max value = 765). Red value is 30 (12.11% from 255 or 44.78% from 67); Green value is 28 (11.33% from 255 or 41.79% from 67); Blue value is 9 (3.91% from 255 or 13.43% from 67); Max value from RGB is 30 - color contains mainly: red. Hex color #1E1C09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E1C09 is #E1E3F6. Grayscale: #1A1A1A. Windows color (decimal): -14803959 or 597022. OLE color: 597022.
HSL color Cylindrical-coordinate representation of color #1E1C09: hue angle of 54.29º degrees, saturation: 0.54, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1E1C09 is Cyan = 0, Magento = 0.07, Yellow = 0.70 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 30 | 28 | 9 | - |
| CMYK | 0 | 0.07 | 0.70 | 0.88 |
| HSL | 54.29º | 0.54% | 0.08% | - |
| HSV(B) | 54.29º | 0.7% | 0.12% | - |
| XYZ | 1 | 1.13 | 0.42 | - |
| YUV | 26.43 | 118.16 | 130.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 28 | 9 | 0 | 0.07 | 0.70 | 0.88 | 54.29 | 0.54 | 0.08 |
| Hex | 1E | 1C | 9 | 0 | 7 | 46 | 58 | 36 | 36 | 8 |
| Octal | 36 | 34 | 11 | 0 | 7 | 106 | 130 | 66 | 66 | 10 |
| Binary | 11110 | 11100 | 1001 | 0 | 111 | 1000110 | 1011000 | 110110 | 110110 | 1000 |
Color Harmonies of #1E1C09
Complementary color
Monochromatic Colors of #1E1C09
Black with #1E1C09
Text Example
Text Example
White with #1E1C09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E1C09; }
p { color: rgb(30,28,9); }
H1.HeaderClassName
{
color: #1E1C09;
}
.AnyTagClassName
{
color: #1E1C09;
}
</style>
background-color css
<style>
a { background-color: #1E1C09; }
a { background-color: rgb(30,28,9); }
div.DivClassName
{
background-color: #1E1C09;
}
.BgClassName
{
background-color: #1E1C09;
}
</style>
border-color css
<style>
span { border-color: #1E1C09; }
span { border-color: rgb(30,28,9); }
td.TdClassName
{
border-color: #1E1C09;
}
.TagClassName
{
border-color: #1E1C09;
}
</style>