Shades of Maire #1F1703
Tints of Maire #1F1703
RGB
CMYK
RGB Variations
Color information
#1F1703 (or 0x1F1703) is known color: Maire. HEX triplet: 1F, 17 and 03. RGB value is (31,23,3). Sum of RGB (Red+Green+Blue) = 31+23+3=57 (7% of max value = 765). Red value is 31 (12.5% from 255 or 54.39% from 57); Green value is 23 (9.38% from 255 or 40.35% from 57); Blue value is 3 (1.56% from 255 or 5.26% from 57); Max value from RGB is 31 - color contains mainly: red. Hex color #1F1703 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F1703 is #E0E8FC. Grayscale: #171717. Windows color (decimal): -14739709 or 202527. OLE color: 202527.
HSL color Cylindrical-coordinate representation of color #1F1703: hue angle of 42.86º 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 #1F1703 is Cyan = 0, Magento = 0.26, Yellow = 0.90 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 31 | 23 | 3 | - |
| CMYK | 0 | 0.26 | 0.90 | 0.88 |
| HSL | 42.86º | 0.82% | 0.07% | - |
| HSV(B) | 42.86º | 0.9% | 0.12% | - |
| XYZ | 0.89 | 0.91 | 0.22 | - |
| YUV | 23.11 | 116.65 | 133.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 23 | 3 | 0 | 0.26 | 0.90 | 0.88 | 42.86 | 0.82 | 0.07 |
| Hex | 1F | 17 | 3 | 0 | 1A | 5A | 58 | 2B | 52 | 7 |
| Octal | 37 | 27 | 3 | 0 | 32 | 132 | 130 | 53 | 122 | 7 |
| Binary | 11111 | 10111 | 11 | 0 | 11010 | 1011010 | 1011000 | 101011 | 1010010 | 111 |
Color Harmonies of #1F1703
Complementary color
Monochromatic Colors of #1F1703
Black with #1F1703
Text Example
Text Example
White with #1F1703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F1703; }
p { color: rgb(31,23,3); }
H1.HeaderClassName
{
color: #1F1703;
}
.AnyTagClassName
{
color: #1F1703;
}
</style>
background-color css
<style>
a { background-color: #1F1703; }
a { background-color: rgb(31,23,3); }
div.DivClassName
{
background-color: #1F1703;
}
.BgClassName
{
background-color: #1F1703;
}
</style>
border-color css
<style>
span { border-color: #1F1703; }
span { border-color: rgb(31,23,3); }
td.TdClassName
{
border-color: #1F1703;
}
.TagClassName
{
border-color: #1F1703;
}
</style>