Shades of Maire #1E1C0F
Tints of Maire #1E1C0F
RGB
CMYK
RGB Variations
Color information
#1E1C0F (or 0x1E1C0F) is known color: Maire. HEX triplet: 1E, 1C and 0F. RGB value is (30,28,15). Sum of RGB (Red+Green+Blue) = 30+28+15=73 (9% of max value = 765). Red value is 30 (12.11% from 255 or 41.10% from 73); Green value is 28 (11.33% from 255 or 38.36% from 73); Blue value is 15 (6.25% from 255 or 20.55% from 73); Max value from RGB is 30 - color contains mainly: red. Hex color #1E1C0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E1C0F is #E1E3F0. Grayscale: #1B1B1B. Windows color (decimal): -14803953 or 990238. OLE color: 990238.
HSL color Cylindrical-coordinate representation of color #1E1C0F: hue angle of 52º degrees, saturation: 0.33, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #1E1C0F is Cyan = 0, Magento = 0.07, Yellow = 0.5 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 30 | 28 | 15 | - |
| CMYK | 0 | 0.07 | 0.5 | 0.88 |
| HSL | 52º | 0.33% | 0.09% | - |
| HSV(B) | 52º | 0.5% | 0.12% | - |
| XYZ | 1.04 | 1.14 | 0.62 | - |
| YUV | 27.12 | 121.16 | 130.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 28 | 15 | 0 | 0.07 | 0.5 | 0.88 | 52 | 0.33 | 0.09 |
| Hex | 1E | 1C | F | 0 | 7 | 32 | 58 | 34 | 21 | 9 |
| Octal | 36 | 34 | 17 | 0 | 7 | 62 | 130 | 64 | 41 | 11 |
| Binary | 11110 | 11100 | 1111 | 0 | 111 | 110010 | 1011000 | 110100 | 100001 | 1001 |
Color Harmonies of #1E1C0F
Complementary color
Monochromatic Colors of #1E1C0F
Black with #1E1C0F
Text Example
Text Example
White with #1E1C0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E1C0F; }
p { color: rgb(30,28,15); }
H1.HeaderClassName
{
color: #1E1C0F;
}
.AnyTagClassName
{
color: #1E1C0F;
}
</style>
background-color css
<style>
a { background-color: #1E1C0F; }
a { background-color: rgb(30,28,15); }
div.DivClassName
{
background-color: #1E1C0F;
}
.BgClassName
{
background-color: #1E1C0F;
}
</style>
border-color css
<style>
span { border-color: #1E1C0F; }
span { border-color: rgb(30,28,15); }
td.TdClassName
{
border-color: #1E1C0F;
}
.TagClassName
{
border-color: #1E1C0F;
}
</style>