Shades of Maire #1E1A03
Tints of Maire #1E1A03
RGB
CMYK
RGB Variations
Color information
#1E1A03 (or 0x1E1A03) is known color: Maire. HEX triplet: 1E, 1A and 03. RGB value is (30,26,3). Sum of RGB (Red+Green+Blue) = 30+26+3=59 (7% of max value = 765). Red value is 30 (12.11% from 255 or 50.85% from 59); Green value is 26 (10.55% from 255 or 44.07% from 59); Blue value is 3 (1.56% from 255 or 5.08% from 59); Max value from RGB is 30 - color contains mainly: red. Hex color #1E1A03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E1A03 is #E1E5FC. Grayscale: #181818. Windows color (decimal): -14804477 or 203294. OLE color: 203294.
HSL color Cylindrical-coordinate representation of color #1E1A03: hue angle of 51.11º degrees, saturation: 0.82, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1E1A03 is Cyan = 0, Magento = 0.13, Yellow = 0.90 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 30 | 26 | 3 | - |
| CMYK | 0 | 0.13 | 0.90 | 0.88 |
| HSL | 51.11º | 0.82% | 0.06% | - |
| HSV(B) | 51.11º | 0.9% | 0.12% | - |
| XYZ | 0.92 | 1.02 | 0.23 | - |
| YUV | 24.57 | 115.83 | 131.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 26 | 3 | 0 | 0.13 | 0.90 | 0.88 | 51.11 | 0.82 | 0.06 |
| Hex | 1E | 1A | 3 | 0 | D | 5A | 58 | 33 | 52 | 6 |
| Octal | 36 | 32 | 3 | 0 | 15 | 132 | 130 | 63 | 122 | 6 |
| Binary | 11110 | 11010 | 11 | 0 | 1101 | 1011010 | 1011000 | 110011 | 1010010 | 110 |
Color Harmonies of #1E1A03
Complementary color
Monochromatic Colors of #1E1A03
Black with #1E1A03
Text Example
Text Example
White with #1E1A03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E1A03; }
p { color: rgb(30,26,3); }
H1.HeaderClassName
{
color: #1E1A03;
}
.AnyTagClassName
{
color: #1E1A03;
}
</style>
background-color css
<style>
a { background-color: #1E1A03; }
a { background-color: rgb(30,26,3); }
div.DivClassName
{
background-color: #1E1A03;
}
.BgClassName
{
background-color: #1E1A03;
}
</style>
border-color css
<style>
span { border-color: #1E1A03; }
span { border-color: rgb(30,26,3); }
td.TdClassName
{
border-color: #1E1A03;
}
.TagClassName
{
border-color: #1E1A03;
}
</style>