Shades of Maire #12120C
Tints of Maire #12120C
RGB
CMYK
RGB Variations
Color information
#12120C (or 0x12120C) is known color: Maire. HEX triplet: 12, 12 and 0C. RGB value is (18,18,12). Sum of RGB (Red+Green+Blue) = 18+18+12=48 (6% of max value = 765). Red value is 18 (7.42% from 255 or 37.5% from 48); Green value is 18 (7.42% from 255 or 37.5% from 48); Blue value is 12 (5.08% from 255 or 25% from 48); Max value from RGB is 18 - color contains mainly: red, green. Hex color #12120C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #12120C is #EDEDF3. Grayscale: #111111. Windows color (decimal): -15592948 or 791058. OLE color: 791058.
HSL color Cylindrical-coordinate representation of color #12120C: hue angle of 60º degrees, saturation: 0.2, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #12120C is Cyan = 0, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.93.
Color convert
RGB | 18 | 18 | 12 | - |
CMYK | 0 | 0 | 0.33 | 0.93 |
HSL | 60º | 0.2% | 0.06% | - |
HSV(B) | 60º | 0.33% | 0.07% | - |
XYZ | 0.53 | 0.59 | 0.43 | - |
YUV | 17.32 | 125 | 128.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 18 | 18 | 12 | 0 | 0 | 0.33 | 0.93 | 60 | 0.2 | 0.06 |
Hex | 12 | 12 | C | 0 | 0 | 21 | 5D | 3C | 14 | 6 |
Octal | 22 | 22 | 14 | 0 | 0 | 41 | 135 | 74 | 24 | 6 |
Binary | 10010 | 10010 | 1100 | 0 | 0 | 100001 | 1011101 | 111100 | 10100 | 110 |
Color Harmonies of #12120C
Complementary color
Monochromatic Colors of #12120C
Black with #12120C
Text Example
Text Example
White with #12120C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12120C; }
p { color: rgb(18,18,12); }
H1.HeaderClassName
{
color: #12120C;
}
.AnyTagClassName
{
color: #12120C;
}
</style>
background-color css
<style>
a { background-color: #12120C; }
a { background-color: rgb(18,18,12); }
div.DivClassName
{
background-color: #12120C;
}
.BgClassName
{
background-color: #12120C;
}
</style>
border-color css
<style>
span { border-color: #12120C; }
span { border-color: rgb(18,18,12); }
td.TdClassName
{
border-color: #12120C;
}
.TagClassName
{
border-color: #12120C;
}
</style>