Shades of Maire #1F190E
Tints of Maire #1F190E
RGB
CMYK
RGB Variations
Color information
#1F190E (or 0x1F190E) is known color: Maire. HEX triplet: 1F, 19 and 0E. RGB value is (31,25,14). Sum of RGB (Red+Green+Blue) = 31+25+14=70 (9% of max value = 765). Red value is 31 (12.5% from 255 or 44.29% from 70); Green value is 25 (10.16% from 255 or 35.71% from 70); Blue value is 14 (5.86% from 255 or 20% from 70); Max value from RGB is 31 - color contains mainly: red. Hex color #1F190E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F190E is #E0E6F1. Grayscale: #191919. Windows color (decimal): -14739186 or 923935. OLE color: 923935.
HSL color Cylindrical-coordinate representation of color #1F190E: hue angle of 38.82º degrees, saturation: 0.38, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #1F190E is Cyan = 0, Magento = 0.19, Yellow = 0.55 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 31 | 25 | 14 | - |
| CMYK | 0 | 0.19 | 0.55 | 0.88 |
| HSL | 38.82º | 0.38% | 0.09% | - |
| HSV(B) | 38.82º | 0.55% | 0.12% | - |
| XYZ | 0.99 | 1.02 | 0.56 | - |
| YUV | 25.54 | 121.49 | 131.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 25 | 14 | 0 | 0.19 | 0.55 | 0.88 | 38.82 | 0.38 | 0.09 |
| Hex | 1F | 19 | E | 0 | 13 | 37 | 58 | 27 | 26 | 9 |
| Octal | 37 | 31 | 16 | 0 | 23 | 67 | 130 | 47 | 46 | 11 |
| Binary | 11111 | 11001 | 1110 | 0 | 10011 | 110111 | 1011000 | 100111 | 100110 | 1001 |
Color Harmonies of #1F190E
Complementary color
Monochromatic Colors of #1F190E
Black with #1F190E
Text Example
Text Example
White with #1F190E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F190E; }
p { color: rgb(31,25,14); }
H1.HeaderClassName
{
color: #1F190E;
}
.AnyTagClassName
{
color: #1F190E;
}
</style>
background-color css
<style>
a { background-color: #1F190E; }
a { background-color: rgb(31,25,14); }
div.DivClassName
{
background-color: #1F190E;
}
.BgClassName
{
background-color: #1F190E;
}
</style>
border-color css
<style>
span { border-color: #1F190E; }
span { border-color: rgb(31,25,14); }
td.TdClassName
{
border-color: #1F190E;
}
.TagClassName
{
border-color: #1F190E;
}
</style>