Shades of Maire #0C0C02
Tints of Maire #0C0C02
RGB
CMYK
RGB Variations
Color information
#0C0C02 (or 0x0C0C02) is known color: Maire. HEX triplet: 0C, 0C and 02. RGB value is (12,12,2). Sum of RGB (Red+Green+Blue) = 12+12+2=26 (3% of max value = 765). Red value is 12 (5.08% from 255 or 46.15% from 26); Green value is 12 (5.08% from 255 or 46.15% from 26); Blue value is 2 (1.17% from 255 or 7.69% from 26); Max value from RGB is 12 - color contains mainly: red, green. Hex color #0C0C02 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C0C02 is #F3F3FD. Grayscale: #0A0A0A. Windows color (decimal): -15987710 or 134156. OLE color: 134156.
HSL color Cylindrical-coordinate representation of color #0C0C02: hue angle of 60º degrees, saturation: 0.71, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0C0C02 is Cyan = 0, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.95.
Color convert
| RGB | 12 | 12 | 2 | - |
| CMYK | 0 | 0 | 0.83 | 0.95 |
| HSL | 60º | 0.71% | 0.03% | - |
| HSV(B) | 60º | 0.83% | 0.05% | - |
| XYZ | 0.29 | 0.35 | 0.11 | - |
| YUV | 10.86 | 123 | 128.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 12 | 2 | 0 | 0 | 0.83 | 0.95 | 60 | 0.71 | 0.03 |
| Hex | C | C | 2 | 0 | 0 | 53 | 5F | 3C | 47 | 3 |
| Octal | 14 | 14 | 2 | 0 | 0 | 123 | 137 | 74 | 107 | 3 |
| Binary | 1100 | 1100 | 10 | 0 | 0 | 1010011 | 1011111 | 111100 | 1000111 | 11 |
Color Harmonies of #0C0C02
Complementary color
Monochromatic Colors of #0C0C02
Black with #0C0C02
Text Example
Text Example
White with #0C0C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C0C02; }
p { color: rgb(12,12,2); }
H1.HeaderClassName
{
color: #0C0C02;
}
.AnyTagClassName
{
color: #0C0C02;
}
</style>
background-color css
<style>
a { background-color: #0C0C02; }
a { background-color: rgb(12,12,2); }
div.DivClassName
{
background-color: #0C0C02;
}
.BgClassName
{
background-color: #0C0C02;
}
</style>
border-color css
<style>
span { border-color: #0C0C02; }
span { border-color: rgb(12,12,2); }
td.TdClassName
{
border-color: #0C0C02;
}
.TagClassName
{
border-color: #0C0C02;
}
</style>