Shades of Maire #12120A
Tints of Maire #12120A
RGB
CMYK
RGB Variations
Color information
#12120A (or 0x12120A) is known color: Maire. HEX triplet: 12, 12 and 0A. RGB value is (18,18,10). Sum of RGB (Red+Green+Blue) = 18+18+10=46 (6% of max value = 765). Red value is 18 (7.42% from 255 or 39.13% from 46); Green value is 18 (7.42% from 255 or 39.13% from 46); Blue value is 10 (4.30% from 255 or 21.74% from 46); Max value from RGB is 18 - color contains mainly: red, green. Hex color #12120A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #12120A is #EDEDF5. Grayscale: #111111. Windows color (decimal): -15592950 or 659986. OLE color: 659986.
HSL color Cylindrical-coordinate representation of color #12120A: hue angle of 60º degrees, saturation: 0.29, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #12120A is Cyan = 0, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.93.
Color convert
RGB | 18 | 18 | 10 | - |
CMYK | 0 | 0 | 0.44 | 0.93 |
HSL | 60º | 0.29% | 0.05% | - |
HSV(B) | 60º | 0.44% | 0.07% | - |
XYZ | 0.52 | 0.58 | 0.37 | - |
YUV | 17.09 | 124 | 128.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 18 | 18 | 10 | 0 | 0 | 0.44 | 0.93 | 60 | 0.29 | 0.05 |
Hex | 12 | 12 | A | 0 | 0 | 2C | 5D | 3C | 1D | 5 |
Octal | 22 | 22 | 12 | 0 | 0 | 54 | 135 | 74 | 35 | 5 |
Binary | 10010 | 10010 | 1010 | 0 | 0 | 101100 | 1011101 | 111100 | 11101 | 101 |
Color Harmonies of #12120A
Complementary color
Monochromatic Colors of #12120A
Black with #12120A
Text Example
Text Example
White with #12120A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12120A; }
p { color: rgb(18,18,10); }
H1.HeaderClassName
{
color: #12120A;
}
.AnyTagClassName
{
color: #12120A;
}
</style>
background-color css
<style>
a { background-color: #12120A; }
a { background-color: rgb(18,18,10); }
div.DivClassName
{
background-color: #12120A;
}
.BgClassName
{
background-color: #12120A;
}
</style>
border-color css
<style>
span { border-color: #12120A; }
span { border-color: rgb(18,18,10); }
td.TdClassName
{
border-color: #12120A;
}
.TagClassName
{
border-color: #12120A;
}
</style>