Shades of Maire #150F00
Tints of Maire #150F00
RGB
CMYK
RGB Variations
Color information
#150F00 (or 0x150F00) is known color: Maire. HEX triplet: 15, 0F and 00. RGB value is (21,15,0). Sum of RGB (Red+Green+Blue) = 21+15+0=36 (4% of max value = 765). Red value is 21 (8.59% from 255 or 58.33% from 36); Green value is 15 (6.25% from 255 or 41.67% from 36); Blue value is 0 (0.39% from 255 or 0% from 36); Max value from RGB is 21 - color contains mainly: red. Hex color #150F00 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150F00 is #EAF0FF. Grayscale: #0F0F0F. Windows color (decimal): -15397120 or 3861. OLE color: 3861.
HSL color Cylindrical-coordinate representation of color #150F00: hue angle of 42.86º 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 #150F00 is Cyan = 0, Magento = 0.29, Yellow = 1 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 21 | 15 | 0 | - |
| CMYK | 0 | 0.29 | 1 | 0.92 |
| HSL | 42.86º | 1% | 0.04% | - |
| HSV(B) | 42.86º | 1% | 0.08% | - |
| XYZ | 0.48 | 0.5 | 0.07 | - |
| YUV | 15.08 | 119.49 | 132.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 15 | 0 | 0 | 0.29 | 1 | 0.92 | 42.86 | 1 | 0.04 |
| Hex | 15 | F | 0 | 0 | 1D | 64 | 5C | 2B | 64 | 4 |
| Octal | 25 | 17 | 0 | 0 | 35 | 144 | 134 | 53 | 144 | 4 |
| Binary | 10101 | 1111 | 0 | 0 | 11101 | 1100100 | 1011100 | 101011 | 1100100 | 100 |
Color Harmonies of #150F00
Complementary color
Monochromatic Colors of #150F00
Black with #150F00
Text Example
Text Example
White with #150F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150F00; }
p { color: rgb(21,15,0); }
H1.HeaderClassName
{
color: #150F00;
}
.AnyTagClassName
{
color: #150F00;
}
</style>
background-color css
<style>
a { background-color: #150F00; }
a { background-color: rgb(21,15,0); }
div.DivClassName
{
background-color: #150F00;
}
.BgClassName
{
background-color: #150F00;
}
</style>
border-color css
<style>
span { border-color: #150F00; }
span { border-color: rgb(21,15,0); }
td.TdClassName
{
border-color: #150F00;
}
.TagClassName
{
border-color: #150F00;
}
</style>