Shades of Maire #0D0C09
Tints of Maire #0D0C09
RGB
CMYK
RGB Variations
Color information
#0D0C09 (or 0x0D0C09) is known color: Maire. HEX triplet: 0D, 0C and 09. RGB value is (13,12,9). Sum of RGB (Red+Green+Blue) = 13+12+9=34 (4% of max value = 765). Red value is 13 (5.47% from 255 or 38.24% from 34); Green value is 12 (5.08% from 255 or 35.29% from 34); Blue value is 9 (3.91% from 255 or 26.47% from 34); Max value from RGB is 13 - color contains mainly: red. Hex color #0D0C09 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D0C09 is #F2F3F6. Grayscale: #0B0B0B. Windows color (decimal): -15922167 or 592909. OLE color: 592909.
HSL color Cylindrical-coordinate representation of color #0D0C09: hue angle of 45º degrees, saturation: 0.18, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #0D0C09 is Cyan = 0, Magento = 0.08, Yellow = 0.31 and Black (K on CMYK) = 0.95.
Color convert
| RGB | 13 | 12 | 9 | - |
| CMYK | 0 | 0.08 | 0.31 | 0.95 |
| HSL | 45º | 0.18% | 0.04% | - |
| HSV(B) | 45º | 0.31% | 0.05% | - |
| XYZ | 0.35 | 0.37 | 0.31 | - |
| YUV | 11.96 | 126.33 | 128.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 12 | 9 | 0 | 0.08 | 0.31 | 0.95 | 45 | 0.18 | 0.04 |
| Hex | D | C | 9 | 0 | 8 | 1F | 5F | 2D | 12 | 4 |
| Octal | 15 | 14 | 11 | 0 | 10 | 37 | 137 | 55 | 22 | 4 |
| Binary | 1101 | 1100 | 1001 | 0 | 1000 | 11111 | 1011111 | 101101 | 10010 | 100 |
Color Harmonies of #0D0C09
Complementary color
Monochromatic Colors of #0D0C09
Black with #0D0C09
Text Example
Text Example
White with #0D0C09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D0C09; }
p { color: rgb(13,12,9); }
H1.HeaderClassName
{
color: #0D0C09;
}
.AnyTagClassName
{
color: #0D0C09;
}
</style>
background-color css
<style>
a { background-color: #0D0C09; }
a { background-color: rgb(13,12,9); }
div.DivClassName
{
background-color: #0D0C09;
}
.BgClassName
{
background-color: #0D0C09;
}
</style>
border-color css
<style>
span { border-color: #0D0C09; }
span { border-color: rgb(13,12,9); }
td.TdClassName
{
border-color: #0D0C09;
}
.TagClassName
{
border-color: #0D0C09;
}
</style>