Shades of Maire #18170C
Tints of Maire #18170C
RGB
CMYK
RGB Variations
Color information
#18170C (or 0x18170C) is known color: Maire. HEX triplet: 18, 17 and 0C. RGB value is (24,23,12). Sum of RGB (Red+Green+Blue) = 24+23+12=59 (7% of max value = 765). Red value is 24 (9.77% from 255 or 40.68% from 59); Green value is 23 (9.38% from 255 or 38.98% from 59); Blue value is 12 (5.08% from 255 or 20.34% from 59); Max value from RGB is 24 - color contains mainly: red. Hex color #18170C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #18170C is #E7E8F3. Grayscale: #161616. Windows color (decimal): -15198452 or 792344. OLE color: 792344.
HSL color Cylindrical-coordinate representation of color #18170C: hue angle of 55º degrees, saturation: 0.33, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #18170C is Cyan = 0, Magento = 0.04, Yellow = 0.50 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 24 | 23 | 12 | - |
| CMYK | 0 | 0.04 | 0.50 | 0.91 |
| HSL | 55º | 0.33% | 0.07% | - |
| HSV(B) | 55º | 0.5% | 0.09% | - |
| XYZ | 0.75 | 0.83 | 0.47 | - |
| YUV | 22.05 | 122.33 | 129.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 23 | 12 | 0 | 0.04 | 0.50 | 0.91 | 55 | 0.33 | 0.07 |
| Hex | 18 | 17 | C | 0 | 4 | 32 | 5B | 37 | 21 | 7 |
| Octal | 30 | 27 | 14 | 0 | 4 | 62 | 133 | 67 | 41 | 7 |
| Binary | 11000 | 10111 | 1100 | 0 | 100 | 110010 | 1011011 | 110111 | 100001 | 111 |
Color Harmonies of #18170C
Complementary color
Monochromatic Colors of #18170C
Black with #18170C
Text Example
Text Example
White with #18170C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18170C; }
p { color: rgb(24,23,12); }
H1.HeaderClassName
{
color: #18170C;
}
.AnyTagClassName
{
color: #18170C;
}
</style>
background-color css
<style>
a { background-color: #18170C; }
a { background-color: rgb(24,23,12); }
div.DivClassName
{
background-color: #18170C;
}
.BgClassName
{
background-color: #18170C;
}
</style>
border-color css
<style>
span { border-color: #18170C; }
span { border-color: rgb(24,23,12); }
td.TdClassName
{
border-color: #18170C;
}
.TagClassName
{
border-color: #18170C;
}
</style>