Shades of Maire #19190B
Tints of Maire #19190B
RGB
CMYK
RGB Variations
Color information
#19190B (or 0x19190B) is known color: Maire. HEX triplet: 19, 19 and 0B. RGB value is (25,25,11). Sum of RGB (Red+Green+Blue) = 25+25+11=61 (8% of max value = 765). Red value is 25 (10.16% from 255 or 40.98% from 61); Green value is 25 (10.16% from 255 or 40.98% from 61); Blue value is 11 (4.69% from 255 or 18.03% from 61); Max value from RGB is 25 - color contains mainly: red, green. Hex color #19190B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #19190B is #E6E6F4. Grayscale: #171717. Windows color (decimal): -15132405 or 727321. OLE color: 727321.
HSL color Cylindrical-coordinate representation of color #19190B: hue angle of 60º degrees, saturation: 0.39, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #19190B is Cyan = 0, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 25 | 25 | 11 | - |
| CMYK | 0 | 0 | 0.56 | 0.90 |
| HSL | 60º | 0.39% | 0.07% | - |
| HSV(B) | 60º | 0.56% | 0.1% | - |
| XYZ | 0.81 | 0.93 | 0.45 | - |
| YUV | 23.4 | 121 | 129.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 25 | 11 | 0 | 0 | 0.56 | 0.90 | 60 | 0.39 | 0.07 |
| Hex | 19 | 19 | B | 0 | 0 | 38 | 5A | 3C | 27 | 7 |
| Octal | 31 | 31 | 13 | 0 | 0 | 70 | 132 | 74 | 47 | 7 |
| Binary | 11001 | 11001 | 1011 | 0 | 0 | 111000 | 1011010 | 111100 | 100111 | 111 |
Color Harmonies of #19190B
Complementary color
Monochromatic Colors of #19190B
Black with #19190B
Text Example
Text Example
White with #19190B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19190B; }
p { color: rgb(25,25,11); }
H1.HeaderClassName
{
color: #19190B;
}
.AnyTagClassName
{
color: #19190B;
}
</style>
background-color css
<style>
a { background-color: #19190B; }
a { background-color: rgb(25,25,11); }
div.DivClassName
{
background-color: #19190B;
}
.BgClassName
{
background-color: #19190B;
}
</style>
border-color css
<style>
span { border-color: #19190B; }
span { border-color: rgb(25,25,11); }
td.TdClassName
{
border-color: #19190B;
}
.TagClassName
{
border-color: #19190B;
}
</style>