Shades of Maire #1E1A08
Tints of Maire #1E1A08
RGB
CMYK
RGB Variations
Color information
#1E1A08 (or 0x1E1A08) is known color: Maire. HEX triplet: 1E, 1A and 08. RGB value is (30,26,8). Sum of RGB (Red+Green+Blue) = 30+26+8=64 (8% of max value = 765). Red value is 30 (12.11% from 255 or 46.88% from 64); Green value is 26 (10.55% from 255 or 40.62% from 64); Blue value is 8 (3.52% from 255 or 12.5% from 64); Max value from RGB is 30 - color contains mainly: red. Hex color #1E1A08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E1A08 is #E1E5F7. Grayscale: #191919. Windows color (decimal): -14804472 or 530974. OLE color: 530974.
HSL color Cylindrical-coordinate representation of color #1E1A08: hue angle of 49.09º 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 #1E1A08 is Cyan = 0, Magento = 0.13, Yellow = 0.73 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 30 | 26 | 8 | - |
| CMYK | 0 | 0.13 | 0.73 | 0.88 |
| HSL | 49.09º | 0.58% | 0.07% | - |
| HSV(B) | 49.09º | 0.73% | 0.12% | - |
| XYZ | 0.95 | 1.03 | 0.38 | - |
| YUV | 25.14 | 118.33 | 131.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 26 | 8 | 0 | 0.13 | 0.73 | 0.88 | 49.09 | 0.58 | 0.07 |
| Hex | 1E | 1A | 8 | 0 | D | 49 | 58 | 31 | 3A | 7 |
| Octal | 36 | 32 | 10 | 0 | 15 | 111 | 130 | 61 | 72 | 7 |
| Binary | 11110 | 11010 | 1000 | 0 | 1101 | 1001001 | 1011000 | 110001 | 111010 | 111 |
Color Harmonies of #1E1A08
Complementary color
Monochromatic Colors of #1E1A08
Black with #1E1A08
Text Example
Text Example
White with #1E1A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E1A08; }
p { color: rgb(30,26,8); }
H1.HeaderClassName
{
color: #1E1A08;
}
.AnyTagClassName
{
color: #1E1A08;
}
</style>
background-color css
<style>
a { background-color: #1E1A08; }
a { background-color: rgb(30,26,8); }
div.DivClassName
{
background-color: #1E1A08;
}
.BgClassName
{
background-color: #1E1A08;
}
</style>
border-color css
<style>
span { border-color: #1E1A08; }
span { border-color: rgb(30,26,8); }
td.TdClassName
{
border-color: #1E1A08;
}
.TagClassName
{
border-color: #1E1A08;
}
</style>