Shades of Maire #151502
Tints of Maire #151502
RGB
CMYK
RGB Variations
Color information
#151502 (or 0x151502) is known color: Maire. HEX triplet: 15, 15 and 02. RGB value is (21,21,2). Sum of RGB (Red+Green+Blue) = 21+21+2=44 (5% of max value = 765). Red value is 21 (8.59% from 255 or 47.73% from 44); Green value is 21 (8.59% from 255 or 47.73% from 44); Blue value is 2 (1.17% from 255 or 4.55% from 44); Max value from RGB is 21 - color contains mainly: red, green. Hex color #151502 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #151502 is #EAEAFD. Grayscale: #121212. Windows color (decimal): -15395582 or 136469. OLE color: 136469.
HSL color Cylindrical-coordinate representation of color #151502: hue angle of 60º 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 #151502 is Cyan = 0, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 21 | 21 | 2 | - |
| CMYK | 0 | 0 | 0.90 | 0.92 |
| HSL | 60º | 0.83% | 0.05% | - |
| HSV(B) | 60º | 0.9% | 0.08% | - |
| XYZ | 0.59 | 0.7 | 0.16 | - |
| YUV | 18.83 | 118.5 | 129.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 21 | 2 | 0 | 0 | 0.90 | 0.92 | 60 | 0.83 | 0.05 |
| Hex | 15 | 15 | 2 | 0 | 0 | 5A | 5C | 3C | 53 | 5 |
| Octal | 25 | 25 | 2 | 0 | 0 | 132 | 134 | 74 | 123 | 5 |
| Binary | 10101 | 10101 | 10 | 0 | 0 | 1011010 | 1011100 | 111100 | 1010011 | 101 |
Color Harmonies of #151502
Complementary color
Monochromatic Colors of #151502
Black with #151502
Text Example
Text Example
White with #151502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151502; }
p { color: rgb(21,21,2); }
H1.HeaderClassName
{
color: #151502;
}
.AnyTagClassName
{
color: #151502;
}
</style>
background-color css
<style>
a { background-color: #151502; }
a { background-color: rgb(21,21,2); }
div.DivClassName
{
background-color: #151502;
}
.BgClassName
{
background-color: #151502;
}
</style>
border-color css
<style>
span { border-color: #151502; }
span { border-color: rgb(21,21,2); }
td.TdClassName
{
border-color: #151502;
}
.TagClassName
{
border-color: #151502;
}
</style>