Shades of Maire #1E1500
Tints of Maire #1E1500
RGB
CMYK
RGB Variations
Color information
#1E1500 (or 0x1E1500) is known color: Maire. HEX triplet: 1E, 15 and 00. RGB value is (30,21,0). Sum of RGB (Red+Green+Blue) = 30+21+0=51 (6% of max value = 765). Red value is 30 (12.11% from 255 or 58.82% from 51); Green value is 21 (8.59% from 255 or 41.18% from 51); Blue value is 0 (0.39% from 255 or 0% from 51); Max value from RGB is 30 - color contains mainly: red. Hex color #1E1500 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E1500 is #E1EAFF. Grayscale: #151515. Windows color (decimal): -14805760 or 5406. OLE color: 5406.
HSL color Cylindrical-coordinate representation of color #1E1500: hue angle of 42º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1E1500 is Cyan = 0, Magento = 0.30, Yellow = 1 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 30 | 21 | 0 | - |
| CMYK | 0 | 0.30 | 1 | 0.88 |
| HSL | 42º | 1% | 0.06% | - |
| HSV(B) | 42º | 1% | 0.12% | - |
| XYZ | 0.8 | 0.81 | 0.11 | - |
| YUV | 21.3 | 115.98 | 134.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 21 | 0 | 0 | 0.30 | 1 | 0.88 | 42 | 1 | 0.06 |
| Hex | 1E | 15 | 0 | 0 | 1E | 64 | 58 | 2A | 64 | 6 |
| Octal | 36 | 25 | 0 | 0 | 36 | 144 | 130 | 52 | 144 | 6 |
| Binary | 11110 | 10101 | 0 | 0 | 11110 | 1100100 | 1011000 | 101010 | 1100100 | 110 |
Color Harmonies of #1E1500
Complementary color
Monochromatic Colors of #1E1500
Black with #1E1500
Text Example
Text Example
White with #1E1500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E1500; }
p { color: rgb(30,21,0); }
H1.HeaderClassName
{
color: #1E1500;
}
.AnyTagClassName
{
color: #1E1500;
}
</style>
background-color css
<style>
a { background-color: #1E1500; }
a { background-color: rgb(30,21,0); }
div.DivClassName
{
background-color: #1E1500;
}
.BgClassName
{
background-color: #1E1500;
}
</style>
border-color css
<style>
span { border-color: #1E1500; }
span { border-color: rgb(30,21,0); }
td.TdClassName
{
border-color: #1E1500;
}
.TagClassName
{
border-color: #1E1500;
}
</style>