Shades of Maire #191B04
Tints of Maire #191B04
RGB
CMYK
RGB Variations
Color information
#191B04 (or 0x191B04) is known color: Maire. HEX triplet: 19, 1B and 04. RGB value is (25,27,4). Sum of RGB (Red+Green+Blue) = 25+27+4=56 (7% of max value = 765). Red value is 25 (10.16% from 255 or 44.64% from 56); Green value is 27 (10.94% from 255 or 48.21% from 56); Blue value is 4 (1.95% from 255 or 7.14% from 56); Max value from RGB is 27 - color contains mainly: green. Hex color #191B04 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #191B04 is #E6E4FB. Grayscale: #171717. Windows color (decimal): -15131900 or 269081. OLE color: 269081.
HSL color Cylindrical-coordinate representation of color #191B04: hue angle of 65.22º degrees, saturation: 0.74, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #191B04 is Cyan = 0.07, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 25 | 27 | 4 | - |
| CMYK | 0.07 | 0 | 0.85 | 0.89 |
| HSL | 65.22º | 0.74% | 0.06% | - |
| HSV(B) | 65.22º | 0.85% | 0.11% | - |
| XYZ | 0.81 | 1 | 0.26 | - |
| YUV | 23.78 | 116.84 | 128.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 27 | 4 | 0.07 | 0 | 0.85 | 0.89 | 65.22 | 0.74 | 0.06 |
| Hex | 19 | 1B | 4 | 7 | 0 | 55 | 59 | 41 | 4A | 6 |
| Octal | 31 | 33 | 4 | 7 | 0 | 125 | 131 | 101 | 112 | 6 |
| Binary | 11001 | 11011 | 100 | 111 | 0 | 1010101 | 1011001 | 1000001 | 1001010 | 110 |
Color Harmonies of #191B04
Complementary color
Monochromatic Colors of #191B04
Black with #191B04
Text Example
Text Example
White with #191B04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191B04; }
p { color: rgb(25,27,4); }
H1.HeaderClassName
{
color: #191B04;
}
.AnyTagClassName
{
color: #191B04;
}
</style>
background-color css
<style>
a { background-color: #191B04; }
a { background-color: rgb(25,27,4); }
div.DivClassName
{
background-color: #191B04;
}
.BgClassName
{
background-color: #191B04;
}
</style>
border-color css
<style>
span { border-color: #191B04; }
span { border-color: rgb(25,27,4); }
td.TdClassName
{
border-color: #191B04;
}
.TagClassName
{
border-color: #191B04;
}
</style>