Shades of Maire #181300
Tints of Maire #181300
RGB
CMYK
RGB Variations
Color information
#181300 (or 0x181300) is known color: Maire. HEX triplet: 18, 13 and 00. RGB value is (24,19,0). Sum of RGB (Red+Green+Blue) = 24+19+0=43 (5% of max value = 765). Red value is 24 (9.77% from 255 or 55.81% from 43); Green value is 19 (7.81% from 255 or 44.19% from 43); Blue value is 0 (0.39% from 255 or 0% from 43); Max value from RGB is 24 - color contains mainly: red. Hex color #181300 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #181300 is #E7ECFF. Grayscale: #121212. Windows color (decimal): -15199488 or 4888. OLE color: 4888.
HSL color Cylindrical-coordinate representation of color #181300: hue angle of 47.5º 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 #181300 is Cyan = 0, Magento = 0.21, Yellow = 1 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 24 | 19 | 0 | - |
| CMYK | 0 | 0.21 | 1 | 0.91 |
| HSL | 47.5º | 1% | 0.05% | - |
| HSV(B) | 47.5º | 1% | 0.09% | - |
| XYZ | 0.61 | 0.66 | 0.1 | - |
| YUV | 18.33 | 117.66 | 132.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 19 | 0 | 0 | 0.21 | 1 | 0.91 | 47.5 | 1 | 0.05 |
| Hex | 18 | 13 | 0 | 0 | 15 | 64 | 5B | 30 | 64 | 5 |
| Octal | 30 | 23 | 0 | 0 | 25 | 144 | 133 | 60 | 144 | 5 |
| Binary | 11000 | 10011 | 0 | 0 | 10101 | 1100100 | 1011011 | 110000 | 1100100 | 101 |
Color Harmonies of #181300
Complementary color
Monochromatic Colors of #181300
Black with #181300
Text Example
Text Example
White with #181300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181300; }
p { color: rgb(24,19,0); }
H1.HeaderClassName
{
color: #181300;
}
.AnyTagClassName
{
color: #181300;
}
</style>
background-color css
<style>
a { background-color: #181300; }
a { background-color: rgb(24,19,0); }
div.DivClassName
{
background-color: #181300;
}
.BgClassName
{
background-color: #181300;
}
</style>
border-color css
<style>
span { border-color: #181300; }
span { border-color: rgb(24,19,0); }
td.TdClassName
{
border-color: #181300;
}
.TagClassName
{
border-color: #181300;
}
</style>