Shades of Maire #1E1B14
Tints of Maire #1E1B14
RGB
CMYK
RGB Variations
Color information
#1E1B14 (or 0x1E1B14) is known color: Maire. HEX triplet: 1E, 1B and 14. RGB value is (30,27,20). Sum of RGB (Red+Green+Blue) = 30+27+20=77 (10% of max value = 765). Red value is 30 (12.11% from 255 or 38.96% from 77); Green value is 27 (10.94% from 255 or 35.06% from 77); Blue value is 20 (8.20% from 255 or 25.97% from 77); Max value from RGB is 30 - color contains mainly: red. Hex color #1E1B14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E1B14 is #E1E4EB. Grayscale: #1B1B1B. Windows color (decimal): -14804204 or 1317662. OLE color: 1317662.
HSL color Cylindrical-coordinate representation of color #1E1B14: hue angle of 42º degrees, saturation: 0.2, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #1E1B14 is Cyan = 0, Magento = 0.10, Yellow = 0.33 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 30 | 27 | 20 | - |
| CMYK | 0 | 0.10 | 0.33 | 0.88 |
| HSL | 42º | 0.2% | 0.1% | - |
| HSV(B) | 42º | 0.33% | 0.12% | - |
| XYZ | 1.05 | 1.11 | 0.82 | - |
| YUV | 27.1 | 123.99 | 130.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 27 | 20 | 0 | 0.10 | 0.33 | 0.88 | 42 | 0.2 | 0.1 |
| Hex | 1E | 1B | 14 | 0 | A | 21 | 58 | 2A | 14 | A |
| Octal | 36 | 33 | 24 | 0 | 12 | 41 | 130 | 52 | 24 | 12 |
| Binary | 11110 | 11011 | 10100 | 0 | 1010 | 100001 | 1011000 | 101010 | 10100 | 1010 |
Color Harmonies of #1E1B14
Complementary color
Monochromatic Colors of #1E1B14
Black with #1E1B14
Text Example
Text Example
White with #1E1B14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E1B14; }
p { color: rgb(30,27,20); }
H1.HeaderClassName
{
color: #1E1B14;
}
.AnyTagClassName
{
color: #1E1B14;
}
</style>
background-color css
<style>
a { background-color: #1E1B14; }
a { background-color: rgb(30,27,20); }
div.DivClassName
{
background-color: #1E1B14;
}
.BgClassName
{
background-color: #1E1B14;
}
</style>
border-color css
<style>
span { border-color: #1E1B14; }
span { border-color: rgb(30,27,20); }
td.TdClassName
{
border-color: #1E1B14;
}
.TagClassName
{
border-color: #1E1B14;
}
</style>