Shades of Maire #151102
Tints of Maire #151102
RGB
CMYK
RGB Variations
Color information
#151102 (or 0x151102) is known color: Maire. HEX triplet: 15, 11 and 02. RGB value is (21,17,2). Sum of RGB (Red+Green+Blue) = 21+17+2=40 (5% of max value = 765). Red value is 21 (8.59% from 255 or 52.5% from 40); Green value is 17 (7.03% from 255 or 42.5% from 40); Blue value is 2 (1.17% from 255 or 5% from 40); Max value from RGB is 21 - color contains mainly: red. Hex color #151102 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #151102 is #EAEEFD. Grayscale: #101010. Windows color (decimal): -15396606 or 135445. OLE color: 135445.
HSL color Cylindrical-coordinate representation of color #151102: hue angle of 47.37º 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 #151102 is Cyan = 0, Magento = 0.19, Yellow = 0.90 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 21 | 17 | 2 | - |
| CMYK | 0 | 0.19 | 0.90 | 0.92 |
| HSL | 47.37º | 0.83% | 0.05% | - |
| HSV(B) | 47.37º | 0.9% | 0.08% | - |
| XYZ | 0.52 | 0.56 | 0.14 | - |
| YUV | 16.49 | 119.83 | 131.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 17 | 2 | 0 | 0.19 | 0.90 | 0.92 | 47.37 | 0.83 | 0.05 |
| Hex | 15 | 11 | 2 | 0 | 13 | 5A | 5C | 2F | 53 | 5 |
| Octal | 25 | 21 | 2 | 0 | 23 | 132 | 134 | 57 | 123 | 5 |
| Binary | 10101 | 10001 | 10 | 0 | 10011 | 1011010 | 1011100 | 101111 | 1010011 | 101 |
Color Harmonies of #151102
Complementary color
Monochromatic Colors of #151102
Black with #151102
Text Example
Text Example
White with #151102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151102; }
p { color: rgb(21,17,2); }
H1.HeaderClassName
{
color: #151102;
}
.AnyTagClassName
{
color: #151102;
}
</style>
background-color css
<style>
a { background-color: #151102; }
a { background-color: rgb(21,17,2); }
div.DivClassName
{
background-color: #151102;
}
.BgClassName
{
background-color: #151102;
}
</style>
border-color css
<style>
span { border-color: #151102; }
span { border-color: rgb(21,17,2); }
td.TdClassName
{
border-color: #151102;
}
.TagClassName
{
border-color: #151102;
}
</style>