Shades of Maire #18190C
Tints of Maire #18190C
RGB
CMYK
RGB Variations
Color information
#18190C (or 0x18190C) is known color: Maire. HEX triplet: 18, 19 and 0C. RGB value is (24,25,12). Sum of RGB (Red+Green+Blue) = 24+25+12=61 (8% of max value = 765). Red value is 24 (9.77% from 255 or 39.34% from 61); Green value is 25 (10.16% from 255 or 40.98% from 61); Blue value is 12 (5.08% from 255 or 19.67% from 61); Max value from RGB is 25 - color contains mainly: green. Hex color #18190C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #18190C is #E7E6F3. Grayscale: #171717. Windows color (decimal): -15197940 or 792856. OLE color: 792856.
HSL color Cylindrical-coordinate representation of color #18190C: hue angle of 64.62º degrees, saturation: 0.35, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #18190C is Cyan = 0.04, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 24 | 25 | 12 | - |
| CMYK | 0.04 | 0 | 0.52 | 0.90 |
| HSL | 64.62º | 0.35% | 0.07% | - |
| HSV(B) | 64.62º | 0.52% | 0.1% | - |
| XYZ | 0.79 | 0.92 | 0.48 | - |
| YUV | 23.22 | 121.67 | 128.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 25 | 12 | 0.04 | 0 | 0.52 | 0.90 | 64.62 | 0.35 | 0.07 |
| Hex | 18 | 19 | C | 4 | 0 | 34 | 5A | 41 | 23 | 7 |
| Octal | 30 | 31 | 14 | 4 | 0 | 64 | 132 | 101 | 43 | 7 |
| Binary | 11000 | 11001 | 1100 | 100 | 0 | 110100 | 1011010 | 1000001 | 100011 | 111 |
Color Harmonies of #18190C
Complementary color
Monochromatic Colors of #18190C
Black with #18190C
Text Example
Text Example
White with #18190C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18190C; }
p { color: rgb(24,25,12); }
H1.HeaderClassName
{
color: #18190C;
}
.AnyTagClassName
{
color: #18190C;
}
</style>
background-color css
<style>
a { background-color: #18190C; }
a { background-color: rgb(24,25,12); }
div.DivClassName
{
background-color: #18190C;
}
.BgClassName
{
background-color: #18190C;
}
</style>
border-color css
<style>
span { border-color: #18190C; }
span { border-color: rgb(24,25,12); }
td.TdClassName
{
border-color: #18190C;
}
.TagClassName
{
border-color: #18190C;
}
</style>