Shades of Mardi Gras #19091A
Tints of Mardi Gras #19091A
RGB
CMYK
RGB Variations
Color information
#19091A (or 0x19091A) is known color: Mardi Gras. HEX triplet: 19, 09 and 1A. RGB value is (25,9,26). Sum of RGB (Red+Green+Blue) = 25+9+26=60 (7% of max value = 765). Red value is 25 (10.16% from 255 or 41.67% from 60); Green value is 9 (3.91% from 255 or 15% from 60); Blue value is 26 (10.55% from 255 or 43.33% from 60); Max value from RGB is 26 - color contains mainly: blue. Hex color #19091A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19091A is #E6F6E5. Grayscale: #0F0F0F. Windows color (decimal): -15136486 or 1706265. OLE color: 1706265.
HSL color Cylindrical-coordinate representation of color #19091A: hue angle of 296.47º degrees, saturation: 0.49, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #19091A is Cyan = 0.04, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 25 | 9 | 26 | - |
| CMYK | 0.04 | 0.65 | 0 | 0.90 |
| HSL | 296.47º | 0.49% | 0.07% | - |
| HSV(B) | 296.47º | 0.65% | 0.1% | - |
| XYZ | 0.69 | 0.48 | 1.03 | - |
| YUV | 15.72 | 133.8 | 134.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 9 | 26 | 0.04 | 0.65 | 0 | 0.90 | 296.47 | 0.49 | 0.07 |
| Hex | 19 | 9 | 1A | 4 | 41 | 0 | 5A | 128 | 31 | 7 |
| Octal | 31 | 11 | 32 | 4 | 101 | 0 | 132 | 450 | 61 | 7 |
| Binary | 11001 | 1001 | 11010 | 100 | 1000001 | 0 | 1011010 | 100101000 | 110001 | 111 |
Color Harmonies of #19091A
Complementary color
Monochromatic Colors of #19091A
Black with #19091A
Text Example
Text Example
White with #19091A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19091A; }
p { color: rgb(25,9,26); }
H1.HeaderClassName
{
color: #19091A;
}
.AnyTagClassName
{
color: #19091A;
}
</style>
background-color css
<style>
a { background-color: #19091A; }
a { background-color: rgb(25,9,26); }
div.DivClassName
{
background-color: #19091A;
}
.BgClassName
{
background-color: #19091A;
}
</style>
border-color css
<style>
span { border-color: #19091A; }
span { border-color: rgb(25,9,26); }
td.TdClassName
{
border-color: #19091A;
}
.TagClassName
{
border-color: #19091A;
}
</style>