Shades of Maire #1F1903
Tints of Maire #1F1903
RGB
CMYK
RGB Variations
Color information
#1F1903 (or 0x1F1903) is known color: Maire. HEX triplet: 1F, 19 and 03. RGB value is (31,25,3). Sum of RGB (Red+Green+Blue) = 31+25+3=59 (7% of max value = 765). Red value is 31 (12.5% from 255 or 52.54% from 59); Green value is 25 (10.16% from 255 or 42.37% from 59); Blue value is 3 (1.56% from 255 or 5.08% from 59); Max value from RGB is 31 - color contains mainly: red. Hex color #1F1903 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F1903 is #E0E6FC. Grayscale: #181818. Windows color (decimal): -14739197 or 203039. OLE color: 203039.
HSL color Cylindrical-coordinate representation of color #1F1903: hue angle of 47.14º degrees, saturation: 0.82, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1F1903 is Cyan = 0, Magento = 0.19, Yellow = 0.90 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 31 | 25 | 3 | - |
| CMYK | 0 | 0.19 | 0.90 | 0.88 |
| HSL | 47.14º | 0.82% | 0.07% | - |
| HSV(B) | 47.14º | 0.9% | 0.12% | - |
| XYZ | 0.93 | 0.99 | 0.23 | - |
| YUV | 24.29 | 115.99 | 132.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 25 | 3 | 0 | 0.19 | 0.90 | 0.88 | 47.14 | 0.82 | 0.07 |
| Hex | 1F | 19 | 3 | 0 | 13 | 5A | 58 | 2F | 52 | 7 |
| Octal | 37 | 31 | 3 | 0 | 23 | 132 | 130 | 57 | 122 | 7 |
| Binary | 11111 | 11001 | 11 | 0 | 10011 | 1011010 | 1011000 | 101111 | 1010010 | 111 |
Color Harmonies of #1F1903
Complementary color
Monochromatic Colors of #1F1903
Black with #1F1903
Text Example
Text Example
White with #1F1903
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F1903; }
p { color: rgb(31,25,3); }
H1.HeaderClassName
{
color: #1F1903;
}
.AnyTagClassName
{
color: #1F1903;
}
</style>
background-color css
<style>
a { background-color: #1F1903; }
a { background-color: rgb(31,25,3); }
div.DivClassName
{
background-color: #1F1903;
}
.BgClassName
{
background-color: #1F1903;
}
</style>
border-color css
<style>
span { border-color: #1F1903; }
span { border-color: rgb(31,25,3); }
td.TdClassName
{
border-color: #1F1903;
}
.TagClassName
{
border-color: #1F1903;
}
</style>