Shades of Maire #181813
Tints of Maire #181813
RGB
CMYK
RGB Variations
Color information
#181813 (or 0x181813) is known color: Maire. HEX triplet: 18, 18 and 13. RGB value is (24,24,19). Sum of RGB (Red+Green+Blue) = 24+24+19=67 (8% of max value = 765). Red value is 24 (9.77% from 255 or 35.82% from 67); Green value is 24 (9.77% from 255 or 35.82% from 67); Blue value is 19 (7.81% from 255 or 28.36% from 67); Max value from RGB is 24 - color contains mainly: red, green. Hex color #181813 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #181813 is #E7E7EC. Grayscale: #171717. Windows color (decimal): -15198189 or 1251352. OLE color: 1251352.
HSL color Cylindrical-coordinate representation of color #181813: hue angle of 60º degrees, saturation: 0.12, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #181813 is Cyan = 0, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 24 | 24 | 19 | - |
| CMYK | 0 | 0 | 0.21 | 0.91 |
| HSL | 60º | 0.12% | 0.08% | - |
| HSV(B) | 60º | 0.21% | 0.09% | - |
| XYZ | 0.82 | 0.89 | 0.75 | - |
| YUV | 23.43 | 125.5 | 128.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 24 | 19 | 0 | 0 | 0.21 | 0.91 | 60 | 0.12 | 0.08 |
| Hex | 18 | 18 | 13 | 0 | 0 | 15 | 5B | 3C | C | 8 |
| Octal | 30 | 30 | 23 | 0 | 0 | 25 | 133 | 74 | 14 | 10 |
| Binary | 11000 | 11000 | 10011 | 0 | 0 | 10101 | 1011011 | 111100 | 1100 | 1000 |
Color Harmonies of #181813
Complementary color
Monochromatic Colors of #181813
Black with #181813
Text Example
Text Example
White with #181813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181813; }
p { color: rgb(24,24,19); }
H1.HeaderClassName
{
color: #181813;
}
.AnyTagClassName
{
color: #181813;
}
</style>
background-color css
<style>
a { background-color: #181813; }
a { background-color: rgb(24,24,19); }
div.DivClassName
{
background-color: #181813;
}
.BgClassName
{
background-color: #181813;
}
</style>
border-color css
<style>
span { border-color: #181813; }
span { border-color: rgb(24,24,19); }
td.TdClassName
{
border-color: #181813;
}
.TagClassName
{
border-color: #181813;
}
</style>