Shades of Maire #1E1C02
Tints of Maire #1E1C02
RGB
CMYK
RGB Variations
Color information
#1E1C02 (or 0x1E1C02) is known color: Maire. HEX triplet: 1E, 1C and 02. RGB value is (30,28,2). Sum of RGB (Red+Green+Blue) = 30+28+2=60 (7% of max value = 765). Red value is 30 (12.11% from 255 or 50% from 60); Green value is 28 (11.33% from 255 or 46.67% from 60); Blue value is 2 (1.17% from 255 or 3.33% from 60); Max value from RGB is 30 - color contains mainly: red. Hex color #1E1C02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E1C02 is #E1E3FD. Grayscale: #191919. Windows color (decimal): -14803966 or 138270. OLE color: 138270.
HSL color Cylindrical-coordinate representation of color #1E1C02: hue angle of 55.71º degrees, saturation: 0.88, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1E1C02 is Cyan = 0, Magento = 0.07, Yellow = 0.93 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 30 | 28 | 2 | - |
| CMYK | 0 | 0.07 | 0.93 | 0.88 |
| HSL | 55.71º | 0.88% | 0.06% | - |
| HSV(B) | 55.71º | 0.93% | 0.12% | - |
| XYZ | 0.96 | 1.11 | 0.22 | - |
| YUV | 25.63 | 114.66 | 131.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 28 | 2 | 0 | 0.07 | 0.93 | 0.88 | 55.71 | 0.88 | 0.06 |
| Hex | 1E | 1C | 2 | 0 | 7 | 5D | 58 | 38 | 58 | 6 |
| Octal | 36 | 34 | 2 | 0 | 7 | 135 | 130 | 70 | 130 | 6 |
| Binary | 11110 | 11100 | 10 | 0 | 111 | 1011101 | 1011000 | 111000 | 1011000 | 110 |
Color Harmonies of #1E1C02
Complementary color
Monochromatic Colors of #1E1C02
Black with #1E1C02
Text Example
Text Example
White with #1E1C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E1C02; }
p { color: rgb(30,28,2); }
H1.HeaderClassName
{
color: #1E1C02;
}
.AnyTagClassName
{
color: #1E1C02;
}
</style>
background-color css
<style>
a { background-color: #1E1C02; }
a { background-color: rgb(30,28,2); }
div.DivClassName
{
background-color: #1E1C02;
}
.BgClassName
{
background-color: #1E1C02;
}
</style>
border-color css
<style>
span { border-color: #1E1C02; }
span { border-color: rgb(30,28,2); }
td.TdClassName
{
border-color: #1E1C02;
}
.TagClassName
{
border-color: #1E1C02;
}
</style>