Shades of Maire #100C05
Tints of Maire #100C05
RGB
CMYK
RGB Variations
Color information
#100C05 (or 0x100C05) is known color: Maire. HEX triplet: 10, 0C and 05. RGB value is (16,12,5). Sum of RGB (Red+Green+Blue) = 16+12+5=33 (4% of max value = 765). Red value is 16 (6.64% from 255 or 48.48% from 33); Green value is 12 (5.08% from 255 or 36.36% from 33); Blue value is 5 (2.34% from 255 or 15.15% from 33); Max value from RGB is 16 - color contains mainly: red. Hex color #100C05 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100C05 is #EFF3FA. Grayscale: #0C0C0C. Windows color (decimal): -15725563 or 330768. OLE color: 330768.
HSL color Cylindrical-coordinate representation of color #100C05: hue angle of 38.18º degrees, saturation: 0.52, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #100C05 is Cyan = 0, Magento = 0.25, Yellow = 0.69 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 16 | 12 | 5 | - |
| CMYK | 0 | 0.25 | 0.69 | 0.94 |
| HSL | 38.18º | 0.52% | 0.04% | - |
| HSV(B) | 38.18º | 0.69% | 0.06% | - |
| XYZ | 0.37 | 0.38 | 0.2 | - |
| YUV | 12.4 | 123.83 | 130.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 12 | 5 | 0 | 0.25 | 0.69 | 0.94 | 38.18 | 0.52 | 0.04 |
| Hex | 10 | C | 5 | 0 | 19 | 45 | 5E | 26 | 34 | 4 |
| Octal | 20 | 14 | 5 | 0 | 31 | 105 | 136 | 46 | 64 | 4 |
| Binary | 10000 | 1100 | 101 | 0 | 11001 | 1000101 | 1011110 | 100110 | 110100 | 100 |
Color Harmonies of #100C05
Complementary color
Monochromatic Colors of #100C05
Black with #100C05
Text Example
Text Example
White with #100C05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100C05; }
p { color: rgb(16,12,5); }
H1.HeaderClassName
{
color: #100C05;
}
.AnyTagClassName
{
color: #100C05;
}
</style>
background-color css
<style>
a { background-color: #100C05; }
a { background-color: rgb(16,12,5); }
div.DivClassName
{
background-color: #100C05;
}
.BgClassName
{
background-color: #100C05;
}
</style>
border-color css
<style>
span { border-color: #100C05; }
span { border-color: rgb(16,12,5); }
td.TdClassName
{
border-color: #100C05;
}
.TagClassName
{
border-color: #100C05;
}
</style>