Shades of Maire #151400
Tints of Maire #151400
RGB
CMYK
RGB Variations
Color information
#151400 (or 0x151400) is known color: Maire. HEX triplet: 15, 14 and 00. RGB value is (21,20,0). Sum of RGB (Red+Green+Blue) = 21+20+0=41 (5% of max value = 765). Red value is 21 (8.59% from 255 or 51.22% from 41); Green value is 20 (8.20% from 255 or 48.78% from 41); Blue value is 0 (0.39% from 255 or 0% from 41); Max value from RGB is 21 - color contains mainly: red. Hex color #151400 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #151400 is #EAEBFF. Grayscale: #121212. Windows color (decimal): -15395840 or 5141. OLE color: 5141.
HSL color Cylindrical-coordinate representation of color #151400: hue angle of 57.14º degrees, saturation: 1, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 1%. Process color model (Four color, CMYK) of #151400 is Cyan = 0, Magento = 0.05, Yellow = 1 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 21 | 20 | 0 | - |
| CMYK | 0 | 0.05 | 1 | 0.92 |
| HSL | 57.14º | 1% | 0.04% | - |
| HSV(B) | 57.14º | 1% | 0.08% | - |
| XYZ | 0.56 | 0.66 | 0.1 | - |
| YUV | 18.02 | 117.83 | 130.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 20 | 0 | 0 | 0.05 | 1 | 0.92 | 57.14 | 1 | 0.04 |
| Hex | 15 | 14 | 0 | 0 | 5 | 64 | 5C | 39 | 64 | 4 |
| Octal | 25 | 24 | 0 | 0 | 5 | 144 | 134 | 71 | 144 | 4 |
| Binary | 10101 | 10100 | 0 | 0 | 101 | 1100100 | 1011100 | 111001 | 1100100 | 100 |
Color Harmonies of #151400
Complementary color
Monochromatic Colors of #151400
Black with #151400
Text Example
Text Example
White with #151400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151400; }
p { color: rgb(21,20,0); }
H1.HeaderClassName
{
color: #151400;
}
.AnyTagClassName
{
color: #151400;
}
</style>
background-color css
<style>
a { background-color: #151400; }
a { background-color: rgb(21,20,0); }
div.DivClassName
{
background-color: #151400;
}
.BgClassName
{
background-color: #151400;
}
</style>
border-color css
<style>
span { border-color: #151400; }
span { border-color: rgb(21,20,0); }
td.TdClassName
{
border-color: #151400;
}
.TagClassName
{
border-color: #151400;
}
</style>