Shades of Maire #181204
Tints of Maire #181204
RGB
CMYK
RGB Variations
Color information
#181204 (or 0x181204) is known color: Maire. HEX triplet: 18, 12 and 04. RGB value is (24,18,4). Sum of RGB (Red+Green+Blue) = 24+18+4=46 (6% of max value = 765). Red value is 24 (9.77% from 255 or 52.17% from 46); Green value is 18 (7.42% from 255 or 39.13% from 46); Blue value is 4 (1.95% from 255 or 8.70% from 46); Max value from RGB is 24 - color contains mainly: red. Hex color #181204 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #181204 is #E7EDFB. Grayscale: #121212. Windows color (decimal): -15199740 or 266776. OLE color: 266776.
HSL color Cylindrical-coordinate representation of color #181204: hue angle of 42º degrees, saturation: 0.71, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #181204 is Cyan = 0, Magento = 0.25, Yellow = 0.83 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 24 | 18 | 4 | - |
| CMYK | 0 | 0.25 | 0.83 | 0.91 |
| HSL | 42º | 0.71% | 0.05% | - |
| HSV(B) | 42º | 0.83% | 0.09% | - |
| XYZ | 0.61 | 0.64 | 0.21 | - |
| YUV | 18.2 | 119.99 | 132.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 18 | 4 | 0 | 0.25 | 0.83 | 0.91 | 42 | 0.71 | 0.05 |
| Hex | 18 | 12 | 4 | 0 | 19 | 53 | 5B | 2A | 47 | 5 |
| Octal | 30 | 22 | 4 | 0 | 31 | 123 | 133 | 52 | 107 | 5 |
| Binary | 11000 | 10010 | 100 | 0 | 11001 | 1010011 | 1011011 | 101010 | 1000111 | 101 |
Color Harmonies of #181204
Complementary color
Monochromatic Colors of #181204
Black with #181204
Text Example
Text Example
White with #181204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181204; }
p { color: rgb(24,18,4); }
H1.HeaderClassName
{
color: #181204;
}
.AnyTagClassName
{
color: #181204;
}
</style>
background-color css
<style>
a { background-color: #181204; }
a { background-color: rgb(24,18,4); }
div.DivClassName
{
background-color: #181204;
}
.BgClassName
{
background-color: #181204;
}
</style>
border-color css
<style>
span { border-color: #181204; }
span { border-color: rgb(24,18,4); }
td.TdClassName
{
border-color: #181204;
}
.TagClassName
{
border-color: #181204;
}
</style>