Shades of Maire #150E02
Tints of Maire #150E02
RGB
CMYK
RGB Variations
Color information
#150E02 (or 0x150E02) is known color: Maire. HEX triplet: 15, 0E and 02. RGB value is (21,14,2). Sum of RGB (Red+Green+Blue) = 21+14+2=37 (4% of max value = 765). Red value is 21 (8.59% from 255 or 56.76% from 37); Green value is 14 (5.86% from 255 or 37.84% from 37); Blue value is 2 (1.17% from 255 or 5.41% from 37); Max value from RGB is 21 - color contains mainly: red. Hex color #150E02 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150E02 is #EAF1FD. Grayscale: #0E0E0E. Windows color (decimal): -15397374 or 134677. OLE color: 134677.
HSL color Cylindrical-coordinate representation of color #150E02: hue angle of 37.89º degrees, saturation: 0.83, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #150E02 is Cyan = 0, Magento = 0.33, Yellow = 0.90 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 21 | 14 | 2 | - |
| CMYK | 0 | 0.33 | 0.90 | 0.92 |
| HSL | 37.89º | 0.83% | 0.05% | - |
| HSV(B) | 37.89º | 0.9% | 0.08% | - |
| XYZ | 0.48 | 0.48 | 0.12 | - |
| YUV | 14.73 | 120.82 | 132.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 14 | 2 | 0 | 0.33 | 0.90 | 0.92 | 37.89 | 0.83 | 0.05 |
| Hex | 15 | E | 2 | 0 | 21 | 5A | 5C | 26 | 53 | 5 |
| Octal | 25 | 16 | 2 | 0 | 41 | 132 | 134 | 46 | 123 | 5 |
| Binary | 10101 | 1110 | 10 | 0 | 100001 | 1011010 | 1011100 | 100110 | 1010011 | 101 |
Color Harmonies of #150E02
Complementary color
Monochromatic Colors of #150E02
Black with #150E02
Text Example
Text Example
White with #150E02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150E02; }
p { color: rgb(21,14,2); }
H1.HeaderClassName
{
color: #150E02;
}
.AnyTagClassName
{
color: #150E02;
}
</style>
background-color css
<style>
a { background-color: #150E02; }
a { background-color: rgb(21,14,2); }
div.DivClassName
{
background-color: #150E02;
}
.BgClassName
{
background-color: #150E02;
}
</style>
border-color css
<style>
span { border-color: #150E02; }
span { border-color: rgb(21,14,2); }
td.TdClassName
{
border-color: #150E02;
}
.TagClassName
{
border-color: #150E02;
}
</style>