Shades of Maire #1E1701
Tints of Maire #1E1701
RGB
CMYK
RGB Variations
Color information
#1E1701 (or 0x1E1701) is known color: Maire. HEX triplet: 1E, 17 and 01. RGB value is (30,23,1). Sum of RGB (Red+Green+Blue) = 30+23+1=54 (7% of max value = 765). Red value is 30 (12.11% from 255 or 55.56% from 54); Green value is 23 (9.38% from 255 or 42.59% from 54); Blue value is 1 (0.78% from 255 or 1.85% from 54); Max value from RGB is 30 - color contains mainly: red. Hex color #1E1701 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E1701 is #E1E8FE. Grayscale: #161616. Windows color (decimal): -14805247 or 71454. OLE color: 71454.
HSL color Cylindrical-coordinate representation of color #1E1701: hue angle of 45.52º 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 #1E1701 is Cyan = 0, Magento = 0.23, Yellow = 0.97 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 30 | 23 | 1 | - |
| CMYK | 0 | 0.23 | 0.97 | 0.88 |
| HSL | 45.52º | 0.94% | 0.06% | - |
| HSV(B) | 45.52º | 0.97% | 0.12% | - |
| XYZ | 0.85 | 0.89 | 0.16 | - |
| YUV | 22.59 | 115.82 | 133.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 23 | 1 | 0 | 0.23 | 0.97 | 0.88 | 45.52 | 0.94 | 0.06 |
| Hex | 1E | 17 | 1 | 0 | 17 | 61 | 58 | 2E | 5E | 6 |
| Octal | 36 | 27 | 1 | 0 | 27 | 141 | 130 | 56 | 136 | 6 |
| Binary | 11110 | 10111 | 1 | 0 | 10111 | 1100001 | 1011000 | 101110 | 1011110 | 110 |
Color Harmonies of #1E1701
Complementary color
Monochromatic Colors of #1E1701
Black with #1E1701
Text Example
Text Example
White with #1E1701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E1701; }
p { color: rgb(30,23,1); }
H1.HeaderClassName
{
color: #1E1701;
}
.AnyTagClassName
{
color: #1E1701;
}
</style>
background-color css
<style>
a { background-color: #1E1701; }
a { background-color: rgb(30,23,1); }
div.DivClassName
{
background-color: #1E1701;
}
.BgClassName
{
background-color: #1E1701;
}
</style>
border-color css
<style>
span { border-color: #1E1701; }
span { border-color: rgb(30,23,1); }
td.TdClassName
{
border-color: #1E1701;
}
.TagClassName
{
border-color: #1E1701;
}
</style>