Shades of Maire #0C0B05
Tints of Maire #0C0B05
RGB
CMYK
RGB Variations
Color information
#0C0B05 (or 0x0C0B05) is known color: Maire. HEX triplet: 0C, 0B and 05. RGB value is (12,11,5). Sum of RGB (Red+Green+Blue) = 12+11+5=28 (3% of max value = 765). Red value is 12 (5.08% from 255 or 42.86% from 28); Green value is 11 (4.69% from 255 or 39.29% from 28); Blue value is 5 (2.34% from 255 or 17.86% from 28); Max value from RGB is 12 - color contains mainly: red. Hex color #0C0B05 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C0B05 is #F3F4FA. Grayscale: #0A0A0A. Windows color (decimal): -15987963 or 330508. OLE color: 330508.
HSL color Cylindrical-coordinate representation of color #0C0B05: hue angle of 51.43º degrees, saturation: 0.41, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #0C0B05 is Cyan = 0, Magento = 0.08, Yellow = 0.58 and Black (K on CMYK) = 0.95.
Color convert
RGB | 12 | 11 | 5 | - |
CMYK | 0 | 0.08 | 0.58 | 0.95 |
HSL | 51.43º | 0.41% | 0.03% | - |
HSV(B) | 51.43º | 0.58% | 0.05% | - |
XYZ | 0.3 | 0.33 | 0.19 | - |
YUV | 10.62 | 124.83 | 128.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 12 | 11 | 5 | 0 | 0.08 | 0.58 | 0.95 | 51.43 | 0.41 | 0.03 |
Hex | C | B | 5 | 0 | 8 | 3A | 5F | 33 | 29 | 3 |
Octal | 14 | 13 | 5 | 0 | 10 | 72 | 137 | 63 | 51 | 3 |
Binary | 1100 | 1011 | 101 | 0 | 1000 | 111010 | 1011111 | 110011 | 101001 | 11 |
Color Harmonies of #0C0B05
Complementary color
Monochromatic Colors of #0C0B05
Black with #0C0B05
Text Example
Text Example
White with #0C0B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C0B05; }
p { color: rgb(12,11,5); }
H1.HeaderClassName
{
color: #0C0B05;
}
.AnyTagClassName
{
color: #0C0B05;
}
</style>
background-color css
<style>
a { background-color: #0C0B05; }
a { background-color: rgb(12,11,5); }
div.DivClassName
{
background-color: #0C0B05;
}
.BgClassName
{
background-color: #0C0B05;
}
</style>
border-color css
<style>
span { border-color: #0C0B05; }
span { border-color: rgb(12,11,5); }
td.TdClassName
{
border-color: #0C0B05;
}
.TagClassName
{
border-color: #0C0B05;
}
</style>