Shades of Maire #1D1F01
Tints of Maire #1D1F01
RGB
CMYK
RGB Variations
Color information
#1D1F01 (or 0x1D1F01) is known color: Maire. HEX triplet: 1D, 1F and 01. RGB value is (29,31,1). Sum of RGB (Red+Green+Blue) = 29+31+1=61 (8% of max value = 765). Red value is 29 (11.72% from 255 or 47.54% from 61); Green value is 31 (12.5% from 255 or 50.82% from 61); Blue value is 1 (0.78% from 255 or 1.64% from 61); Max value from RGB is 31 - color contains mainly: green. Hex color #1D1F01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D1F01 is #E2E0FE. Grayscale: #1B1B1B. Windows color (decimal): -14868735 or 73501. OLE color: 73501.
HSL color Cylindrical-coordinate representation of color #1D1F01: hue angle of 64º 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 #1D1F01 is Cyan = 0.06, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 29 | 31 | 1 | - |
| CMYK | 0.06 | 0 | 0.97 | 0.88 |
| HSL | 64º | 0.94% | 0.06% | - |
| HSV(B) | 64º | 0.97% | 0.12% | - |
| XYZ | 1 | 1.24 | 0.22 | - |
| YUV | 26.98 | 113.34 | 129.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 31 | 1 | 0.06 | 0 | 0.97 | 0.88 | 64 | 0.94 | 0.06 |
| Hex | 1D | 1F | 1 | 6 | 0 | 61 | 58 | 40 | 5E | 6 |
| Octal | 35 | 37 | 1 | 6 | 0 | 141 | 130 | 100 | 136 | 6 |
| Binary | 11101 | 11111 | 1 | 110 | 0 | 1100001 | 1011000 | 1000000 | 1011110 | 110 |
Color Harmonies of #1D1F01
Complementary color
Monochromatic Colors of #1D1F01
Black with #1D1F01
Text Example
Text Example
White with #1D1F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D1F01; }
p { color: rgb(29,31,1); }
H1.HeaderClassName
{
color: #1D1F01;
}
.AnyTagClassName
{
color: #1D1F01;
}
</style>
background-color css
<style>
a { background-color: #1D1F01; }
a { background-color: rgb(29,31,1); }
div.DivClassName
{
background-color: #1D1F01;
}
.BgClassName
{
background-color: #1D1F01;
}
</style>
border-color css
<style>
span { border-color: #1D1F01; }
span { border-color: rgb(29,31,1); }
td.TdClassName
{
border-color: #1D1F01;
}
.TagClassName
{
border-color: #1D1F01;
}
</style>