Shades of Maire #151002
Tints of Maire #151002
RGB
CMYK
RGB Variations
Color information
#151002 (or 0x151002) is known color: Maire. HEX triplet: 15, 10 and 02. RGB value is (21,16,2). Sum of RGB (Red+Green+Blue) = 21+16+2=39 (5% of max value = 765). Red value is 21 (8.59% from 255 or 53.85% from 39); Green value is 16 (6.64% from 255 or 41.03% from 39); Blue value is 2 (1.17% from 255 or 5.13% from 39); Max value from RGB is 21 - color contains mainly: red. Hex color #151002 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #151002 is #EAEFFD. Grayscale: #0F0F0F. Windows color (decimal): -15396862 or 135189. OLE color: 135189.
HSL color Cylindrical-coordinate representation of color #151002: hue angle of 44.21º 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 #151002 is Cyan = 0, Magento = 0.24, Yellow = 0.90 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 21 | 16 | 2 | - |
| CMYK | 0 | 0.24 | 0.90 | 0.92 |
| HSL | 44.21º | 0.83% | 0.05% | - |
| HSV(B) | 44.21º | 0.9% | 0.08% | - |
| XYZ | 0.51 | 0.53 | 0.13 | - |
| YUV | 15.9 | 120.16 | 131.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 16 | 2 | 0 | 0.24 | 0.90 | 0.92 | 44.21 | 0.83 | 0.05 |
| Hex | 15 | 10 | 2 | 0 | 18 | 5A | 5C | 2C | 53 | 5 |
| Octal | 25 | 20 | 2 | 0 | 30 | 132 | 134 | 54 | 123 | 5 |
| Binary | 10101 | 10000 | 10 | 0 | 11000 | 1011010 | 1011100 | 101100 | 1010011 | 101 |
Color Harmonies of #151002
Complementary color
Monochromatic Colors of #151002
Black with #151002
Text Example
Text Example
White with #151002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151002; }
p { color: rgb(21,16,2); }
H1.HeaderClassName
{
color: #151002;
}
.AnyTagClassName
{
color: #151002;
}
</style>
background-color css
<style>
a { background-color: #151002; }
a { background-color: rgb(21,16,2); }
div.DivClassName
{
background-color: #151002;
}
.BgClassName
{
background-color: #151002;
}
</style>
border-color css
<style>
span { border-color: #151002; }
span { border-color: rgb(21,16,2); }
td.TdClassName
{
border-color: #151002;
}
.TagClassName
{
border-color: #151002;
}
</style>