Shades of Maire #150F01
Tints of Maire #150F01
RGB
CMYK
RGB Variations
Color information
#150F01 (or 0x150F01) is known color: Maire. HEX triplet: 15, 0F and 01. RGB value is (21,15,1). Sum of RGB (Red+Green+Blue) = 21+15+1=37 (4% of max value = 765). Red value is 21 (8.59% from 255 or 56.76% from 37); Green value is 15 (6.25% from 255 or 40.54% from 37); Blue value is 1 (0.78% from 255 or 2.70% from 37); Max value from RGB is 21 - color contains mainly: red. Hex color #150F01 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150F01 is #EAF0FE. Grayscale: #0F0F0F. Windows color (decimal): -15397119 or 69397. OLE color: 69397.
HSL color Cylindrical-coordinate representation of color #150F01: hue angle of 42º degrees, saturation: 0.91, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #150F01 is Cyan = 0, Magento = 0.29, Yellow = 0.95 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 21 | 15 | 1 | - |
| CMYK | 0 | 0.29 | 0.95 | 0.92 |
| HSL | 42º | 0.91% | 0.04% | - |
| HSV(B) | 42º | 0.95% | 0.08% | - |
| XYZ | 0.49 | 0.5 | 0.1 | - |
| YUV | 15.2 | 119.99 | 132.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 15 | 1 | 0 | 0.29 | 0.95 | 0.92 | 42 | 0.91 | 0.04 |
| Hex | 15 | F | 1 | 0 | 1D | 5F | 5C | 2A | 5B | 4 |
| Octal | 25 | 17 | 1 | 0 | 35 | 137 | 134 | 52 | 133 | 4 |
| Binary | 10101 | 1111 | 1 | 0 | 11101 | 1011111 | 1011100 | 101010 | 1011011 | 100 |
Color Harmonies of #150F01
Complementary color
Monochromatic Colors of #150F01
Black with #150F01
Text Example
Text Example
White with #150F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150F01; }
p { color: rgb(21,15,1); }
H1.HeaderClassName
{
color: #150F01;
}
.AnyTagClassName
{
color: #150F01;
}
</style>
background-color css
<style>
a { background-color: #150F01; }
a { background-color: rgb(21,15,1); }
div.DivClassName
{
background-color: #150F01;
}
.BgClassName
{
background-color: #150F01;
}
</style>
border-color css
<style>
span { border-color: #150F01; }
span { border-color: rgb(21,15,1); }
td.TdClassName
{
border-color: #150F01;
}
.TagClassName
{
border-color: #150F01;
}
</style>