Shades of Maire #151300
Tints of Maire #151300
RGB
CMYK
RGB Variations
Color information
#151300 (or 0x151300) is known color: Maire. HEX triplet: 15, 13 and 00. RGB value is (21,19,0). Sum of RGB (Red+Green+Blue) = 21+19+0=40 (5% of max value = 765). Red value is 21 (8.59% from 255 or 52.5% from 40); Green value is 19 (7.81% from 255 or 47.5% from 40); Blue value is 0 (0.39% from 255 or 0% from 40); Max value from RGB is 21 - color contains mainly: red. Hex color #151300 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #151300 is #EAECFF. Grayscale: #111111. Windows color (decimal): -15396096 or 4885. OLE color: 4885.
HSL color Cylindrical-coordinate representation of color #151300: hue angle of 54.29º 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 #151300 is Cyan = 0, Magento = 0.10, Yellow = 1 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 21 | 19 | 0 | - |
| CMYK | 0 | 0.10 | 1 | 0.92 |
| HSL | 54.29º | 1% | 0.04% | - |
| HSV(B) | 54.29º | 1% | 0.08% | - |
| XYZ | 0.54 | 0.63 | 0.09 | - |
| YUV | 17.43 | 118.16 | 130.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 19 | 0 | 0 | 0.10 | 1 | 0.92 | 54.29 | 1 | 0.04 |
| Hex | 15 | 13 | 0 | 0 | A | 64 | 5C | 36 | 64 | 4 |
| Octal | 25 | 23 | 0 | 0 | 12 | 144 | 134 | 66 | 144 | 4 |
| Binary | 10101 | 10011 | 0 | 0 | 1010 | 1100100 | 1011100 | 110110 | 1100100 | 100 |
Color Harmonies of #151300
Complementary color
Monochromatic Colors of #151300
Black with #151300
Text Example
Text Example
White with #151300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151300; }
p { color: rgb(21,19,0); }
H1.HeaderClassName
{
color: #151300;
}
.AnyTagClassName
{
color: #151300;
}
</style>
background-color css
<style>
a { background-color: #151300; }
a { background-color: rgb(21,19,0); }
div.DivClassName
{
background-color: #151300;
}
.BgClassName
{
background-color: #151300;
}
</style>
border-color css
<style>
span { border-color: #151300; }
span { border-color: rgb(21,19,0); }
td.TdClassName
{
border-color: #151300;
}
.TagClassName
{
border-color: #151300;
}
</style>