Shades of Maire #151301
Tints of Maire #151301
RGB
CMYK
RGB Variations
Color information
#151301 (or 0x151301) is known color: Maire. HEX triplet: 15, 13 and 01. RGB value is (21,19,1). Sum of RGB (Red+Green+Blue) = 21+19+1=41 (5% of max value = 765). Red value is 21 (8.59% from 255 or 51.22% from 41); Green value is 19 (7.81% from 255 or 46.34% from 41); Blue value is 1 (0.78% from 255 or 2.44% from 41); Max value from RGB is 21 - color contains mainly: red. Hex color #151301 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #151301 is #EAECFE. Grayscale: #111111. Windows color (decimal): -15396095 or 70421. OLE color: 70421.
HSL color Cylindrical-coordinate representation of color #151301: hue angle of 54º degrees, saturation: 0.91, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #151301 is Cyan = 0, Magento = 0.10, Yellow = 0.95 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 21 | 19 | 1 | - |
| CMYK | 0 | 0.10 | 0.95 | 0.92 |
| HSL | 54º | 0.91% | 0.04% | - |
| HSV(B) | 54º | 0.95% | 0.08% | - |
| XYZ | 0.55 | 0.63 | 0.12 | - |
| YUV | 17.55 | 118.66 | 130.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 19 | 1 | 0 | 0.10 | 0.95 | 0.92 | 54 | 0.91 | 0.04 |
| Hex | 15 | 13 | 1 | 0 | A | 5F | 5C | 36 | 5B | 4 |
| Octal | 25 | 23 | 1 | 0 | 12 | 137 | 134 | 66 | 133 | 4 |
| Binary | 10101 | 10011 | 1 | 0 | 1010 | 1011111 | 1011100 | 110110 | 1011011 | 100 |
Color Harmonies of #151301
Complementary color
Monochromatic Colors of #151301
Black with #151301
Text Example
Text Example
White with #151301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151301; }
p { color: rgb(21,19,1); }
H1.HeaderClassName
{
color: #151301;
}
.AnyTagClassName
{
color: #151301;
}
</style>
background-color css
<style>
a { background-color: #151301; }
a { background-color: rgb(21,19,1); }
div.DivClassName
{
background-color: #151301;
}
.BgClassName
{
background-color: #151301;
}
</style>
border-color css
<style>
span { border-color: #151301; }
span { border-color: rgb(21,19,1); }
td.TdClassName
{
border-color: #151301;
}
.TagClassName
{
border-color: #151301;
}
</style>