Shades of Maire #150F03
Tints of Maire #150F03
RGB
CMYK
RGB Variations
Color information
#150F03 (or 0x150F03) is known color: Maire. HEX triplet: 15, 0F and 03. RGB value is (21,15,3). Sum of RGB (Red+Green+Blue) = 21+15+3=39 (5% of max value = 765). Red value is 21 (8.59% from 255 or 53.85% from 39); Green value is 15 (6.25% from 255 or 38.46% from 39); Blue value is 3 (1.56% from 255 or 7.69% from 39); Max value from RGB is 21 - color contains mainly: red. Hex color #150F03 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150F03 is #EAF0FC. Grayscale: #0F0F0F. Windows color (decimal): -15397117 or 200469. OLE color: 200469.
HSL color Cylindrical-coordinate representation of color #150F03: hue angle of 40º degrees, saturation: 0.75, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #150F03 is Cyan = 0, Magento = 0.29, Yellow = 0.86 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 21 | 15 | 3 | - |
| CMYK | 0 | 0.29 | 0.86 | 0.92 |
| HSL | 40º | 0.75% | 0.05% | - |
| HSV(B) | 40º | 0.86% | 0.08% | - |
| XYZ | 0.5 | 0.51 | 0.16 | - |
| YUV | 15.43 | 120.99 | 131.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 15 | 3 | 0 | 0.29 | 0.86 | 0.92 | 40 | 0.75 | 0.05 |
| Hex | 15 | F | 3 | 0 | 1D | 56 | 5C | 28 | 4B | 5 |
| Octal | 25 | 17 | 3 | 0 | 35 | 126 | 134 | 50 | 113 | 5 |
| Binary | 10101 | 1111 | 11 | 0 | 11101 | 1010110 | 1011100 | 101000 | 1001011 | 101 |
Color Harmonies of #150F03
Complementary color
Monochromatic Colors of #150F03
Black with #150F03
Text Example
Text Example
White with #150F03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150F03; }
p { color: rgb(21,15,3); }
H1.HeaderClassName
{
color: #150F03;
}
.AnyTagClassName
{
color: #150F03;
}
</style>
background-color css
<style>
a { background-color: #150F03; }
a { background-color: rgb(21,15,3); }
div.DivClassName
{
background-color: #150F03;
}
.BgClassName
{
background-color: #150F03;
}
</style>
border-color css
<style>
span { border-color: #150F03; }
span { border-color: rgb(21,15,3); }
td.TdClassName
{
border-color: #150F03;
}
.TagClassName
{
border-color: #150F03;
}
</style>