Shades of Maire #1E1703
Tints of Maire #1E1703
RGB
CMYK
RGB Variations
Color information
#1E1703 (or 0x1E1703) is known color: Maire. HEX triplet: 1E, 17 and 03. RGB value is (30,23,3). Sum of RGB (Red+Green+Blue) = 30+23+3=56 (7% of max value = 765). Red value is 30 (12.11% from 255 or 53.57% from 56); Green value is 23 (9.38% from 255 or 41.07% from 56); Blue value is 3 (1.56% from 255 or 5.36% from 56); Max value from RGB is 30 - color contains mainly: red. Hex color #1E1703 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E1703 is #E1E8FC. Grayscale: #161616. Windows color (decimal): -14805245 or 202526. OLE color: 202526.
HSL color Cylindrical-coordinate representation of color #1E1703: hue angle of 44.44º 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 #1E1703 is Cyan = 0, Magento = 0.23, Yellow = 0.90 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 30 | 23 | 3 | - |
| CMYK | 0 | 0.23 | 0.90 | 0.88 |
| HSL | 44.44º | 0.82% | 0.06% | - |
| HSV(B) | 44.44º | 0.9% | 0.12% | - |
| XYZ | 0.86 | 0.9 | 0.21 | - |
| YUV | 22.81 | 116.82 | 133.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 23 | 3 | 0 | 0.23 | 0.90 | 0.88 | 44.44 | 0.82 | 0.06 |
| Hex | 1E | 17 | 3 | 0 | 17 | 5A | 58 | 2C | 52 | 6 |
| Octal | 36 | 27 | 3 | 0 | 27 | 132 | 130 | 54 | 122 | 6 |
| Binary | 11110 | 10111 | 11 | 0 | 10111 | 1011010 | 1011000 | 101100 | 1010010 | 110 |
Color Harmonies of #1E1703
Complementary color
Monochromatic Colors of #1E1703
Black with #1E1703
Text Example
Text Example
White with #1E1703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E1703; }
p { color: rgb(30,23,3); }
H1.HeaderClassName
{
color: #1E1703;
}
.AnyTagClassName
{
color: #1E1703;
}
</style>
background-color css
<style>
a { background-color: #1E1703; }
a { background-color: rgb(30,23,3); }
div.DivClassName
{
background-color: #1E1703;
}
.BgClassName
{
background-color: #1E1703;
}
</style>
border-color css
<style>
span { border-color: #1E1703; }
span { border-color: rgb(30,23,3); }
td.TdClassName
{
border-color: #1E1703;
}
.TagClassName
{
border-color: #1E1703;
}
</style>