Shades of Maire #181A00
Tints of Maire #181A00
RGB
CMYK
RGB Variations
Color information
#181A00 (or 0x181A00) is known color: Maire. HEX triplet: 18, 1A and 00. RGB value is (24,26,0). Sum of RGB (Red+Green+Blue) = 24+26+0=50 (6% of max value = 765). Red value is 24 (9.77% from 255 or 48% from 50); Green value is 26 (10.55% from 255 or 52% from 50); Blue value is 0 (0.39% from 255 or 0% from 50); Max value from RGB is 26 - color contains mainly: green. Hex color #181A00 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #181A00 is #E7E5FF. Grayscale: #161616. Windows color (decimal): -15197696 or 6680. OLE color: 6680.
HSL color Cylindrical-coordinate representation of color #181A00: hue angle of 64.62º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #181A00 is Cyan = 0.08, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 24 | 26 | 0 | - |
| CMYK | 0.08 | 0 | 1 | 0.90 |
| HSL | 64.62º | 1% | 0.05% | - |
| HSV(B) | 64.62º | 1% | 0.1% | - |
| XYZ | 0.75 | 0.93 | 0.14 | - |
| YUV | 22.44 | 115.34 | 129.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 26 | 0 | 0.08 | 0 | 1 | 0.90 | 64.62 | 1 | 0.05 |
| Hex | 18 | 1A | 0 | 8 | 0 | 64 | 5A | 41 | 64 | 5 |
| Octal | 30 | 32 | 0 | 10 | 0 | 144 | 132 | 101 | 144 | 5 |
| Binary | 11000 | 11010 | 0 | 1000 | 0 | 1100100 | 1011010 | 1000001 | 1100100 | 101 |
Color Harmonies of #181A00
Complementary color
Monochromatic Colors of #181A00
Black with #181A00
Text Example
Text Example
White with #181A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181A00; }
p { color: rgb(24,26,0); }
H1.HeaderClassName
{
color: #181A00;
}
.AnyTagClassName
{
color: #181A00;
}
</style>
background-color css
<style>
a { background-color: #181A00; }
a { background-color: rgb(24,26,0); }
div.DivClassName
{
background-color: #181A00;
}
.BgClassName
{
background-color: #181A00;
}
</style>
border-color css
<style>
span { border-color: #181A00; }
span { border-color: rgb(24,26,0); }
td.TdClassName
{
border-color: #181A00;
}
.TagClassName
{
border-color: #181A00;
}
</style>