Shades of Maire #181304
Tints of Maire #181304
RGB
CMYK
RGB Variations
Color information
#181304 (or 0x181304) is known color: Maire. HEX triplet: 18, 13 and 04. RGB value is (24,19,4). Sum of RGB (Red+Green+Blue) = 24+19+4=47 (6% of max value = 765). Red value is 24 (9.77% from 255 or 51.06% from 47); Green value is 19 (7.81% from 255 or 40.43% from 47); Blue value is 4 (1.95% from 255 or 8.51% from 47); Max value from RGB is 24 - color contains mainly: red. Hex color #181304 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #181304 is #E7ECFB. Grayscale: #121212. Windows color (decimal): -15199484 or 267032. OLE color: 267032.
HSL color Cylindrical-coordinate representation of color #181304: hue angle of 45º 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 #181304 is Cyan = 0, Magento = 0.21, Yellow = 0.83 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 24 | 19 | 4 | - |
| CMYK | 0 | 0.21 | 0.83 | 0.91 |
| HSL | 45º | 0.71% | 0.05% | - |
| HSV(B) | 45º | 0.83% | 0.09% | - |
| XYZ | 0.63 | 0.67 | 0.21 | - |
| YUV | 18.79 | 119.66 | 131.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 19 | 4 | 0 | 0.21 | 0.83 | 0.91 | 45 | 0.71 | 0.05 |
| Hex | 18 | 13 | 4 | 0 | 15 | 53 | 5B | 2D | 47 | 5 |
| Octal | 30 | 23 | 4 | 0 | 25 | 123 | 133 | 55 | 107 | 5 |
| Binary | 11000 | 10011 | 100 | 0 | 10101 | 1010011 | 1011011 | 101101 | 1000111 | 101 |
Color Harmonies of #181304
Complementary color
Monochromatic Colors of #181304
Black with #181304
Text Example
Text Example
White with #181304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181304; }
p { color: rgb(24,19,4); }
H1.HeaderClassName
{
color: #181304;
}
.AnyTagClassName
{
color: #181304;
}
</style>
background-color css
<style>
a { background-color: #181304; }
a { background-color: rgb(24,19,4); }
div.DivClassName
{
background-color: #181304;
}
.BgClassName
{
background-color: #181304;
}
</style>
border-color css
<style>
span { border-color: #181304; }
span { border-color: rgb(24,19,4); }
td.TdClassName
{
border-color: #181304;
}
.TagClassName
{
border-color: #181304;
}
</style>