Shades of Maire #191308
Tints of Maire #191308
RGB
CMYK
RGB Variations
Color information
#191308 (or 0x191308) is known color: Maire. HEX triplet: 19, 13 and 08. RGB value is (25,19,8). Sum of RGB (Red+Green+Blue) = 25+19+8=52 (6% of max value = 765). Red value is 25 (10.16% from 255 or 48.08% from 52); Green value is 19 (7.81% from 255 or 36.54% from 52); Blue value is 8 (3.52% from 255 or 15.38% from 52); Max value from RGB is 25 - color contains mainly: red. Hex color #191308 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #191308 is #E6ECF7. Grayscale: #131313. Windows color (decimal): -15133944 or 529177. OLE color: 529177.
HSL color Cylindrical-coordinate representation of color #191308: hue angle of 38.82º degrees, saturation: 0.52, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #191308 is Cyan = 0, Magento = 0.24, Yellow = 0.68 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 25 | 19 | 8 | - |
| CMYK | 0 | 0.24 | 0.68 | 0.90 |
| HSL | 38.82º | 0.52% | 0.06% | - |
| HSV(B) | 38.82º | 0.68% | 0.1% | - |
| XYZ | 0.68 | 0.69 | 0.33 | - |
| YUV | 19.54 | 121.49 | 131.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 19 | 8 | 0 | 0.24 | 0.68 | 0.90 | 38.82 | 0.52 | 0.06 |
| Hex | 19 | 13 | 8 | 0 | 18 | 44 | 5A | 27 | 34 | 6 |
| Octal | 31 | 23 | 10 | 0 | 30 | 104 | 132 | 47 | 64 | 6 |
| Binary | 11001 | 10011 | 1000 | 0 | 11000 | 1000100 | 1011010 | 100111 | 110100 | 110 |
Color Harmonies of #191308
Complementary color
Monochromatic Colors of #191308
Black with #191308
Text Example
Text Example
White with #191308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191308; }
p { color: rgb(25,19,8); }
H1.HeaderClassName
{
color: #191308;
}
.AnyTagClassName
{
color: #191308;
}
</style>
background-color css
<style>
a { background-color: #191308; }
a { background-color: rgb(25,19,8); }
div.DivClassName
{
background-color: #191308;
}
.BgClassName
{
background-color: #191308;
}
</style>
border-color css
<style>
span { border-color: #191308; }
span { border-color: rgb(25,19,8); }
td.TdClassName
{
border-color: #191308;
}
.TagClassName
{
border-color: #191308;
}
</style>