Shades of Maire #181600
Tints of Maire #181600
RGB
CMYK
RGB Variations
Color information
#181600 (or 0x181600) is known color: Maire. HEX triplet: 18, 16 and 00. RGB value is (24,22,0). Sum of RGB (Red+Green+Blue) = 24+22+0=46 (6% of max value = 765). Red value is 24 (9.77% from 255 or 52.17% from 46); Green value is 22 (8.98% from 255 or 47.83% from 46); Blue value is 0 (0.39% from 255 or 0% from 46); Max value from RGB is 24 - color contains mainly: red. Hex color #181600 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #181600 is #E7E9FF. Grayscale: #141414. Windows color (decimal): -15198720 or 5656. OLE color: 5656.
HSL color Cylindrical-coordinate representation of color #181600: hue angle of 55º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 1%. Process color model (Four color, CMYK) of #181600 is Cyan = 0, Magento = 0.08, Yellow = 1 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 24 | 22 | 0 | - |
| CMYK | 0 | 0.08 | 1 | 0.91 |
| HSL | 55º | 1% | 0.05% | - |
| HSV(B) | 55º | 1% | 0.09% | - |
| XYZ | 0.66 | 0.77 | 0.11 | - |
| YUV | 20.09 | 116.66 | 130.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 22 | 0 | 0 | 0.08 | 1 | 0.91 | 55 | 1 | 0.05 |
| Hex | 18 | 16 | 0 | 0 | 8 | 64 | 5B | 37 | 64 | 5 |
| Octal | 30 | 26 | 0 | 0 | 10 | 144 | 133 | 67 | 144 | 5 |
| Binary | 11000 | 10110 | 0 | 0 | 1000 | 1100100 | 1011011 | 110111 | 1100100 | 101 |
Color Harmonies of #181600
Complementary color
Monochromatic Colors of #181600
Black with #181600
Text Example
Text Example
White with #181600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181600; }
p { color: rgb(24,22,0); }
H1.HeaderClassName
{
color: #181600;
}
.AnyTagClassName
{
color: #181600;
}
</style>
background-color css
<style>
a { background-color: #181600; }
a { background-color: rgb(24,22,0); }
div.DivClassName
{
background-color: #181600;
}
.BgClassName
{
background-color: #181600;
}
</style>
border-color css
<style>
span { border-color: #181600; }
span { border-color: rgb(24,22,0); }
td.TdClassName
{
border-color: #181600;
}
.TagClassName
{
border-color: #181600;
}
</style>