Shades of Maire #1E1503
Tints of Maire #1E1503
RGB
CMYK
RGB Variations
Color information
#1E1503 (or 0x1E1503) is known color: Maire. HEX triplet: 1E, 15 and 03. RGB value is (30,21,3). Sum of RGB (Red+Green+Blue) = 30+21+3=54 (7% of max value = 765). Red value is 30 (12.11% from 255 or 55.56% from 54); Green value is 21 (8.59% from 255 or 38.89% from 54); Blue value is 3 (1.56% from 255 or 5.56% from 54); Max value from RGB is 30 - color contains mainly: red. Hex color #1E1503 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E1503 is #E1EAFC. Grayscale: #151515. Windows color (decimal): -14805757 or 202014. OLE color: 202014.
HSL color Cylindrical-coordinate representation of color #1E1503: hue angle of 40º 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 #1E1503 is Cyan = 0, Magento = 0.30, Yellow = 0.90 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 30 | 21 | 3 | - |
| CMYK | 0 | 0.30 | 0.90 | 0.88 |
| HSL | 40º | 0.82% | 0.06% | - |
| HSV(B) | 40º | 0.9% | 0.12% | - |
| XYZ | 0.82 | 0.82 | 0.2 | - |
| YUV | 21.64 | 117.48 | 133.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 21 | 3 | 0 | 0.30 | 0.90 | 0.88 | 40 | 0.82 | 0.06 |
| Hex | 1E | 15 | 3 | 0 | 1E | 5A | 58 | 28 | 52 | 6 |
| Octal | 36 | 25 | 3 | 0 | 36 | 132 | 130 | 50 | 122 | 6 |
| Binary | 11110 | 10101 | 11 | 0 | 11110 | 1011010 | 1011000 | 101000 | 1010010 | 110 |
Color Harmonies of #1E1503
Complementary color
Monochromatic Colors of #1E1503
Black with #1E1503
Text Example
Text Example
White with #1E1503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E1503; }
p { color: rgb(30,21,3); }
H1.HeaderClassName
{
color: #1E1503;
}
.AnyTagClassName
{
color: #1E1503;
}
</style>
background-color css
<style>
a { background-color: #1E1503; }
a { background-color: rgb(30,21,3); }
div.DivClassName
{
background-color: #1E1503;
}
.BgClassName
{
background-color: #1E1503;
}
</style>
border-color css
<style>
span { border-color: #1E1503; }
span { border-color: rgb(30,21,3); }
td.TdClassName
{
border-color: #1E1503;
}
.TagClassName
{
border-color: #1E1503;
}
</style>