Shades of Maire #15150F
Tints of Maire #15150F
RGB
CMYK
RGB Variations
Color information
#15150F (or 0x15150F) is known color: Maire. HEX triplet: 15, 15 and 0F. RGB value is (21,21,15). Sum of RGB (Red+Green+Blue) = 21+21+15=57 (7% of max value = 765). Red value is 21 (8.59% from 255 or 36.84% from 57); Green value is 21 (8.59% from 255 or 36.84% from 57); Blue value is 15 (6.25% from 255 or 26.32% from 57); Max value from RGB is 21 - color contains mainly: red, green. Hex color #15150F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #15150F is #EAEAF0. Grayscale: #141414. Windows color (decimal): -15395569 or 988437. OLE color: 988437.
HSL color Cylindrical-coordinate representation of color #15150F: hue angle of 60º degrees, saturation: 0.17, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #15150F is Cyan = 0, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 21 | 21 | 15 | - |
| CMYK | 0 | 0 | 0.29 | 0.92 |
| HSL | 60º | 0.17% | 0.07% | - |
| HSV(B) | 60º | 0.29% | 0.08% | - |
| XYZ | 0.66 | 0.73 | 0.56 | - |
| YUV | 20.32 | 125 | 128.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 21 | 15 | 0 | 0 | 0.29 | 0.92 | 60 | 0.17 | 0.07 |
| Hex | 15 | 15 | F | 0 | 0 | 1D | 5C | 3C | 11 | 7 |
| Octal | 25 | 25 | 17 | 0 | 0 | 35 | 134 | 74 | 21 | 7 |
| Binary | 10101 | 10101 | 1111 | 0 | 0 | 11101 | 1011100 | 111100 | 10001 | 111 |
Color Harmonies of #15150F
Complementary color
Monochromatic Colors of #15150F
Black with #15150F
Text Example
Text Example
White with #15150F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15150F; }
p { color: rgb(21,21,15); }
H1.HeaderClassName
{
color: #15150F;
}
.AnyTagClassName
{
color: #15150F;
}
</style>
background-color css
<style>
a { background-color: #15150F; }
a { background-color: rgb(21,21,15); }
div.DivClassName
{
background-color: #15150F;
}
.BgClassName
{
background-color: #15150F;
}
</style>
border-color css
<style>
span { border-color: #15150F; }
span { border-color: rgb(21,21,15); }
td.TdClassName
{
border-color: #15150F;
}
.TagClassName
{
border-color: #15150F;
}
</style>