Shades of Maire #1E1D06
Tints of Maire #1E1D06
RGB
CMYK
RGB Variations
Color information
#1E1D06 (or 0x1E1D06) is known color: Maire. HEX triplet: 1E, 1D and 06. RGB value is (30,29,6). Sum of RGB (Red+Green+Blue) = 30+29+6=65 (8% of max value = 765). Red value is 30 (12.11% from 255 or 46.15% from 65); Green value is 29 (11.72% from 255 or 44.62% from 65); Blue value is 6 (2.73% from 255 or 9.23% from 65); Max value from RGB is 30 - color contains mainly: red. Hex color #1E1D06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E1D06 is #E1E2F9. Grayscale: #1A1A1A. Windows color (decimal): -14803706 or 400670. OLE color: 400670.
HSL color Cylindrical-coordinate representation of color #1E1D06: hue angle of 57.5º degrees, saturation: 0.67, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1E1D06 is Cyan = 0, Magento = 0.03, Yellow = 0.80 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 30 | 29 | 6 | - |
| CMYK | 0 | 0.03 | 0.80 | 0.88 |
| HSL | 57.5º | 0.67% | 0.07% | - |
| HSV(B) | 57.5º | 0.8% | 0.12% | - |
| XYZ | 1.01 | 1.17 | 0.34 | - |
| YUV | 26.68 | 116.33 | 130.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 29 | 6 | 0 | 0.03 | 0.80 | 0.88 | 57.5 | 0.67 | 0.07 |
| Hex | 1E | 1D | 6 | 0 | 3 | 50 | 58 | 3A | 43 | 7 |
| Octal | 36 | 35 | 6 | 0 | 3 | 120 | 130 | 72 | 103 | 7 |
| Binary | 11110 | 11101 | 110 | 0 | 11 | 1010000 | 1011000 | 111010 | 1000011 | 111 |
Color Harmonies of #1E1D06
Complementary color
Monochromatic Colors of #1E1D06
Black with #1E1D06
Text Example
Text Example
White with #1E1D06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E1D06; }
p { color: rgb(30,29,6); }
H1.HeaderClassName
{
color: #1E1D06;
}
.AnyTagClassName
{
color: #1E1D06;
}
</style>
background-color css
<style>
a { background-color: #1E1D06; }
a { background-color: rgb(30,29,6); }
div.DivClassName
{
background-color: #1E1D06;
}
.BgClassName
{
background-color: #1E1D06;
}
</style>
border-color css
<style>
span { border-color: #1E1D06; }
span { border-color: rgb(30,29,6); }
td.TdClassName
{
border-color: #1E1D06;
}
.TagClassName
{
border-color: #1E1D06;
}
</style>