Shades of Maire #191812
Tints of Maire #191812
RGB
CMYK
RGB Variations
Color information
#191812 (or 0x191812) is known color: Maire. HEX triplet: 19, 18 and 12. RGB value is (25,24,18). Sum of RGB (Red+Green+Blue) = 25+24+18=67 (8% of max value = 765). Red value is 25 (10.16% from 255 or 37.31% from 67); Green value is 24 (9.77% from 255 or 35.82% from 67); Blue value is 18 (7.42% from 255 or 26.87% from 67); Max value from RGB is 25 - color contains mainly: red. Hex color #191812 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #191812 is #E6E7ED. Grayscale: #171717. Windows color (decimal): -15132654 or 1185817. OLE color: 1185817.
HSL color Cylindrical-coordinate representation of color #191812: hue angle of 51.43º degrees, saturation: 0.16, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #191812 is Cyan = 0, Magento = 0.04, Yellow = 0.28 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 25 | 24 | 18 | - |
| CMYK | 0 | 0.04 | 0.28 | 0.90 |
| HSL | 51.43º | 0.16% | 0.08% | - |
| HSV(B) | 51.43º | 0.28% | 0.1% | - |
| XYZ | 0.84 | 0.9 | 0.7 | - |
| YUV | 23.62 | 124.83 | 128.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 24 | 18 | 0 | 0.04 | 0.28 | 0.90 | 51.43 | 0.16 | 0.08 |
| Hex | 19 | 18 | 12 | 0 | 4 | 1C | 5A | 33 | 10 | 8 |
| Octal | 31 | 30 | 22 | 0 | 4 | 34 | 132 | 63 | 20 | 10 |
| Binary | 11001 | 11000 | 10010 | 0 | 100 | 11100 | 1011010 | 110011 | 10000 | 1000 |
Color Harmonies of #191812
Complementary color
Monochromatic Colors of #191812
Black with #191812
Text Example
Text Example
White with #191812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191812; }
p { color: rgb(25,24,18); }
H1.HeaderClassName
{
color: #191812;
}
.AnyTagClassName
{
color: #191812;
}
</style>
background-color css
<style>
a { background-color: #191812; }
a { background-color: rgb(25,24,18); }
div.DivClassName
{
background-color: #191812;
}
.BgClassName
{
background-color: #191812;
}
</style>
border-color css
<style>
span { border-color: #191812; }
span { border-color: rgb(25,24,18); }
td.TdClassName
{
border-color: #191812;
}
.TagClassName
{
border-color: #191812;
}
</style>