Shades of Mardi Gras #19111A
Tints of Mardi Gras #19111A
RGB
CMYK
RGB Variations
Color information
#19111A (or 0x19111A) is known color: Mardi Gras. HEX triplet: 19, 11 and 1A. RGB value is (25,17,26). Sum of RGB (Red+Green+Blue) = 25+17+26=68 (9% of max value = 765). Red value is 25 (10.16% from 255 or 36.76% from 68); Green value is 17 (7.03% from 255 or 25% from 68); Blue value is 26 (10.55% from 255 or 38.24% from 68); Max value from RGB is 26 - color contains mainly: blue. Hex color #19111A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19111A is #E6EEE5. Grayscale: #141414. Windows color (decimal): -15134438 or 1708313. OLE color: 1708313.
HSL color Cylindrical-coordinate representation of color #19111A: hue angle of 293.33º degrees, saturation: 0.21, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #19111A is Cyan = 0.04, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 25 | 17 | 26 | - |
| CMYK | 0.04 | 0.35 | 0 | 0.90 |
| HSL | 293.33º | 0.21% | 0.08% | - |
| HSV(B) | 293.33º | 0.35% | 0.1% | - |
| XYZ | 0.79 | 0.68 | 1.07 | - |
| YUV | 20.42 | 131.15 | 131.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 17 | 26 | 0.04 | 0.35 | 0 | 0.90 | 293.33 | 0.21 | 0.08 |
| Hex | 19 | 11 | 1A | 4 | 23 | 0 | 5A | 125 | 15 | 8 |
| Octal | 31 | 21 | 32 | 4 | 43 | 0 | 132 | 445 | 25 | 10 |
| Binary | 11001 | 10001 | 11010 | 100 | 100011 | 0 | 1011010 | 100100101 | 10101 | 1000 |
Color Harmonies of #19111A
Complementary color
Monochromatic Colors of #19111A
Black with #19111A
Text Example
Text Example
White with #19111A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19111A; }
p { color: rgb(25,17,26); }
H1.HeaderClassName
{
color: #19111A;
}
.AnyTagClassName
{
color: #19111A;
}
</style>
background-color css
<style>
a { background-color: #19111A; }
a { background-color: rgb(25,17,26); }
div.DivClassName
{
background-color: #19111A;
}
.BgClassName
{
background-color: #19111A;
}
</style>
border-color css
<style>
span { border-color: #19111A; }
span { border-color: rgb(25,17,26); }
td.TdClassName
{
border-color: #19111A;
}
.TagClassName
{
border-color: #19111A;
}
</style>