Shades of Maire #1F1A01
Tints of Maire #1F1A01
RGB
CMYK
RGB Variations
Color information
#1F1A01 (or 0x1F1A01) is known color: Maire. HEX triplet: 1F, 1A and 01. RGB value is (31,26,1). Sum of RGB (Red+Green+Blue) = 31+26+1=58 (7% of max value = 765). Red value is 31 (12.5% from 255 or 53.45% from 58); Green value is 26 (10.55% from 255 or 44.83% from 58); Blue value is 1 (0.78% from 255 or 1.72% from 58); Max value from RGB is 31 - color contains mainly: red. Hex color #1F1A01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F1A01 is #E0E5FE. Grayscale: #181818. Windows color (decimal): -14738943 or 72223. OLE color: 72223.
HSL color Cylindrical-coordinate representation of color #1F1A01: hue angle of 50º degrees, saturation: 0.94, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1F1A01 is Cyan = 0, Magento = 0.16, Yellow = 0.97 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 31 | 26 | 1 | - |
| CMYK | 0 | 0.16 | 0.97 | 0.88 |
| HSL | 50º | 0.94% | 0.06% | - |
| HSV(B) | 50º | 0.97% | 0.12% | - |
| XYZ | 0.94 | 1.03 | 0.18 | - |
| YUV | 24.65 | 114.66 | 132.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 26 | 1 | 0 | 0.16 | 0.97 | 0.88 | 50 | 0.94 | 0.06 |
| Hex | 1F | 1A | 1 | 0 | 10 | 61 | 58 | 32 | 5E | 6 |
| Octal | 37 | 32 | 1 | 0 | 20 | 141 | 130 | 62 | 136 | 6 |
| Binary | 11111 | 11010 | 1 | 0 | 10000 | 1100001 | 1011000 | 110010 | 1011110 | 110 |
Color Harmonies of #1F1A01
Complementary color
Monochromatic Colors of #1F1A01
Black with #1F1A01
Text Example
Text Example
White with #1F1A01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F1A01; }
p { color: rgb(31,26,1); }
H1.HeaderClassName
{
color: #1F1A01;
}
.AnyTagClassName
{
color: #1F1A01;
}
</style>
background-color css
<style>
a { background-color: #1F1A01; }
a { background-color: rgb(31,26,1); }
div.DivClassName
{
background-color: #1F1A01;
}
.BgClassName
{
background-color: #1F1A01;
}
</style>
border-color css
<style>
span { border-color: #1F1A01; }
span { border-color: rgb(31,26,1); }
td.TdClassName
{
border-color: #1F1A01;
}
.TagClassName
{
border-color: #1F1A01;
}
</style>