Shades of Maire #151005
Tints of Maire #151005
RGB
CMYK
RGB Variations
Color information
#151005 (or 0x151005) is known color: Maire. HEX triplet: 15, 10 and 05. RGB value is (21,16,5). Sum of RGB (Red+Green+Blue) = 21+16+5=42 (5% of max value = 765). Red value is 21 (8.59% from 255 or 50% from 42); Green value is 16 (6.64% from 255 or 38.10% from 42); Blue value is 5 (2.34% from 255 or 11.90% from 42); Max value from RGB is 21 - color contains mainly: red. Hex color #151005 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #151005 is #EAEFFA. Grayscale: #101010. Windows color (decimal): -15396859 or 331797. OLE color: 331797.
HSL color Cylindrical-coordinate representation of color #151005: hue angle of 41.25º degrees, saturation: 0.62, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #151005 is Cyan = 0, Magento = 0.24, Yellow = 0.76 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 21 | 16 | 5 | - |
| CMYK | 0 | 0.24 | 0.76 | 0.92 |
| HSL | 41.25º | 0.62% | 0.05% | - |
| HSV(B) | 41.25º | 0.76% | 0.08% | - |
| XYZ | 0.52 | 0.54 | 0.22 | - |
| YUV | 16.24 | 121.66 | 131.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 16 | 5 | 0 | 0.24 | 0.76 | 0.92 | 41.25 | 0.62 | 0.05 |
| Hex | 15 | 10 | 5 | 0 | 18 | 4C | 5C | 29 | 3E | 5 |
| Octal | 25 | 20 | 5 | 0 | 30 | 114 | 134 | 51 | 76 | 5 |
| Binary | 10101 | 10000 | 101 | 0 | 11000 | 1001100 | 1011100 | 101001 | 111110 | 101 |
Color Harmonies of #151005
Complementary color
Monochromatic Colors of #151005
Black with #151005
Text Example
Text Example
White with #151005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151005; }
p { color: rgb(21,16,5); }
H1.HeaderClassName
{
color: #151005;
}
.AnyTagClassName
{
color: #151005;
}
</style>
background-color css
<style>
a { background-color: #151005; }
a { background-color: rgb(21,16,5); }
div.DivClassName
{
background-color: #151005;
}
.BgClassName
{
background-color: #151005;
}
</style>
border-color css
<style>
span { border-color: #151005; }
span { border-color: rgb(21,16,5); }
td.TdClassName
{
border-color: #151005;
}
.TagClassName
{
border-color: #151005;
}
</style>