Shades of Maire #18180D
Tints of Maire #18180D
RGB
CMYK
RGB Variations
Color information
#18180D (or 0x18180D) is known color: Maire. HEX triplet: 18, 18 and 0D. RGB value is (24,24,13). Sum of RGB (Red+Green+Blue) = 24+24+13=61 (8% of max value = 765). Red value is 24 (9.77% from 255 or 39.34% from 61); Green value is 24 (9.77% from 255 or 39.34% from 61); Blue value is 13 (5.47% from 255 or 21.31% from 61); Max value from RGB is 24 - color contains mainly: red, green. Hex color #18180D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #18180D is #E7E7F2. Grayscale: #161616. Windows color (decimal): -15198195 or 858136. OLE color: 858136.
HSL color Cylindrical-coordinate representation of color #18180D: hue angle of 60º degrees, saturation: 0.3, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #18180D is Cyan = 0, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 24 | 24 | 13 | - |
| CMYK | 0 | 0 | 0.46 | 0.91 |
| HSL | 60º | 0.3% | 0.07% | - |
| HSV(B) | 60º | 0.46% | 0.09% | - |
| XYZ | 0.78 | 0.88 | 0.51 | - |
| YUV | 22.75 | 122.5 | 128.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 24 | 13 | 0 | 0 | 0.46 | 0.91 | 60 | 0.3 | 0.07 |
| Hex | 18 | 18 | D | 0 | 0 | 2E | 5B | 3C | 1E | 7 |
| Octal | 30 | 30 | 15 | 0 | 0 | 56 | 133 | 74 | 36 | 7 |
| Binary | 11000 | 11000 | 1101 | 0 | 0 | 101110 | 1011011 | 111100 | 11110 | 111 |
Color Harmonies of #18180D
Complementary color
Monochromatic Colors of #18180D
Black with #18180D
Text Example
Text Example
White with #18180D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18180D; }
p { color: rgb(24,24,13); }
H1.HeaderClassName
{
color: #18180D;
}
.AnyTagClassName
{
color: #18180D;
}
</style>
background-color css
<style>
a { background-color: #18180D; }
a { background-color: rgb(24,24,13); }
div.DivClassName
{
background-color: #18180D;
}
.BgClassName
{
background-color: #18180D;
}
</style>
border-color css
<style>
span { border-color: #18180D; }
span { border-color: rgb(24,24,13); }
td.TdClassName
{
border-color: #18180D;
}
.TagClassName
{
border-color: #18180D;
}
</style>