Shades of Maire #180F00
Tints of Maire #180F00
RGB
CMYK
RGB Variations
Color information
#180F00 (or 0x180F00) is known color: Maire. HEX triplet: 18, 0F and 00. RGB value is (24,15,0). Sum of RGB (Red+Green+Blue) = 24+15+0=39 (5% of max value = 765). Red value is 24 (9.77% from 255 or 61.54% from 39); Green value is 15 (6.25% from 255 or 38.46% from 39); Blue value is 0 (0.39% from 255 or 0% from 39); Max value from RGB is 24 - color contains mainly: red. Hex color #180F00 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180F00 is #E7F0FF. Grayscale: #101010. Windows color (decimal): -15200512 or 3864. OLE color: 3864.
HSL color Cylindrical-coordinate representation of color #180F00: hue angle of 37.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 #180F00 is Cyan = 0, Magento = 0.37, Yellow = 1 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 24 | 15 | 0 | - |
| CMYK | 0 | 0.37 | 1 | 0.91 |
| HSL | 37.5º | 1% | 0.05% | - |
| HSV(B) | 37.5º | 1% | 0.09% | - |
| XYZ | 0.55 | 0.54 | 0.07 | - |
| YUV | 15.98 | 118.98 | 133.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 15 | 0 | 0 | 0.37 | 1 | 0.91 | 37.5 | 1 | 0.05 |
| Hex | 18 | F | 0 | 0 | 25 | 64 | 5B | 26 | 64 | 5 |
| Octal | 30 | 17 | 0 | 0 | 45 | 144 | 133 | 46 | 144 | 5 |
| Binary | 11000 | 1111 | 0 | 0 | 100101 | 1100100 | 1011011 | 100110 | 1100100 | 101 |
Color Harmonies of #180F00
Complementary color
Monochromatic Colors of #180F00
Black with #180F00
Text Example
Text Example
White with #180F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180F00; }
p { color: rgb(24,15,0); }
H1.HeaderClassName
{
color: #180F00;
}
.AnyTagClassName
{
color: #180F00;
}
</style>
background-color css
<style>
a { background-color: #180F00; }
a { background-color: rgb(24,15,0); }
div.DivClassName
{
background-color: #180F00;
}
.BgClassName
{
background-color: #180F00;
}
</style>
border-color css
<style>
span { border-color: #180F00; }
span { border-color: rgb(24,15,0); }
td.TdClassName
{
border-color: #180F00;
}
.TagClassName
{
border-color: #180F00;
}
</style>