Shades of Maire #1F1900
Tints of Maire #1F1900
RGB
CMYK
RGB Variations
Color information
#1F1900 (or 0x1F1900) is known color: Maire. HEX triplet: 1F, 19 and 00. RGB value is (31,25,0). Sum of RGB (Red+Green+Blue) = 31+25+0=56 (7% of max value = 765). Red value is 31 (12.5% from 255 or 55.36% from 56); Green value is 25 (10.16% from 255 or 44.64% from 56); Blue value is 0 (0.39% from 255 or 0% from 56); Max value from RGB is 31 - color contains mainly: red. Hex color #1F1900 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F1900 is #E0E6FF. Grayscale: #181818. Windows color (decimal): -14739200 or 6431. OLE color: 6431.
HSL color Cylindrical-coordinate representation of color #1F1900: hue angle of 48.39º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1F1900 is Cyan = 0, Magento = 0.19, Yellow = 1 and Black (K on CMYK) = 0.88.
Color convert
RGB | 31 | 25 | 0 | - |
CMYK | 0 | 0.19 | 1 | 0.88 |
HSL | 48.39º | 1% | 0.06% | - |
HSV(B) | 48.39º | 1% | 0.12% | - |
XYZ | 0.91 | 0.99 | 0.14 | - |
YUV | 23.94 | 114.49 | 133.03 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 31 | 25 | 0 | 0 | 0.19 | 1 | 0.88 | 48.39 | 1 | 0.06 |
Hex | 1F | 19 | 0 | 0 | 13 | 64 | 58 | 30 | 64 | 6 |
Octal | 37 | 31 | 0 | 0 | 23 | 144 | 130 | 60 | 144 | 6 |
Binary | 11111 | 11001 | 0 | 0 | 10011 | 1100100 | 1011000 | 110000 | 1100100 | 110 |
Color Harmonies of #1F1900
Complementary color
Monochromatic Colors of #1F1900
Black with #1F1900
Text Example
Text Example
White with #1F1900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F1900; }
p { color: rgb(31,25,0); }
H1.HeaderClassName
{
color: #1F1900;
}
.AnyTagClassName
{
color: #1F1900;
}
</style>
background-color css
<style>
a { background-color: #1F1900; }
a { background-color: rgb(31,25,0); }
div.DivClassName
{
background-color: #1F1900;
}
.BgClassName
{
background-color: #1F1900;
}
</style>
border-color css
<style>
span { border-color: #1F1900; }
span { border-color: rgb(31,25,0); }
td.TdClassName
{
border-color: #1F1900;
}
.TagClassName
{
border-color: #1F1900;
}
</style>