Shades of Maire #1E1B08
Tints of Maire #1E1B08
RGB
CMYK
RGB Variations
Color information
#1E1B08 (or 0x1E1B08) is known color: Maire. HEX triplet: 1E, 1B and 08. RGB value is (30,27,8). Sum of RGB (Red+Green+Blue) = 30+27+8=65 (8% of max value = 765). Red value is 30 (12.11% from 255 or 46.15% from 65); Green value is 27 (10.94% from 255 or 41.54% from 65); Blue value is 8 (3.52% from 255 or 12.31% from 65); Max value from RGB is 30 - color contains mainly: red. Hex color #1E1B08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E1B08 is #E1E4F7. Grayscale: #191919. Windows color (decimal): -14804216 or 531230. OLE color: 531230.
HSL color Cylindrical-coordinate representation of color #1E1B08: hue angle of 51.82º degrees, saturation: 0.58, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1E1B08 is Cyan = 0, Magento = 0.10, Yellow = 0.73 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 30 | 27 | 8 | - |
| CMYK | 0 | 0.10 | 0.73 | 0.88 |
| HSL | 51.82º | 0.58% | 0.07% | - |
| HSV(B) | 51.82º | 0.73% | 0.12% | - |
| XYZ | 0.97 | 1.08 | 0.39 | - |
| YUV | 25.73 | 117.99 | 131.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 27 | 8 | 0 | 0.10 | 0.73 | 0.88 | 51.82 | 0.58 | 0.07 |
| Hex | 1E | 1B | 8 | 0 | A | 49 | 58 | 34 | 3A | 7 |
| Octal | 36 | 33 | 10 | 0 | 12 | 111 | 130 | 64 | 72 | 7 |
| Binary | 11110 | 11011 | 1000 | 0 | 1010 | 1001001 | 1011000 | 110100 | 111010 | 111 |
Color Harmonies of #1E1B08
Complementary color
Monochromatic Colors of #1E1B08
Black with #1E1B08
Text Example
Text Example
White with #1E1B08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E1B08; }
p { color: rgb(30,27,8); }
H1.HeaderClassName
{
color: #1E1B08;
}
.AnyTagClassName
{
color: #1E1B08;
}
</style>
background-color css
<style>
a { background-color: #1E1B08; }
a { background-color: rgb(30,27,8); }
div.DivClassName
{
background-color: #1E1B08;
}
.BgClassName
{
background-color: #1E1B08;
}
</style>
border-color css
<style>
span { border-color: #1E1B08; }
span { border-color: rgb(30,27,8); }
td.TdClassName
{
border-color: #1E1B08;
}
.TagClassName
{
border-color: #1E1B08;
}
</style>