Shades of Maire #121401
Tints of Maire #121401
RGB
CMYK
RGB Variations
Color information
#121401 (or 0x121401) is known color: Maire. HEX triplet: 12, 14 and 01. RGB value is (18,20,1). Sum of RGB (Red+Green+Blue) = 18+20+1=39 (5% of max value = 765). Red value is 18 (7.42% from 255 or 46.15% from 39); Green value is 20 (8.20% from 255 or 51.28% from 39); Blue value is 1 (0.78% from 255 or 2.56% from 39); Max value from RGB is 20 - color contains mainly: green. Hex color #121401 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #121401 is #EDEBFE. Grayscale: #111111. Windows color (decimal): -15592447 or 70674. OLE color: 70674.
HSL color Cylindrical-coordinate representation of color #121401: hue angle of 66.32º degrees, saturation: 0.9, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #121401 is Cyan = 0.10, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 18 | 20 | 1 | - |
| CMYK | 0.10 | 0 | 0.95 | 0.92 |
| HSL | 66.32º | 0.9% | 0.04% | - |
| HSV(B) | 66.32º | 0.95% | 0.08% | - |
| XYZ | 0.51 | 0.63 | 0.12 | - |
| YUV | 17.24 | 118.84 | 128.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 20 | 1 | 0.10 | 0 | 0.95 | 0.92 | 66.32 | 0.9 | 0.04 |
| Hex | 12 | 14 | 1 | A | 0 | 5F | 5C | 42 | 5A | 4 |
| Octal | 22 | 24 | 1 | 12 | 0 | 137 | 134 | 102 | 132 | 4 |
| Binary | 10010 | 10100 | 1 | 1010 | 0 | 1011111 | 1011100 | 1000010 | 1011010 | 100 |
Color Harmonies of #121401
Complementary color
Monochromatic Colors of #121401
Black with #121401
Text Example
Text Example
White with #121401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121401; }
p { color: rgb(18,20,1); }
H1.HeaderClassName
{
color: #121401;
}
.AnyTagClassName
{
color: #121401;
}
</style>
background-color css
<style>
a { background-color: #121401; }
a { background-color: rgb(18,20,1); }
div.DivClassName
{
background-color: #121401;
}
.BgClassName
{
background-color: #121401;
}
</style>
border-color css
<style>
span { border-color: #121401; }
span { border-color: rgb(18,20,1); }
td.TdClassName
{
border-color: #121401;
}
.TagClassName
{
border-color: #121401;
}
</style>