Shades of Maire #150E01
Tints of Maire #150E01
RGB
CMYK
RGB Variations
Color information
#150E01 (or 0x150E01) is known color: Maire. HEX triplet: 15, 0E and 01. RGB value is (21,14,1). Sum of RGB (Red+Green+Blue) = 21+14+1=36 (4% of max value = 765). Red value is 21 (8.59% from 255 or 58.33% from 36); Green value is 14 (5.86% from 255 or 38.89% from 36); Blue value is 1 (0.78% from 255 or 2.78% from 36); Max value from RGB is 21 - color contains mainly: red. Hex color #150E01 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150E01 is #EAF1FE. Grayscale: #0E0E0E. Windows color (decimal): -15397375 or 69141. OLE color: 69141.
HSL color Cylindrical-coordinate representation of color #150E01: hue angle of 39º 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 #150E01 is Cyan = 0, Magento = 0.33, Yellow = 0.95 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 21 | 14 | 1 | - |
| CMYK | 0 | 0.33 | 0.95 | 0.92 |
| HSL | 39º | 0.91% | 0.04% | - |
| HSV(B) | 39º | 0.95% | 0.08% | - |
| XYZ | 0.47 | 0.48 | 0.1 | - |
| YUV | 14.61 | 120.32 | 132.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 14 | 1 | 0 | 0.33 | 0.95 | 0.92 | 39 | 0.91 | 0.04 |
| Hex | 15 | E | 1 | 0 | 21 | 5F | 5C | 27 | 5B | 4 |
| Octal | 25 | 16 | 1 | 0 | 41 | 137 | 134 | 47 | 133 | 4 |
| Binary | 10101 | 1110 | 1 | 0 | 100001 | 1011111 | 1011100 | 100111 | 1011011 | 100 |
Color Harmonies of #150E01
Complementary color
Monochromatic Colors of #150E01
Black with #150E01
Text Example
Text Example
White with #150E01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150E01; }
p { color: rgb(21,14,1); }
H1.HeaderClassName
{
color: #150E01;
}
.AnyTagClassName
{
color: #150E01;
}
</style>
background-color css
<style>
a { background-color: #150E01; }
a { background-color: rgb(21,14,1); }
div.DivClassName
{
background-color: #150E01;
}
.BgClassName
{
background-color: #150E01;
}
</style>
border-color css
<style>
span { border-color: #150E01; }
span { border-color: rgb(21,14,1); }
td.TdClassName
{
border-color: #150E01;
}
.TagClassName
{
border-color: #150E01;
}
</style>