Shades of Maire #1E1C01
Tints of Maire #1E1C01
RGB
CMYK
RGB Variations
Color information
#1E1C01 (or 0x1E1C01) is known color: Maire. HEX triplet: 1E, 1C and 01. RGB value is (30,28,1). Sum of RGB (Red+Green+Blue) = 30+28+1=59 (7% of max value = 765). Red value is 30 (12.11% from 255 or 50.85% from 59); Green value is 28 (11.33% from 255 or 47.46% from 59); Blue value is 1 (0.78% from 255 or 1.69% from 59); Max value from RGB is 30 - color contains mainly: red. Hex color #1E1C01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E1C01 is #E1E3FE. Grayscale: #191919. Windows color (decimal): -14803967 or 72734. OLE color: 72734.
HSL color Cylindrical-coordinate representation of color #1E1C01: hue angle of 55.86º 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 #1E1C01 is Cyan = 0, Magento = 0.07, Yellow = 0.97 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 30 | 28 | 1 | - |
| CMYK | 0 | 0.07 | 0.97 | 0.88 |
| HSL | 55.86º | 0.94% | 0.06% | - |
| HSV(B) | 55.86º | 0.97% | 0.12% | - |
| XYZ | 0.96 | 1.11 | 0.19 | - |
| YUV | 25.52 | 114.16 | 131.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 28 | 1 | 0 | 0.07 | 0.97 | 0.88 | 55.86 | 0.94 | 0.06 |
| Hex | 1E | 1C | 1 | 0 | 7 | 61 | 58 | 38 | 5E | 6 |
| Octal | 36 | 34 | 1 | 0 | 7 | 141 | 130 | 70 | 136 | 6 |
| Binary | 11110 | 11100 | 1 | 0 | 111 | 1100001 | 1011000 | 111000 | 1011110 | 110 |
Color Harmonies of #1E1C01
Complementary color
Monochromatic Colors of #1E1C01
Black with #1E1C01
Text Example
Text Example
White with #1E1C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E1C01; }
p { color: rgb(30,28,1); }
H1.HeaderClassName
{
color: #1E1C01;
}
.AnyTagClassName
{
color: #1E1C01;
}
</style>
background-color css
<style>
a { background-color: #1E1C01; }
a { background-color: rgb(30,28,1); }
div.DivClassName
{
background-color: #1E1C01;
}
.BgClassName
{
background-color: #1E1C01;
}
</style>
border-color css
<style>
span { border-color: #1E1C01; }
span { border-color: rgb(30,28,1); }
td.TdClassName
{
border-color: #1E1C01;
}
.TagClassName
{
border-color: #1E1C01;
}
</style>