Shades of Maire #1E180B
Tints of Maire #1E180B
RGB
CMYK
RGB Variations
Color information
#1E180B (or 0x1E180B) is known color: Maire. HEX triplet: 1E, 18 and 0B. RGB value is (30,24,11). Sum of RGB (Red+Green+Blue) = 30+24+11=65 (8% of max value = 765). Red value is 30 (12.11% from 255 or 46.15% from 65); Green value is 24 (9.77% from 255 or 36.92% from 65); Blue value is 11 (4.69% from 255 or 16.92% from 65); Max value from RGB is 30 - color contains mainly: red. Hex color #1E180B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E180B is #E1E7F4. Grayscale: #181818. Windows color (decimal): -14804981 or 727070. OLE color: 727070.
HSL color Cylindrical-coordinate representation of color #1E180B: hue angle of 41.05º degrees, saturation: 0.46, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #1E180B is Cyan = 0, Magento = 0.20, Yellow = 0.63 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 30 | 24 | 11 | - |
| CMYK | 0 | 0.20 | 0.63 | 0.88 |
| HSL | 41.05º | 0.46% | 0.08% | - |
| HSV(B) | 41.05º | 0.63% | 0.12% | - |
| XYZ | 0.92 | 0.95 | 0.45 | - |
| YUV | 24.31 | 120.49 | 132.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 24 | 11 | 0 | 0.20 | 0.63 | 0.88 | 41.05 | 0.46 | 0.08 |
| Hex | 1E | 18 | B | 0 | 14 | 3F | 58 | 29 | 2E | 8 |
| Octal | 36 | 30 | 13 | 0 | 24 | 77 | 130 | 51 | 56 | 10 |
| Binary | 11110 | 11000 | 1011 | 0 | 10100 | 111111 | 1011000 | 101001 | 101110 | 1000 |
Color Harmonies of #1E180B
Complementary color
Monochromatic Colors of #1E180B
Black with #1E180B
Text Example
Text Example
White with #1E180B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E180B; }
p { color: rgb(30,24,11); }
H1.HeaderClassName
{
color: #1E180B;
}
.AnyTagClassName
{
color: #1E180B;
}
</style>
background-color css
<style>
a { background-color: #1E180B; }
a { background-color: rgb(30,24,11); }
div.DivClassName
{
background-color: #1E180B;
}
.BgClassName
{
background-color: #1E180B;
}
</style>
border-color css
<style>
span { border-color: #1E180B; }
span { border-color: rgb(30,24,11); }
td.TdClassName
{
border-color: #1E180B;
}
.TagClassName
{
border-color: #1E180B;
}
</style>