Shades of Maire #0C0D04
Tints of Maire #0C0D04
RGB
CMYK
RGB Variations
Color information
#0C0D04 (or 0x0C0D04) is known color: Maire. HEX triplet: 0C, 0D and 04. RGB value is (12,13,4). Sum of RGB (Red+Green+Blue) = 12+13+4=29 (3% of max value = 765). Red value is 12 (5.08% from 255 or 41.38% from 29); Green value is 13 (5.47% from 255 or 44.83% from 29); Blue value is 4 (1.95% from 255 or 13.79% from 29); Max value from RGB is 13 - color contains mainly: green. Hex color #0C0D04 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C0D04 is #F3F2FB. Grayscale: #0B0B0B. Windows color (decimal): -15987452 or 265484. OLE color: 265484.
HSL color Cylindrical-coordinate representation of color #0C0D04: hue angle of 66.67º degrees, saturation: 0.53, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #0C0D04 is Cyan = 0.08, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.95.
Color convert
| RGB | 12 | 13 | 4 | - |
| CMYK | 0.08 | 0 | 0.69 | 0.95 |
| HSL | 66.67º | 0.53% | 0.03% | - |
| HSV(B) | 66.67º | 0.69% | 0.05% | - |
| XYZ | 0.32 | 0.37 | 0.17 | - |
| YUV | 11.68 | 123.67 | 128.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 13 | 4 | 0.08 | 0 | 0.69 | 0.95 | 66.67 | 0.53 | 0.03 |
| Hex | C | D | 4 | 8 | 0 | 45 | 5F | 43 | 35 | 3 |
| Octal | 14 | 15 | 4 | 10 | 0 | 105 | 137 | 103 | 65 | 3 |
| Binary | 1100 | 1101 | 100 | 1000 | 0 | 1000101 | 1011111 | 1000011 | 110101 | 11 |
Color Harmonies of #0C0D04
Complementary color
Monochromatic Colors of #0C0D04
Black with #0C0D04
Text Example
Text Example
White with #0C0D04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C0D04; }
p { color: rgb(12,13,4); }
H1.HeaderClassName
{
color: #0C0D04;
}
.AnyTagClassName
{
color: #0C0D04;
}
</style>
background-color css
<style>
a { background-color: #0C0D04; }
a { background-color: rgb(12,13,4); }
div.DivClassName
{
background-color: #0C0D04;
}
.BgClassName
{
background-color: #0C0D04;
}
</style>
border-color css
<style>
span { border-color: #0C0D04; }
span { border-color: rgb(12,13,4); }
td.TdClassName
{
border-color: #0C0D04;
}
.TagClassName
{
border-color: #0C0D04;
}
</style>