Shades of Maire #1E1D01
Tints of Maire #1E1D01
RGB
CMYK
RGB Variations
Color information
#1E1D01 (or 0x1E1D01) is known color: Maire. HEX triplet: 1E, 1D and 01. RGB value is (30,29,1). Sum of RGB (Red+Green+Blue) = 30+29+1=60 (7% of max value = 765). Red value is 30 (12.11% from 255 or 50% from 60); Green value is 29 (11.72% from 255 or 48.33% from 60); Blue value is 1 (0.78% from 255 or 1.67% from 60); Max value from RGB is 30 - color contains mainly: red. Hex color #1E1D01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E1D01 is #E1E2FE. Grayscale: #1A1A1A. Windows color (decimal): -14803711 or 72990. OLE color: 72990.
HSL color Cylindrical-coordinate representation of color #1E1D01: hue angle of 57.93º degrees, saturation: 0.94, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1E1D01 is Cyan = 0, Magento = 0.03, Yellow = 0.97 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 30 | 29 | 1 | - |
| CMYK | 0 | 0.03 | 0.97 | 0.88 |
| HSL | 57.93º | 0.94% | 0.06% | - |
| HSV(B) | 57.93º | 0.97% | 0.12% | - |
| XYZ | 0.98 | 1.16 | 0.2 | - |
| YUV | 26.11 | 113.83 | 130.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 29 | 1 | 0 | 0.03 | 0.97 | 0.88 | 57.93 | 0.94 | 0.06 |
| Hex | 1E | 1D | 1 | 0 | 3 | 61 | 58 | 3A | 5E | 6 |
| Octal | 36 | 35 | 1 | 0 | 3 | 141 | 130 | 72 | 136 | 6 |
| Binary | 11110 | 11101 | 1 | 0 | 11 | 1100001 | 1011000 | 111010 | 1011110 | 110 |
Color Harmonies of #1E1D01
Complementary color
Monochromatic Colors of #1E1D01
Black with #1E1D01
Text Example
Text Example
White with #1E1D01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E1D01; }
p { color: rgb(30,29,1); }
H1.HeaderClassName
{
color: #1E1D01;
}
.AnyTagClassName
{
color: #1E1D01;
}
</style>
background-color css
<style>
a { background-color: #1E1D01; }
a { background-color: rgb(30,29,1); }
div.DivClassName
{
background-color: #1E1D01;
}
.BgClassName
{
background-color: #1E1D01;
}
</style>
border-color css
<style>
span { border-color: #1E1D01; }
span { border-color: rgb(30,29,1); }
td.TdClassName
{
border-color: #1E1D01;
}
.TagClassName
{
border-color: #1E1D01;
}
</style>