Shades of Maire #150F02
Tints of Maire #150F02
RGB
CMYK
RGB Variations
Color information
#150F02 (or 0x150F02) is known color: Maire. HEX triplet: 15, 0F and 02. RGB value is (21,15,2). Sum of RGB (Red+Green+Blue) = 21+15+2=38 (5% of max value = 765). Red value is 21 (8.59% from 255 or 55.26% from 38); Green value is 15 (6.25% from 255 or 39.47% from 38); Blue value is 2 (1.17% from 255 or 5.26% from 38); Max value from RGB is 21 - color contains mainly: red. Hex color #150F02 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #150F02 is #EAF0FD. Grayscale: #0F0F0F. Windows color (decimal): -15397118 or 134933. OLE color: 134933.
HSL color Cylindrical-coordinate representation of color #150F02: hue angle of 41.05º 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 #150F02 is Cyan = 0, Magento = 0.29, Yellow = 0.90 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 21 | 15 | 2 | - |
| CMYK | 0 | 0.29 | 0.90 | 0.92 |
| HSL | 41.05º | 0.83% | 0.05% | - |
| HSV(B) | 41.05º | 0.9% | 0.08% | - |
| XYZ | 0.49 | 0.51 | 0.13 | - |
| YUV | 15.31 | 120.49 | 132.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 15 | 2 | 0 | 0.29 | 0.90 | 0.92 | 41.05 | 0.83 | 0.05 |
| Hex | 15 | F | 2 | 0 | 1D | 5A | 5C | 29 | 53 | 5 |
| Octal | 25 | 17 | 2 | 0 | 35 | 132 | 134 | 51 | 123 | 5 |
| Binary | 10101 | 1111 | 10 | 0 | 11101 | 1011010 | 1011100 | 101001 | 1010011 | 101 |
Color Harmonies of #150F02
Complementary color
Monochromatic Colors of #150F02
Black with #150F02
Text Example
Text Example
White with #150F02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #150F02; }
p { color: rgb(21,15,2); }
H1.HeaderClassName
{
color: #150F02;
}
.AnyTagClassName
{
color: #150F02;
}
</style>
background-color css
<style>
a { background-color: #150F02; }
a { background-color: rgb(21,15,2); }
div.DivClassName
{
background-color: #150F02;
}
.BgClassName
{
background-color: #150F02;
}
</style>
border-color css
<style>
span { border-color: #150F02; }
span { border-color: rgb(21,15,2); }
td.TdClassName
{
border-color: #150F02;
}
.TagClassName
{
border-color: #150F02;
}
</style>