Shades of Maire #1C1C02
Tints of Maire #1C1C02
RGB
CMYK
RGB Variations
Color information
#1C1C02 (or 0x1C1C02) is known color: Maire. HEX triplet: 1C, 1C and 02. RGB value is (28,28,2). Sum of RGB (Red+Green+Blue) = 28+28+2=58 (7% of max value = 765). Red value is 28 (11.33% from 255 or 48.28% from 58); Green value is 28 (11.33% from 255 or 48.28% from 58); Blue value is 2 (1.17% from 255 or 3.45% from 58); Max value from RGB is 28 - color contains mainly: red, green. Hex color #1C1C02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C1C02 is #E3E3FD. Grayscale: #191919. Windows color (decimal): -14935038 or 138268. OLE color: 138268.
HSL color Cylindrical-coordinate representation of color #1C1C02: hue angle of 60º degrees, saturation: 0.87, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1C1C02 is Cyan = 0, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.89.
Color convert
RGB | 28 | 28 | 2 | - |
CMYK | 0 | 0 | 0.93 | 0.89 |
HSL | 60º | 0.87% | 0.06% | - |
HSV(B) | 60º | 0.93% | 0.11% | - |
XYZ | 0.91 | 1.08 | 0.22 | - |
YUV | 25.04 | 115 | 130.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 28 | 28 | 2 | 0 | 0 | 0.93 | 0.89 | 60 | 0.87 | 0.06 |
Hex | 1C | 1C | 2 | 0 | 0 | 5D | 59 | 3C | 57 | 6 |
Octal | 34 | 34 | 2 | 0 | 0 | 135 | 131 | 74 | 127 | 6 |
Binary | 11100 | 11100 | 10 | 0 | 0 | 1011101 | 1011001 | 111100 | 1010111 | 110 |
Color Harmonies of #1C1C02
Complementary color
Monochromatic Colors of #1C1C02
Black with #1C1C02
Text Example
Text Example
White with #1C1C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C1C02; }
p { color: rgb(28,28,2); }
H1.HeaderClassName
{
color: #1C1C02;
}
.AnyTagClassName
{
color: #1C1C02;
}
</style>
background-color css
<style>
a { background-color: #1C1C02; }
a { background-color: rgb(28,28,2); }
div.DivClassName
{
background-color: #1C1C02;
}
.BgClassName
{
background-color: #1C1C02;
}
</style>
border-color css
<style>
span { border-color: #1C1C02; }
span { border-color: rgb(28,28,2); }
td.TdClassName
{
border-color: #1C1C02;
}
.TagClassName
{
border-color: #1C1C02;
}
</style>