Shades of Maire #1E1B0F
Tints of Maire #1E1B0F
RGB
CMYK
RGB Variations
Color information
#1E1B0F (or 0x1E1B0F) is known color: Maire. HEX triplet: 1E, 1B and 0F. RGB value is (30,27,15). Sum of RGB (Red+Green+Blue) = 30+27+15=72 (9% of max value = 765). Red value is 30 (12.11% from 255 or 41.67% from 72); Green value is 27 (10.94% from 255 or 37.5% from 72); Blue value is 15 (6.25% from 255 or 20.83% from 72); Max value from RGB is 30 - color contains mainly: red. Hex color #1E1B0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E1B0F is #E1E4F0. Grayscale: #1A1A1A. Windows color (decimal): -14804209 or 989982. OLE color: 989982.
HSL color Cylindrical-coordinate representation of color #1E1B0F: hue angle of 48º 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 #1E1B0F is Cyan = 0, Magento = 0.10, Yellow = 0.5 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 30 | 27 | 15 | - |
| CMYK | 0 | 0.10 | 0.5 | 0.88 |
| HSL | 48º | 0.33% | 0.09% | - |
| HSV(B) | 48º | 0.5% | 0.12% | - |
| XYZ | 1.01 | 1.09 | 0.61 | - |
| YUV | 26.53 | 121.49 | 130.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 27 | 15 | 0 | 0.10 | 0.5 | 0.88 | 48 | 0.33 | 0.09 |
| Hex | 1E | 1B | F | 0 | A | 32 | 58 | 30 | 21 | 9 |
| Octal | 36 | 33 | 17 | 0 | 12 | 62 | 130 | 60 | 41 | 11 |
| Binary | 11110 | 11011 | 1111 | 0 | 1010 | 110010 | 1011000 | 110000 | 100001 | 1001 |
Color Harmonies of #1E1B0F
Complementary color
Monochromatic Colors of #1E1B0F
Black with #1E1B0F
Text Example
Text Example
White with #1E1B0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E1B0F; }
p { color: rgb(30,27,15); }
H1.HeaderClassName
{
color: #1E1B0F;
}
.AnyTagClassName
{
color: #1E1B0F;
}
</style>
background-color css
<style>
a { background-color: #1E1B0F; }
a { background-color: rgb(30,27,15); }
div.DivClassName
{
background-color: #1E1B0F;
}
.BgClassName
{
background-color: #1E1B0F;
}
</style>
border-color css
<style>
span { border-color: #1E1B0F; }
span { border-color: rgb(30,27,15); }
td.TdClassName
{
border-color: #1E1B0F;
}
.TagClassName
{
border-color: #1E1B0F;
}
</style>