Shades of Mardi Gras #190C1A
Tints of Mardi Gras #190C1A
RGB
CMYK
RGB Variations
Color information
#190C1A (or 0x190C1A) is known color: Mardi Gras. HEX triplet: 19, 0C and 1A. RGB value is (25,12,26). Sum of RGB (Red+Green+Blue) = 25+12+26=63 (8% of max value = 765). Red value is 25 (10.16% from 255 or 39.68% from 63); Green value is 12 (5.08% from 255 or 19.05% from 63); Blue value is 26 (10.55% from 255 or 41.27% from 63); Max value from RGB is 26 - color contains mainly: blue. Hex color #190C1A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #190C1A is #E6F3E5. Grayscale: #111111. Windows color (decimal): -15135718 or 1707033. OLE color: 1707033.
HSL color Cylindrical-coordinate representation of color #190C1A: hue angle of 295.71º degrees, saturation: 0.37, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #190C1A is Cyan = 0.04, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 25 | 12 | 26 | - |
| CMYK | 0.04 | 0.54 | 0 | 0.90 |
| HSL | 295.71º | 0.37% | 0.07% | - |
| HSV(B) | 295.71º | 0.54% | 0.1% | - |
| XYZ | 0.72 | 0.54 | 1.04 | - |
| YUV | 17.48 | 132.81 | 133.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 12 | 26 | 0.04 | 0.54 | 0 | 0.90 | 295.71 | 0.37 | 0.07 |
| Hex | 19 | C | 1A | 4 | 36 | 0 | 5A | 128 | 25 | 7 |
| Octal | 31 | 14 | 32 | 4 | 66 | 0 | 132 | 450 | 45 | 7 |
| Binary | 11001 | 1100 | 11010 | 100 | 110110 | 0 | 1011010 | 100101000 | 100101 | 111 |
Color Harmonies of #190C1A
Complementary color
Monochromatic Colors of #190C1A
Black with #190C1A
Text Example
Text Example
White with #190C1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190C1A; }
p { color: rgb(25,12,26); }
H1.HeaderClassName
{
color: #190C1A;
}
.AnyTagClassName
{
color: #190C1A;
}
</style>
background-color css
<style>
a { background-color: #190C1A; }
a { background-color: rgb(25,12,26); }
div.DivClassName
{
background-color: #190C1A;
}
.BgClassName
{
background-color: #190C1A;
}
</style>
border-color css
<style>
span { border-color: #190C1A; }
span { border-color: rgb(25,12,26); }
td.TdClassName
{
border-color: #190C1A;
}
.TagClassName
{
border-color: #190C1A;
}
</style>