Shades of Maire #1E170B
Tints of Maire #1E170B
RGB
CMYK
RGB Variations
Color information
#1E170B (or 0x1E170B) is known color: Maire. HEX triplet: 1E, 17 and 0B. RGB value is (30,23,11). Sum of RGB (Red+Green+Blue) = 30+23+11=64 (8% of max value = 765). Red value is 30 (12.11% from 255 or 46.88% from 64); Green value is 23 (9.38% from 255 or 35.94% from 64); Blue value is 11 (4.69% from 255 or 17.19% from 64); Max value from RGB is 30 - color contains mainly: red. Hex color #1E170B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E170B is #E1E8F4. Grayscale: #171717. Windows color (decimal): -14805237 or 726814. OLE color: 726814.
HSL color Cylindrical-coordinate representation of color #1E170B: hue angle of 37.89º 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 #1E170B is Cyan = 0, Magento = 0.23, Yellow = 0.63 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 30 | 23 | 11 | - |
| CMYK | 0 | 0.23 | 0.63 | 0.88 |
| HSL | 37.89º | 0.46% | 0.08% | - |
| HSV(B) | 37.89º | 0.63% | 0.12% | - |
| XYZ | 0.9 | 0.91 | 0.45 | - |
| YUV | 23.73 | 120.82 | 132.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 23 | 11 | 0 | 0.23 | 0.63 | 0.88 | 37.89 | 0.46 | 0.08 |
| Hex | 1E | 17 | B | 0 | 17 | 3F | 58 | 26 | 2E | 8 |
| Octal | 36 | 27 | 13 | 0 | 27 | 77 | 130 | 46 | 56 | 10 |
| Binary | 11110 | 10111 | 1011 | 0 | 10111 | 111111 | 1011000 | 100110 | 101110 | 1000 |
Color Harmonies of #1E170B
Complementary color
Monochromatic Colors of #1E170B
Black with #1E170B
Text Example
Text Example
White with #1E170B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E170B; }
p { color: rgb(30,23,11); }
H1.HeaderClassName
{
color: #1E170B;
}
.AnyTagClassName
{
color: #1E170B;
}
</style>
background-color css
<style>
a { background-color: #1E170B; }
a { background-color: rgb(30,23,11); }
div.DivClassName
{
background-color: #1E170B;
}
.BgClassName
{
background-color: #1E170B;
}
</style>
border-color css
<style>
span { border-color: #1E170B; }
span { border-color: rgb(30,23,11); }
td.TdClassName
{
border-color: #1E170B;
}
.TagClassName
{
border-color: #1E170B;
}
</style>