Shades of Maire #0C0B08
Tints of Maire #0C0B08
RGB
CMYK
RGB Variations
Color information
#0C0B08 (or 0x0C0B08) is known color: Maire. HEX triplet: 0C, 0B and 08. RGB value is (12,11,8). Sum of RGB (Red+Green+Blue) = 12+11+8=31 (4% of max value = 765). Red value is 12 (5.08% from 255 or 38.71% from 31); Green value is 11 (4.69% from 255 or 35.48% from 31); Blue value is 8 (3.52% from 255 or 25.81% from 31); Max value from RGB is 12 - color contains mainly: red. Hex color #0C0B08 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C0B08 is #F3F4F7. Grayscale: #0A0A0A. Windows color (decimal): -15987960 or 527116. OLE color: 527116.
HSL color Cylindrical-coordinate representation of color #0C0B08: hue angle of 45º degrees, saturation: 0.2, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #0C0B08 is Cyan = 0, Magento = 0.08, Yellow = 0.33 and Black (K on CMYK) = 0.95.
Color convert
| RGB | 12 | 11 | 8 | - |
| CMYK | 0 | 0.08 | 0.33 | 0.95 |
| HSL | 45º | 0.2% | 0.04% | - |
| HSV(B) | 45º | 0.33% | 0.05% | - |
| XYZ | 0.32 | 0.34 | 0.28 | - |
| YUV | 10.96 | 126.33 | 128.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 11 | 8 | 0 | 0.08 | 0.33 | 0.95 | 45 | 0.2 | 0.04 |
| Hex | C | B | 8 | 0 | 8 | 21 | 5F | 2D | 14 | 4 |
| Octal | 14 | 13 | 10 | 0 | 10 | 41 | 137 | 55 | 24 | 4 |
| Binary | 1100 | 1011 | 1000 | 0 | 1000 | 100001 | 1011111 | 101101 | 10100 | 100 |
Color Harmonies of #0C0B08
Complementary color
Monochromatic Colors of #0C0B08
Black with #0C0B08
Text Example
Text Example
White with #0C0B08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C0B08; }
p { color: rgb(12,11,8); }
H1.HeaderClassName
{
color: #0C0B08;
}
.AnyTagClassName
{
color: #0C0B08;
}
</style>
background-color css
<style>
a { background-color: #0C0B08; }
a { background-color: rgb(12,11,8); }
div.DivClassName
{
background-color: #0C0B08;
}
.BgClassName
{
background-color: #0C0B08;
}
</style>
border-color css
<style>
span { border-color: #0C0B08; }
span { border-color: rgb(12,11,8); }
td.TdClassName
{
border-color: #0C0B08;
}
.TagClassName
{
border-color: #0C0B08;
}
</style>