Shades of Maire #1C1D01
Tints of Maire #1C1D01
RGB
CMYK
RGB Variations
Color information
#1C1D01 (or 0x1C1D01) is known color: Maire. HEX triplet: 1C, 1D and 01. RGB value is (28,29,1). Sum of RGB (Red+Green+Blue) = 28+29+1=58 (7% of max value = 765). Red value is 28 (11.33% from 255 or 48.28% from 58); Green value is 29 (11.72% from 255 or 50% from 58); Blue value is 1 (0.78% from 255 or 1.72% from 58); Max value from RGB is 29 - color contains mainly: green. Hex color #1C1D01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C1D01 is #E3E2FE. Grayscale: #191919. Windows color (decimal): -14934783 or 72988. OLE color: 72988.
HSL color Cylindrical-coordinate representation of color #1C1D01: hue angle of 62.14º degrees, saturation: 0.93, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1C1D01 is Cyan = 0.03, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 28 | 29 | 1 | - |
| CMYK | 0.03 | 0 | 0.97 | 0.89 |
| HSL | 62.14º | 0.93% | 0.06% | - |
| HSV(B) | 62.14º | 0.97% | 0.11% | - |
| XYZ | 0.92 | 1.13 | 0.2 | - |
| YUV | 25.51 | 114.17 | 129.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 29 | 1 | 0.03 | 0 | 0.97 | 0.89 | 62.14 | 0.93 | 0.06 |
| Hex | 1C | 1D | 1 | 3 | 0 | 61 | 59 | 3E | 5D | 6 |
| Octal | 34 | 35 | 1 | 3 | 0 | 141 | 131 | 76 | 135 | 6 |
| Binary | 11100 | 11101 | 1 | 11 | 0 | 1100001 | 1011001 | 111110 | 1011101 | 110 |
Color Harmonies of #1C1D01
Complementary color
Monochromatic Colors of #1C1D01
Black with #1C1D01
Text Example
Text Example
White with #1C1D01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C1D01; }
p { color: rgb(28,29,1); }
H1.HeaderClassName
{
color: #1C1D01;
}
.AnyTagClassName
{
color: #1C1D01;
}
</style>
background-color css
<style>
a { background-color: #1C1D01; }
a { background-color: rgb(28,29,1); }
div.DivClassName
{
background-color: #1C1D01;
}
.BgClassName
{
background-color: #1C1D01;
}
</style>
border-color css
<style>
span { border-color: #1C1D01; }
span { border-color: rgb(28,29,1); }
td.TdClassName
{
border-color: #1C1D01;
}
.TagClassName
{
border-color: #1C1D01;
}
</style>