Shades of Maire #191B02
Tints of Maire #191B02
RGB
CMYK
RGB Variations
Color information
#191B02 (or 0x191B02) is known color: Maire. HEX triplet: 19, 1B and 02. RGB value is (25,27,2). Sum of RGB (Red+Green+Blue) = 25+27+2=54 (7% of max value = 765). Red value is 25 (10.16% from 255 or 46.30% from 54); Green value is 27 (10.94% from 255 or 50% from 54); Blue value is 2 (1.17% from 255 or 3.70% from 54); Max value from RGB is 27 - color contains mainly: green. Hex color #191B02 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #191B02 is #E6E4FD. Grayscale: #171717. Windows color (decimal): -15131902 or 138009. OLE color: 138009.
HSL color Cylindrical-coordinate representation of color #191B02: hue angle of 64.8º degrees, saturation: 0.86, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #191B02 is Cyan = 0.07, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 25 | 27 | 2 | - |
| CMYK | 0.07 | 0 | 0.93 | 0.89 |
| HSL | 64.8º | 0.86% | 0.06% | - |
| HSV(B) | 64.8º | 0.93% | 0.11% | - |
| XYZ | 0.8 | 0.99 | 0.21 | - |
| YUV | 23.55 | 115.84 | 129.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 27 | 2 | 0.07 | 0 | 0.93 | 0.89 | 64.8 | 0.86 | 0.06 |
| Hex | 19 | 1B | 2 | 7 | 0 | 5D | 59 | 41 | 56 | 6 |
| Octal | 31 | 33 | 2 | 7 | 0 | 135 | 131 | 101 | 126 | 6 |
| Binary | 11001 | 11011 | 10 | 111 | 0 | 1011101 | 1011001 | 1000001 | 1010110 | 110 |
Color Harmonies of #191B02
Complementary color
Monochromatic Colors of #191B02
Black with #191B02
Text Example
Text Example
White with #191B02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191B02; }
p { color: rgb(25,27,2); }
H1.HeaderClassName
{
color: #191B02;
}
.AnyTagClassName
{
color: #191B02;
}
</style>
background-color css
<style>
a { background-color: #191B02; }
a { background-color: rgb(25,27,2); }
div.DivClassName
{
background-color: #191B02;
}
.BgClassName
{
background-color: #191B02;
}
</style>
border-color css
<style>
span { border-color: #191B02; }
span { border-color: rgb(25,27,2); }
td.TdClassName
{
border-color: #191B02;
}
.TagClassName
{
border-color: #191B02;
}
</style>