Shades of Maire #1E1B0C
Tints of Maire #1E1B0C
RGB
CMYK
RGB Variations
Color information
#1E1B0C (or 0x1E1B0C) is known color: Maire. HEX triplet: 1E, 1B and 0C. RGB value is (30,27,12). Sum of RGB (Red+Green+Blue) = 30+27+12=69 (9% of max value = 765). Red value is 30 (12.11% from 255 or 43.48% from 69); Green value is 27 (10.94% from 255 or 39.13% from 69); Blue value is 12 (5.08% from 255 or 17.39% from 69); Max value from RGB is 30 - color contains mainly: red. Hex color #1E1B0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E1B0C is #E1E4F3. Grayscale: #1A1A1A. Windows color (decimal): -14804212 or 793374. OLE color: 793374.
HSL color Cylindrical-coordinate representation of color #1E1B0C: hue angle of 50º degrees, saturation: 0.43, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #1E1B0C is Cyan = 0, Magento = 0.10, Yellow = 0.60 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 30 | 27 | 12 | - |
| CMYK | 0 | 0.10 | 0.60 | 0.88 |
| HSL | 50º | 0.43% | 0.08% | - |
| HSV(B) | 50º | 0.6% | 0.12% | - |
| XYZ | 0.99 | 1.09 | 0.51 | - |
| YUV | 26.19 | 119.99 | 130.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 27 | 12 | 0 | 0.10 | 0.60 | 0.88 | 50 | 0.43 | 0.08 |
| Hex | 1E | 1B | C | 0 | A | 3C | 58 | 32 | 2B | 8 |
| Octal | 36 | 33 | 14 | 0 | 12 | 74 | 130 | 62 | 53 | 10 |
| Binary | 11110 | 11011 | 1100 | 0 | 1010 | 111100 | 1011000 | 110010 | 101011 | 1000 |
Color Harmonies of #1E1B0C
Complementary color
Monochromatic Colors of #1E1B0C
Black with #1E1B0C
Text Example
Text Example
White with #1E1B0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E1B0C; }
p { color: rgb(30,27,12); }
H1.HeaderClassName
{
color: #1E1B0C;
}
.AnyTagClassName
{
color: #1E1B0C;
}
</style>
background-color css
<style>
a { background-color: #1E1B0C; }
a { background-color: rgb(30,27,12); }
div.DivClassName
{
background-color: #1E1B0C;
}
.BgClassName
{
background-color: #1E1B0C;
}
</style>
border-color css
<style>
span { border-color: #1E1B0C; }
span { border-color: rgb(30,27,12); }
td.TdClassName
{
border-color: #1E1B0C;
}
.TagClassName
{
border-color: #1E1B0C;
}
</style>