Shades of Maire #1E1802
Tints of Maire #1E1802
RGB
CMYK
RGB Variations
Color information
#1E1802 (or 0x1E1802) is known color: Maire. HEX triplet: 1E, 18 and 02. RGB value is (30,24,2). Sum of RGB (Red+Green+Blue) = 30+24+2=56 (7% of max value = 765). Red value is 30 (12.11% from 255 or 53.57% from 56); Green value is 24 (9.77% from 255 or 42.86% from 56); Blue value is 2 (1.17% from 255 or 3.57% from 56); Max value from RGB is 30 - color contains mainly: red. Hex color #1E1802 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E1802 is #E1E7FD. Grayscale: #171717. Windows color (decimal): -14804990 or 137246. OLE color: 137246.
HSL color Cylindrical-coordinate representation of color #1E1802: hue angle of 47.14º degrees, saturation: 0.88, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1E1802 is Cyan = 0, Magento = 0.20, Yellow = 0.93 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 30 | 24 | 2 | - |
| CMYK | 0 | 0.20 | 0.93 | 0.88 |
| HSL | 47.14º | 0.88% | 0.06% | - |
| HSV(B) | 47.14º | 0.93% | 0.12% | - |
| XYZ | 0.87 | 0.93 | 0.19 | - |
| YUV | 23.29 | 115.99 | 132.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 24 | 2 | 0 | 0.20 | 0.93 | 0.88 | 47.14 | 0.88 | 0.06 |
| Hex | 1E | 18 | 2 | 0 | 14 | 5D | 58 | 2F | 58 | 6 |
| Octal | 36 | 30 | 2 | 0 | 24 | 135 | 130 | 57 | 130 | 6 |
| Binary | 11110 | 11000 | 10 | 0 | 10100 | 1011101 | 1011000 | 101111 | 1011000 | 110 |
Color Harmonies of #1E1802
Complementary color
Monochromatic Colors of #1E1802
Black with #1E1802
Text Example
Text Example
White with #1E1802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E1802; }
p { color: rgb(30,24,2); }
H1.HeaderClassName
{
color: #1E1802;
}
.AnyTagClassName
{
color: #1E1802;
}
</style>
background-color css
<style>
a { background-color: #1E1802; }
a { background-color: rgb(30,24,2); }
div.DivClassName
{
background-color: #1E1802;
}
.BgClassName
{
background-color: #1E1802;
}
</style>
border-color css
<style>
span { border-color: #1E1802; }
span { border-color: rgb(30,24,2); }
td.TdClassName
{
border-color: #1E1802;
}
.TagClassName
{
border-color: #1E1802;
}
</style>