Shades of Maire #1F1601
Tints of Maire #1F1601
RGB
CMYK
RGB Variations
Color information
#1F1601 (or 0x1F1601) is known color: Maire. HEX triplet: 1F, 16 and 01. RGB value is (31,22,1). Sum of RGB (Red+Green+Blue) = 31+22+1=54 (7% of max value = 765). Red value is 31 (12.5% from 255 or 57.41% from 54); Green value is 22 (8.98% from 255 or 40.74% from 54); Blue value is 1 (0.78% from 255 or 1.85% from 54); Max value from RGB is 31 - color contains mainly: red. Hex color #1F1601 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F1601 is #E0E9FE. Grayscale: #161616. Windows color (decimal): -14739967 or 71199. OLE color: 71199.
HSL color Cylindrical-coordinate representation of color #1F1601: hue angle of 42º 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 #1F1601 is Cyan = 0, Magento = 0.29, Yellow = 0.97 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 31 | 22 | 1 | - |
| CMYK | 0 | 0.29 | 0.97 | 0.88 |
| HSL | 42º | 0.94% | 0.06% | - |
| HSV(B) | 42º | 0.97% | 0.12% | - |
| XYZ | 0.86 | 0.87 | 0.15 | - |
| YUV | 22.3 | 115.98 | 134.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 22 | 1 | 0 | 0.29 | 0.97 | 0.88 | 42 | 0.94 | 0.06 |
| Hex | 1F | 16 | 1 | 0 | 1D | 61 | 58 | 2A | 5E | 6 |
| Octal | 37 | 26 | 1 | 0 | 35 | 141 | 130 | 52 | 136 | 6 |
| Binary | 11111 | 10110 | 1 | 0 | 11101 | 1100001 | 1011000 | 101010 | 1011110 | 110 |
Color Harmonies of #1F1601
Complementary color
Monochromatic Colors of #1F1601
Black with #1F1601
Text Example
Text Example
White with #1F1601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F1601; }
p { color: rgb(31,22,1); }
H1.HeaderClassName
{
color: #1F1601;
}
.AnyTagClassName
{
color: #1F1601;
}
</style>
background-color css
<style>
a { background-color: #1F1601; }
a { background-color: rgb(31,22,1); }
div.DivClassName
{
background-color: #1F1601;
}
.BgClassName
{
background-color: #1F1601;
}
</style>
border-color css
<style>
span { border-color: #1F1601; }
span { border-color: rgb(31,22,1); }
td.TdClassName
{
border-color: #1F1601;
}
.TagClassName
{
border-color: #1F1601;
}
</style>