Shades of Maire #1E1B05
Tints of Maire #1E1B05
RGB
CMYK
RGB Variations
Color information
#1E1B05 (or 0x1E1B05) is known color: Maire. HEX triplet: 1E, 1B and 05. RGB value is (30,27,5). Sum of RGB (Red+Green+Blue) = 30+27+5=62 (8% of max value = 765). Red value is 30 (12.11% from 255 or 48.39% from 62); Green value is 27 (10.94% from 255 or 43.55% from 62); Blue value is 5 (2.34% from 255 or 8.06% from 62); Max value from RGB is 30 - color contains mainly: red. Hex color #1E1B05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E1B05 is #E1E4FA. Grayscale: #191919. Windows color (decimal): -14804219 or 334622. OLE color: 334622.
HSL color Cylindrical-coordinate representation of color #1E1B05: hue angle of 52.8º degrees, saturation: 0.71, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1E1B05 is Cyan = 0, Magento = 0.10, Yellow = 0.83 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 30 | 27 | 5 | - |
| CMYK | 0 | 0.10 | 0.83 | 0.88 |
| HSL | 52.8º | 0.71% | 0.07% | - |
| HSV(B) | 52.8º | 0.83% | 0.12% | - |
| XYZ | 0.95 | 1.07 | 0.3 | - |
| YUV | 25.39 | 116.49 | 131.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 27 | 5 | 0 | 0.10 | 0.83 | 0.88 | 52.8 | 0.71 | 0.07 |
| Hex | 1E | 1B | 5 | 0 | A | 53 | 58 | 35 | 47 | 7 |
| Octal | 36 | 33 | 5 | 0 | 12 | 123 | 130 | 65 | 107 | 7 |
| Binary | 11110 | 11011 | 101 | 0 | 1010 | 1010011 | 1011000 | 110101 | 1000111 | 111 |
Color Harmonies of #1E1B05
Complementary color
Monochromatic Colors of #1E1B05
Black with #1E1B05
Text Example
Text Example
White with #1E1B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E1B05; }
p { color: rgb(30,27,5); }
H1.HeaderClassName
{
color: #1E1B05;
}
.AnyTagClassName
{
color: #1E1B05;
}
</style>
background-color css
<style>
a { background-color: #1E1B05; }
a { background-color: rgb(30,27,5); }
div.DivClassName
{
background-color: #1E1B05;
}
.BgClassName
{
background-color: #1E1B05;
}
</style>
border-color css
<style>
span { border-color: #1E1B05; }
span { border-color: rgb(30,27,5); }
td.TdClassName
{
border-color: #1E1B05;
}
.TagClassName
{
border-color: #1E1B05;
}
</style>