Shades of Maire #150E00
Tints of Maire #150E00
RGB
CMYK
RGB Variations
Color information
#150E00 (or 0x150E00) is known color: Maire. HEX triplet: 15, 0E and 00. RGB value is (21,14,0). Sum of RGB (Red+Green+Blue) = 21+14+0=35 (4% of max value = 765). Red value is 21 (8.59% from 255 or 60% from 35); Green value is 14 (5.86% from 255 or 40% from 35); Blue value is 0 (0.39% from 255 or 0% from 35); Max value from RGB is 21 - color contains mainly: red. Hex color #150E00 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150E00 is #EAF1FF. Grayscale: #0E0E0E. Windows color (decimal): -15397376 or 3605. OLE color: 3605.
HSL color Cylindrical-coordinate representation of color #150E00: hue angle of 40º degrees, saturation: 1, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 1%. Process color model (Four color, CMYK) of #150E00 is Cyan = 0, Magento = 0.33, Yellow = 1 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 21 | 14 | 0 | - |
| CMYK | 0 | 0.33 | 1 | 0.92 |
| HSL | 40º | 1% | 0.04% | - |
| HSV(B) | 40º | 1% | 0.08% | - |
| XYZ | 0.47 | 0.47 | 0.07 | - |
| YUV | 14.5 | 119.82 | 132.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 14 | 0 | 0 | 0.33 | 1 | 0.92 | 40 | 1 | 0.04 |
| Hex | 15 | E | 0 | 0 | 21 | 64 | 5C | 28 | 64 | 4 |
| Octal | 25 | 16 | 0 | 0 | 41 | 144 | 134 | 50 | 144 | 4 |
| Binary | 10101 | 1110 | 0 | 0 | 100001 | 1100100 | 1011100 | 101000 | 1100100 | 100 |
Color Harmonies of #150E00
Complementary color
Monochromatic Colors of #150E00
Black with #150E00
Text Example
Text Example
White with #150E00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150E00; }
p { color: rgb(21,14,0); }
H1.HeaderClassName
{
color: #150E00;
}
.AnyTagClassName
{
color: #150E00;
}
</style>
background-color css
<style>
a { background-color: #150E00; }
a { background-color: rgb(21,14,0); }
div.DivClassName
{
background-color: #150E00;
}
.BgClassName
{
background-color: #150E00;
}
</style>
border-color css
<style>
span { border-color: #150E00; }
span { border-color: rgb(21,14,0); }
td.TdClassName
{
border-color: #150E00;
}
.TagClassName
{
border-color: #150E00;
}
</style>