Shades of Maire #151412
Tints of Maire #151412
RGB
CMYK
RGB Variations
Color information
#151412 (or 0x151412) is known color: Maire. HEX triplet: 15, 14 and 12. RGB value is (21,20,18). Sum of RGB (Red+Green+Blue) = 21+20+18=59 (7% of max value = 765). Red value is 21 (8.59% from 255 or 35.59% from 59); Green value is 20 (8.20% from 255 or 33.90% from 59); Blue value is 18 (7.42% from 255 or 30.51% from 59); Max value from RGB is 21 - color contains mainly: red. Hex color #151412 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #151412 is #EAEBED. Grayscale: #141414. Windows color (decimal): -15395822 or 1184789. OLE color: 1184789.
HSL color Cylindrical-coordinate representation of color #151412: hue angle of 40º degrees, saturation: 0.08, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #151412 is Cyan = 0, Magento = 0.05, Yellow = 0.14 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 21 | 20 | 18 | - |
| CMYK | 0 | 0.05 | 0.14 | 0.92 |
| HSL | 40º | 0.08% | 0.08% | - |
| HSV(B) | 40º | 0.14% | 0.08% | - |
| XYZ | 0.67 | 0.7 | 0.67 | - |
| YUV | 20.07 | 126.83 | 128.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 20 | 18 | 0 | 0.05 | 0.14 | 0.92 | 40 | 0.08 | 0.08 |
| Hex | 15 | 14 | 12 | 0 | 5 | E | 5C | 28 | 8 | 8 |
| Octal | 25 | 24 | 22 | 0 | 5 | 16 | 134 | 50 | 10 | 10 |
| Binary | 10101 | 10100 | 10010 | 0 | 101 | 1110 | 1011100 | 101000 | 1000 | 1000 |
Color Harmonies of #151412
Complementary color
Monochromatic Colors of #151412
Black with #151412
Text Example
Text Example
White with #151412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151412; }
p { color: rgb(21,20,18); }
H1.HeaderClassName
{
color: #151412;
}
.AnyTagClassName
{
color: #151412;
}
</style>
background-color css
<style>
a { background-color: #151412; }
a { background-color: rgb(21,20,18); }
div.DivClassName
{
background-color: #151412;
}
.BgClassName
{
background-color: #151412;
}
</style>
border-color css
<style>
span { border-color: #151412; }
span { border-color: rgb(21,20,18); }
td.TdClassName
{
border-color: #151412;
}
.TagClassName
{
border-color: #151412;
}
</style>