Shades of Maire #1E1803
Tints of Maire #1E1803
RGB
CMYK
RGB Variations
Color information
#1E1803 (or 0x1E1803) is known color: Maire. HEX triplet: 1E, 18 and 03. RGB value is (30,24,3). Sum of RGB (Red+Green+Blue) = 30+24+3=57 (7% of max value = 765). Red value is 30 (12.11% from 255 or 52.63% from 57); Green value is 24 (9.77% from 255 or 42.11% from 57); Blue value is 3 (1.56% from 255 or 5.26% from 57); Max value from RGB is 30 - color contains mainly: red. Hex color #1E1803 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E1803 is #E1E7FC. Grayscale: #171717. Windows color (decimal): -14804989 or 202782. OLE color: 202782.
HSL color Cylindrical-coordinate representation of color #1E1803: hue angle of 46.67º 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 #1E1803 is Cyan = 0, Magento = 0.20, Yellow = 0.90 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 30 | 24 | 3 | - |
| CMYK | 0 | 0.20 | 0.90 | 0.88 |
| HSL | 46.67º | 0.82% | 0.06% | - |
| HSV(B) | 46.67º | 0.9% | 0.12% | - |
| XYZ | 0.88 | 0.94 | 0.22 | - |
| YUV | 23.4 | 116.49 | 132.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 24 | 3 | 0 | 0.20 | 0.90 | 0.88 | 46.67 | 0.82 | 0.06 |
| Hex | 1E | 18 | 3 | 0 | 14 | 5A | 58 | 2F | 52 | 6 |
| Octal | 36 | 30 | 3 | 0 | 24 | 132 | 130 | 57 | 122 | 6 |
| Binary | 11110 | 11000 | 11 | 0 | 10100 | 1011010 | 1011000 | 101111 | 1010010 | 110 |
Color Harmonies of #1E1803
Complementary color
Monochromatic Colors of #1E1803
Black with #1E1803
Text Example
Text Example
White with #1E1803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E1803; }
p { color: rgb(30,24,3); }
H1.HeaderClassName
{
color: #1E1803;
}
.AnyTagClassName
{
color: #1E1803;
}
</style>
background-color css
<style>
a { background-color: #1E1803; }
a { background-color: rgb(30,24,3); }
div.DivClassName
{
background-color: #1E1803;
}
.BgClassName
{
background-color: #1E1803;
}
</style>
border-color css
<style>
span { border-color: #1E1803; }
span { border-color: rgb(30,24,3); }
td.TdClassName
{
border-color: #1E1803;
}
.TagClassName
{
border-color: #1E1803;
}
</style>