Shades of Maire #1E1B04
Tints of Maire #1E1B04
RGB
CMYK
RGB Variations
Color information
#1E1B04 (or 0x1E1B04) is known color: Maire. HEX triplet: 1E, 1B and 04. RGB value is (30,27,4). Sum of RGB (Red+Green+Blue) = 30+27+4=61 (8% of max value = 765). Red value is 30 (12.11% from 255 or 49.18% from 61); Green value is 27 (10.94% from 255 or 44.26% from 61); Blue value is 4 (1.95% from 255 or 6.56% from 61); Max value from RGB is 30 - color contains mainly: red. Hex color #1E1B04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E1B04 is #E1E4FB. Grayscale: #191919. Windows color (decimal): -14804220 or 269086. OLE color: 269086.
HSL color Cylindrical-coordinate representation of color #1E1B04: hue angle of 53.08º degrees, saturation: 0.76, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1E1B04 is Cyan = 0, Magento = 0.10, Yellow = 0.87 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 30 | 27 | 4 | - |
| CMYK | 0 | 0.10 | 0.87 | 0.88 |
| HSL | 53.08º | 0.76% | 0.07% | - |
| HSV(B) | 53.08º | 0.87% | 0.12% | - |
| XYZ | 0.95 | 1.07 | 0.27 | - |
| YUV | 25.28 | 115.99 | 131.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 27 | 4 | 0 | 0.10 | 0.87 | 0.88 | 53.08 | 0.76 | 0.07 |
| Hex | 1E | 1B | 4 | 0 | A | 57 | 58 | 35 | 4C | 7 |
| Octal | 36 | 33 | 4 | 0 | 12 | 127 | 130 | 65 | 114 | 7 |
| Binary | 11110 | 11011 | 100 | 0 | 1010 | 1010111 | 1011000 | 110101 | 1001100 | 111 |
Color Harmonies of #1E1B04
Complementary color
Monochromatic Colors of #1E1B04
Black with #1E1B04
Text Example
Text Example
White with #1E1B04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E1B04; }
p { color: rgb(30,27,4); }
H1.HeaderClassName
{
color: #1E1B04;
}
.AnyTagClassName
{
color: #1E1B04;
}
</style>
background-color css
<style>
a { background-color: #1E1B04; }
a { background-color: rgb(30,27,4); }
div.DivClassName
{
background-color: #1E1B04;
}
.BgClassName
{
background-color: #1E1B04;
}
</style>
border-color css
<style>
span { border-color: #1E1B04; }
span { border-color: rgb(30,27,4); }
td.TdClassName
{
border-color: #1E1B04;
}
.TagClassName
{
border-color: #1E1B04;
}
</style>