Shades of Maire #1C1901
Tints of Maire #1C1901
RGB
CMYK
RGB Variations
Color information
#1C1901 (or 0x1C1901) is known color: Maire. HEX triplet: 1C, 19 and 01. RGB value is (28,25,1). Sum of RGB (Red+Green+Blue) = 28+25+1=54 (7% of max value = 765). Red value is 28 (11.33% from 255 or 51.85% from 54); Green value is 25 (10.16% from 255 or 46.30% from 54); Blue value is 1 (0.78% from 255 or 1.85% from 54); Max value from RGB is 28 - color contains mainly: red. Hex color #1C1901 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C1901 is #E3E6FE. Grayscale: #171717. Windows color (decimal): -14935807 or 71964. OLE color: 71964.
HSL color Cylindrical-coordinate representation of color #1C1901: hue angle of 53.33º degrees, saturation: 0.93, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1C1901 is Cyan = 0, Magento = 0.11, Yellow = 0.96 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 28 | 25 | 1 | - |
| CMYK | 0 | 0.11 | 0.96 | 0.89 |
| HSL | 53.33º | 0.93% | 0.06% | - |
| HSV(B) | 53.33º | 0.96% | 0.11% | - |
| XYZ | 0.83 | 0.94 | 0.17 | - |
| YUV | 23.16 | 115.49 | 131.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 25 | 1 | 0 | 0.11 | 0.96 | 0.89 | 53.33 | 0.93 | 0.06 |
| Hex | 1C | 19 | 1 | 0 | B | 60 | 59 | 35 | 5D | 6 |
| Octal | 34 | 31 | 1 | 0 | 13 | 140 | 131 | 65 | 135 | 6 |
| Binary | 11100 | 11001 | 1 | 0 | 1011 | 1100000 | 1011001 | 110101 | 1011101 | 110 |
Color Harmonies of #1C1901
Complementary color
Monochromatic Colors of #1C1901
Black with #1C1901
Text Example
Text Example
White with #1C1901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C1901; }
p { color: rgb(28,25,1); }
H1.HeaderClassName
{
color: #1C1901;
}
.AnyTagClassName
{
color: #1C1901;
}
</style>
background-color css
<style>
a { background-color: #1C1901; }
a { background-color: rgb(28,25,1); }
div.DivClassName
{
background-color: #1C1901;
}
.BgClassName
{
background-color: #1C1901;
}
</style>
border-color css
<style>
span { border-color: #1C1901; }
span { border-color: rgb(28,25,1); }
td.TdClassName
{
border-color: #1C1901;
}
.TagClassName
{
border-color: #1C1901;
}
</style>