Shades of Maire #1E1401
Tints of Maire #1E1401
RGB
CMYK
RGB Variations
Color information
#1E1401 (or 0x1E1401) is known color: Maire. HEX triplet: 1E, 14 and 01. RGB value is (30,20,1). Sum of RGB (Red+Green+Blue) = 30+20+1=51 (6% of max value = 765). Red value is 30 (12.11% from 255 or 58.82% from 51); Green value is 20 (8.20% from 255 or 39.22% from 51); Blue value is 1 (0.78% from 255 or 1.96% from 51); Max value from RGB is 30 - color contains mainly: red. Hex color #1E1401 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E1401 is #E1EBFE. Grayscale: #141414. Windows color (decimal): -14806015 or 70686. OLE color: 70686.
HSL color Cylindrical-coordinate representation of color #1E1401: hue angle of 39.31º 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 #1E1401 is Cyan = 0, Magento = 0.33, Yellow = 0.97 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 30 | 20 | 1 | - |
| CMYK | 0 | 0.33 | 0.97 | 0.88 |
| HSL | 39.31º | 0.94% | 0.06% | - |
| HSV(B) | 39.31º | 0.97% | 0.12% | - |
| XYZ | 0.79 | 0.78 | 0.14 | - |
| YUV | 20.82 | 116.81 | 134.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 20 | 1 | 0 | 0.33 | 0.97 | 0.88 | 39.31 | 0.94 | 0.06 |
| Hex | 1E | 14 | 1 | 0 | 21 | 61 | 58 | 27 | 5E | 6 |
| Octal | 36 | 24 | 1 | 0 | 41 | 141 | 130 | 47 | 136 | 6 |
| Binary | 11110 | 10100 | 1 | 0 | 100001 | 1100001 | 1011000 | 100111 | 1011110 | 110 |
Color Harmonies of #1E1401
Complementary color
Monochromatic Colors of #1E1401
Black with #1E1401
Text Example
Text Example
White with #1E1401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E1401; }
p { color: rgb(30,20,1); }
H1.HeaderClassName
{
color: #1E1401;
}
.AnyTagClassName
{
color: #1E1401;
}
</style>
background-color css
<style>
a { background-color: #1E1401; }
a { background-color: rgb(30,20,1); }
div.DivClassName
{
background-color: #1E1401;
}
.BgClassName
{
background-color: #1E1401;
}
</style>
border-color css
<style>
span { border-color: #1E1401; }
span { border-color: rgb(30,20,1); }
td.TdClassName
{
border-color: #1E1401;
}
.TagClassName
{
border-color: #1E1401;
}
</style>