Shades of Maire #1C1E03
Tints of Maire #1C1E03
RGB
CMYK
RGB Variations
Color information
#1C1E03 (or 0x1C1E03) is known color: Maire. HEX triplet: 1C, 1E and 03. RGB value is (28,30,3). Sum of RGB (Red+Green+Blue) = 28+30+3=61 (8% of max value = 765). Red value is 28 (11.33% from 255 or 45.90% from 61); Green value is 30 (12.11% from 255 or 49.18% from 61); Blue value is 3 (1.56% from 255 or 4.92% from 61); Max value from RGB is 30 - color contains mainly: green. Hex color #1C1E03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C1E03 is #E3E1FC. Grayscale: #1A1A1A. Windows color (decimal): -14934525 or 204316. OLE color: 204316.
HSL color Cylindrical-coordinate representation of color #1C1E03: hue angle of 64.44º degrees, saturation: 0.82, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1C1E03 is Cyan = 0.07, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 28 | 30 | 3 | - |
| CMYK | 0.07 | 0 | 0.90 | 0.88 |
| HSL | 64.44º | 0.82% | 0.06% | - |
| HSV(B) | 64.44º | 0.9% | 0.12% | - |
| XYZ | 0.96 | 1.18 | 0.26 | - |
| YUV | 26.32 | 114.84 | 129.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 30 | 3 | 0.07 | 0 | 0.90 | 0.88 | 64.44 | 0.82 | 0.06 |
| Hex | 1C | 1E | 3 | 7 | 0 | 5A | 58 | 40 | 52 | 6 |
| Octal | 34 | 36 | 3 | 7 | 0 | 132 | 130 | 100 | 122 | 6 |
| Binary | 11100 | 11110 | 11 | 111 | 0 | 1011010 | 1011000 | 1000000 | 1010010 | 110 |
Color Harmonies of #1C1E03
Complementary color
Monochromatic Colors of #1C1E03
Black with #1C1E03
Text Example
Text Example
White with #1C1E03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C1E03; }
p { color: rgb(28,30,3); }
H1.HeaderClassName
{
color: #1C1E03;
}
.AnyTagClassName
{
color: #1C1E03;
}
</style>
background-color css
<style>
a { background-color: #1C1E03; }
a { background-color: rgb(28,30,3); }
div.DivClassName
{
background-color: #1C1E03;
}
.BgClassName
{
background-color: #1C1E03;
}
</style>
border-color css
<style>
span { border-color: #1C1E03; }
span { border-color: rgb(28,30,3); }
td.TdClassName
{
border-color: #1C1E03;
}
.TagClassName
{
border-color: #1C1E03;
}
</style>