Shades of Maire #1E1605
Tints of Maire #1E1605
RGB
CMYK
RGB Variations
Color information
#1E1605 (or 0x1E1605) is known color: Maire. HEX triplet: 1E, 16 and 05. RGB value is (30,22,5). Sum of RGB (Red+Green+Blue) = 30+22+5=57 (7% of max value = 765). Red value is 30 (12.11% from 255 or 52.63% from 57); Green value is 22 (8.98% from 255 or 38.60% from 57); Blue value is 5 (2.34% from 255 or 8.77% from 57); Max value from RGB is 30 - color contains mainly: red. Hex color #1E1605 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E1605 is #E1E9FA. Grayscale: #161616. Windows color (decimal): -14805499 or 333342. OLE color: 333342.
HSL color Cylindrical-coordinate representation of color #1E1605: hue angle of 40.8º degrees, saturation: 0.71, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1E1605 is Cyan = 0, Magento = 0.27, Yellow = 0.83 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 30 | 22 | 5 | - |
| CMYK | 0 | 0.27 | 0.83 | 0.88 |
| HSL | 40.8º | 0.71% | 0.07% | - |
| HSV(B) | 40.8º | 0.83% | 0.12% | - |
| XYZ | 0.85 | 0.86 | 0.26 | - |
| YUV | 22.45 | 118.15 | 133.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 22 | 5 | 0 | 0.27 | 0.83 | 0.88 | 40.8 | 0.71 | 0.07 |
| Hex | 1E | 16 | 5 | 0 | 1B | 53 | 58 | 29 | 47 | 7 |
| Octal | 36 | 26 | 5 | 0 | 33 | 123 | 130 | 51 | 107 | 7 |
| Binary | 11110 | 10110 | 101 | 0 | 11011 | 1010011 | 1011000 | 101001 | 1000111 | 111 |
Color Harmonies of #1E1605
Complementary color
Monochromatic Colors of #1E1605
Black with #1E1605
Text Example
Text Example
White with #1E1605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E1605; }
p { color: rgb(30,22,5); }
H1.HeaderClassName
{
color: #1E1605;
}
.AnyTagClassName
{
color: #1E1605;
}
</style>
background-color css
<style>
a { background-color: #1E1605; }
a { background-color: rgb(30,22,5); }
div.DivClassName
{
background-color: #1E1605;
}
.BgClassName
{
background-color: #1E1605;
}
</style>
border-color css
<style>
span { border-color: #1E1605; }
span { border-color: rgb(30,22,5); }
td.TdClassName
{
border-color: #1E1605;
}
.TagClassName
{
border-color: #1E1605;
}
</style>