Shades of Maire #181816
Tints of Maire #181816
RGB
CMYK
RGB Variations
Color information
#181816 (or 0x181816) is known color: Maire. HEX triplet: 18, 18 and 16. RGB value is (24,24,22). Sum of RGB (Red+Green+Blue) = 24+24+22=70 (9% of max value = 765). Red value is 24 (9.77% from 255 or 34.29% from 70); Green value is 24 (9.77% from 255 or 34.29% from 70); Blue value is 22 (8.98% from 255 or 31.43% from 70); Max value from RGB is 24 - color contains mainly: red, green. Hex color #181816 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #181816 is #E7E7E9. Grayscale: #171717. Windows color (decimal): -15198186 or 1447960. OLE color: 1447960.
HSL color Cylindrical-coordinate representation of color #181816: hue angle of 60º degrees, saturation: 0.04, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #181816 is Cyan = 0, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 24 | 24 | 22 | - |
| CMYK | 0 | 0 | 0.08 | 0.91 |
| HSL | 60º | 0.04% | 0.09% | - |
| HSV(B) | 60º | 0.08% | 0.09% | - |
| XYZ | 0.85 | 0.91 | 0.89 | - |
| YUV | 23.77 | 127 | 128.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 24 | 22 | 0 | 0 | 0.08 | 0.91 | 60 | 0.04 | 0.09 |
| Hex | 18 | 18 | 16 | 0 | 0 | 8 | 5B | 3C | 4 | 9 |
| Octal | 30 | 30 | 26 | 0 | 0 | 10 | 133 | 74 | 4 | 11 |
| Binary | 11000 | 11000 | 10110 | 0 | 0 | 1000 | 1011011 | 111100 | 100 | 1001 |
Color Harmonies of #181816
Complementary color
Monochromatic Colors of #181816
Black with #181816
Text Example
Text Example
White with #181816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181816; }
p { color: rgb(24,24,22); }
H1.HeaderClassName
{
color: #181816;
}
.AnyTagClassName
{
color: #181816;
}
</style>
background-color css
<style>
a { background-color: #181816; }
a { background-color: rgb(24,24,22); }
div.DivClassName
{
background-color: #181816;
}
.BgClassName
{
background-color: #181816;
}
</style>
border-color css
<style>
span { border-color: #181816; }
span { border-color: rgb(24,24,22); }
td.TdClassName
{
border-color: #181816;
}
.TagClassName
{
border-color: #181816;
}
</style>