Shades of Maire #1F1908
Tints of Maire #1F1908
RGB
CMYK
RGB Variations
Color information
#1F1908 (or 0x1F1908) is known color: Maire. HEX triplet: 1F, 19 and 08. RGB value is (31,25,8). Sum of RGB (Red+Green+Blue) = 31+25+8=64 (8% of max value = 765). Red value is 31 (12.5% from 255 or 48.44% from 64); Green value is 25 (10.16% from 255 or 39.06% from 64); Blue value is 8 (3.52% from 255 or 12.5% from 64); Max value from RGB is 31 - color contains mainly: red. Hex color #1F1908 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F1908 is #E0E6F7. Grayscale: #181818. Windows color (decimal): -14739192 or 530719. OLE color: 530719.
HSL color Cylindrical-coordinate representation of color #1F1908: hue angle of 44.35º degrees, saturation: 0.59, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1F1908 is Cyan = 0, Magento = 0.19, Yellow = 0.74 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 31 | 25 | 8 | - |
| CMYK | 0 | 0.19 | 0.74 | 0.88 |
| HSL | 44.35º | 0.59% | 0.08% | - |
| HSV(B) | 44.35º | 0.74% | 0.12% | - |
| XYZ | 0.96 | 1 | 0.37 | - |
| YUV | 24.86 | 118.49 | 132.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 25 | 8 | 0 | 0.19 | 0.74 | 0.88 | 44.35 | 0.59 | 0.08 |
| Hex | 1F | 19 | 8 | 0 | 13 | 4A | 58 | 2C | 3B | 8 |
| Octal | 37 | 31 | 10 | 0 | 23 | 112 | 130 | 54 | 73 | 10 |
| Binary | 11111 | 11001 | 1000 | 0 | 10011 | 1001010 | 1011000 | 101100 | 111011 | 1000 |
Color Harmonies of #1F1908
Complementary color
Monochromatic Colors of #1F1908
Black with #1F1908
Text Example
Text Example
White with #1F1908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F1908; }
p { color: rgb(31,25,8); }
H1.HeaderClassName
{
color: #1F1908;
}
.AnyTagClassName
{
color: #1F1908;
}
</style>
background-color css
<style>
a { background-color: #1F1908; }
a { background-color: rgb(31,25,8); }
div.DivClassName
{
background-color: #1F1908;
}
.BgClassName
{
background-color: #1F1908;
}
</style>
border-color css
<style>
span { border-color: #1F1908; }
span { border-color: rgb(31,25,8); }
td.TdClassName
{
border-color: #1F1908;
}
.TagClassName
{
border-color: #1F1908;
}
</style>