Shades of Maire #1E1702
Tints of Maire #1E1702
RGB
CMYK
RGB Variations
Color information
#1E1702 (or 0x1E1702) is known color: Maire. HEX triplet: 1E, 17 and 02. RGB value is (30,23,2). Sum of RGB (Red+Green+Blue) = 30+23+2=55 (7% of max value = 765). Red value is 30 (12.11% from 255 or 54.55% from 55); Green value is 23 (9.38% from 255 or 41.82% from 55); Blue value is 2 (1.17% from 255 or 3.64% from 55); Max value from RGB is 30 - color contains mainly: red. Hex color #1E1702 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E1702 is #E1E8FD. Grayscale: #161616. Windows color (decimal): -14805246 or 136990. OLE color: 136990.
HSL color Cylindrical-coordinate representation of color #1E1702: hue angle of 45º 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 #1E1702 is Cyan = 0, Magento = 0.23, Yellow = 0.93 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 30 | 23 | 2 | - |
| CMYK | 0 | 0.23 | 0.93 | 0.88 |
| HSL | 45º | 0.88% | 0.06% | - |
| HSV(B) | 45º | 0.93% | 0.12% | - |
| XYZ | 0.85 | 0.89 | 0.18 | - |
| YUV | 22.7 | 116.32 | 133.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 23 | 2 | 0 | 0.23 | 0.93 | 0.88 | 45 | 0.88 | 0.06 |
| Hex | 1E | 17 | 2 | 0 | 17 | 5D | 58 | 2D | 58 | 6 |
| Octal | 36 | 27 | 2 | 0 | 27 | 135 | 130 | 55 | 130 | 6 |
| Binary | 11110 | 10111 | 10 | 0 | 10111 | 1011101 | 1011000 | 101101 | 1011000 | 110 |
Color Harmonies of #1E1702
Complementary color
Monochromatic Colors of #1E1702
Black with #1E1702
Text Example
Text Example
White with #1E1702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E1702; }
p { color: rgb(30,23,2); }
H1.HeaderClassName
{
color: #1E1702;
}
.AnyTagClassName
{
color: #1E1702;
}
</style>
background-color css
<style>
a { background-color: #1E1702; }
a { background-color: rgb(30,23,2); }
div.DivClassName
{
background-color: #1E1702;
}
.BgClassName
{
background-color: #1E1702;
}
</style>
border-color css
<style>
span { border-color: #1E1702; }
span { border-color: rgb(30,23,2); }
td.TdClassName
{
border-color: #1E1702;
}
.TagClassName
{
border-color: #1E1702;
}
</style>