Shades of Maire #1E1501
Tints of Maire #1E1501
RGB
CMYK
RGB Variations
Color information
#1E1501 (or 0x1E1501) is known color: Maire. HEX triplet: 1E, 15 and 01. RGB value is (30,21,1). Sum of RGB (Red+Green+Blue) = 30+21+1=52 (6% of max value = 765). Red value is 30 (12.11% from 255 or 57.69% from 52); Green value is 21 (8.59% from 255 or 40.38% from 52); Blue value is 1 (0.78% from 255 or 1.92% from 52); Max value from RGB is 30 - color contains mainly: red. Hex color #1E1501 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E1501 is #E1EAFE. Grayscale: #151515. Windows color (decimal): -14805759 or 70942. OLE color: 70942.
HSL color Cylindrical-coordinate representation of color #1E1501: hue angle of 41.38º 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 #1E1501 is Cyan = 0, Magento = 0.30, Yellow = 0.97 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 30 | 21 | 1 | - |
| CMYK | 0 | 0.30 | 0.97 | 0.88 |
| HSL | 41.38º | 0.94% | 0.06% | - |
| HSV(B) | 41.38º | 0.97% | 0.12% | - |
| XYZ | 0.81 | 0.81 | 0.14 | - |
| YUV | 21.41 | 116.48 | 134.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 21 | 1 | 0 | 0.30 | 0.97 | 0.88 | 41.38 | 0.94 | 0.06 |
| Hex | 1E | 15 | 1 | 0 | 1E | 61 | 58 | 29 | 5E | 6 |
| Octal | 36 | 25 | 1 | 0 | 36 | 141 | 130 | 51 | 136 | 6 |
| Binary | 11110 | 10101 | 1 | 0 | 11110 | 1100001 | 1011000 | 101001 | 1011110 | 110 |
Color Harmonies of #1E1501
Complementary color
Monochromatic Colors of #1E1501
Black with #1E1501
Text Example
Text Example
White with #1E1501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E1501; }
p { color: rgb(30,21,1); }
H1.HeaderClassName
{
color: #1E1501;
}
.AnyTagClassName
{
color: #1E1501;
}
</style>
background-color css
<style>
a { background-color: #1E1501; }
a { background-color: rgb(30,21,1); }
div.DivClassName
{
background-color: #1E1501;
}
.BgClassName
{
background-color: #1E1501;
}
</style>
border-color css
<style>
span { border-color: #1E1501; }
span { border-color: rgb(30,21,1); }
td.TdClassName
{
border-color: #1E1501;
}
.TagClassName
{
border-color: #1E1501;
}
</style>