Shades of Maire #181404
Tints of Maire #181404
RGB
CMYK
RGB Variations
Color information
#181404 (or 0x181404) is known color: Maire. HEX triplet: 18, 14 and 04. RGB value is (24,20,4). Sum of RGB (Red+Green+Blue) = 24+20+4=48 (6% of max value = 765). Red value is 24 (9.77% from 255 or 50% from 48); Green value is 20 (8.20% from 255 or 41.67% from 48); Blue value is 4 (1.95% from 255 or 8.33% from 48); Max value from RGB is 24 - color contains mainly: red. Hex color #181404 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #181404 is #E7EBFB. Grayscale: #131313. Windows color (decimal): -15199228 or 267288. OLE color: 267288.
HSL color Cylindrical-coordinate representation of color #181404: hue angle of 48º 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 #181404 is Cyan = 0, Magento = 0.17, Yellow = 0.83 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 24 | 20 | 4 | - |
| CMYK | 0 | 0.17 | 0.83 | 0.91 |
| HSL | 48º | 0.71% | 0.05% | - |
| HSV(B) | 48º | 0.83% | 0.09% | - |
| XYZ | 0.65 | 0.7 | 0.22 | - |
| YUV | 19.37 | 119.33 | 131.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 20 | 4 | 0 | 0.17 | 0.83 | 0.91 | 48 | 0.71 | 0.05 |
| Hex | 18 | 14 | 4 | 0 | 11 | 53 | 5B | 30 | 47 | 5 |
| Octal | 30 | 24 | 4 | 0 | 21 | 123 | 133 | 60 | 107 | 5 |
| Binary | 11000 | 10100 | 100 | 0 | 10001 | 1010011 | 1011011 | 110000 | 1000111 | 101 |
Color Harmonies of #181404
Complementary color
Monochromatic Colors of #181404
Black with #181404
Text Example
Text Example
White with #181404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181404; }
p { color: rgb(24,20,4); }
H1.HeaderClassName
{
color: #181404;
}
.AnyTagClassName
{
color: #181404;
}
</style>
background-color css
<style>
a { background-color: #181404; }
a { background-color: rgb(24,20,4); }
div.DivClassName
{
background-color: #181404;
}
.BgClassName
{
background-color: #181404;
}
</style>
border-color css
<style>
span { border-color: #181404; }
span { border-color: rgb(24,20,4); }
td.TdClassName
{
border-color: #181404;
}
.TagClassName
{
border-color: #181404;
}
</style>