Shades of Mardi Gras #19051A
Tints of Mardi Gras #19051A
RGB
CMYK
RGB Variations
Color information
#19051A (or 0x19051A) is known color: Mardi Gras. HEX triplet: 19, 05 and 1A. RGB value is (25,5,26). Sum of RGB (Red+Green+Blue) = 25+5+26=56 (7% of max value = 765). Red value is 25 (10.16% from 255 or 44.64% from 56); Green value is 5 (2.34% from 255 or 8.93% from 56); Blue value is 26 (10.55% from 255 or 46.43% from 56); Max value from RGB is 26 - color contains mainly: blue. Hex color #19051A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19051A is #E6FAE5. Grayscale: #0D0D0D. Windows color (decimal): -15137510 or 1705241. OLE color: 1705241.
HSL color Cylindrical-coordinate representation of color #19051A: hue angle of 297.14º degrees, saturation: 0.68, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #19051A is Cyan = 0.04, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 25 | 5 | 26 | - |
| CMYK | 0.04 | 0.81 | 0 | 0.90 |
| HSL | 297.14º | 0.68% | 0.06% | - |
| HSV(B) | 297.14º | 0.81% | 0.1% | - |
| XYZ | 0.64 | 0.39 | 1.02 | - |
| YUV | 13.37 | 135.13 | 136.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 5 | 26 | 0.04 | 0.81 | 0 | 0.90 | 297.14 | 0.68 | 0.06 |
| Hex | 19 | 5 | 1A | 4 | 51 | 0 | 5A | 129 | 44 | 6 |
| Octal | 31 | 5 | 32 | 4 | 121 | 0 | 132 | 451 | 104 | 6 |
| Binary | 11001 | 101 | 11010 | 100 | 1010001 | 0 | 1011010 | 100101001 | 1000100 | 110 |
Color Harmonies of #19051A
Complementary color
Monochromatic Colors of #19051A
Black with #19051A
Text Example
Text Example
White with #19051A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19051A; }
p { color: rgb(25,5,26); }
H1.HeaderClassName
{
color: #19051A;
}
.AnyTagClassName
{
color: #19051A;
}
</style>
background-color css
<style>
a { background-color: #19051A; }
a { background-color: rgb(25,5,26); }
div.DivClassName
{
background-color: #19051A;
}
.BgClassName
{
background-color: #19051A;
}
</style>
border-color css
<style>
span { border-color: #19051A; }
span { border-color: rgb(25,5,26); }
td.TdClassName
{
border-color: #19051A;
}
.TagClassName
{
border-color: #19051A;
}
</style>