Shades of Mardi Gras #19011B
Tints of Mardi Gras #19011B
RGB
CMYK
RGB Variations
Color information
#19011B (or 0x19011B) is known color: Mardi Gras. HEX triplet: 19, 01 and 1B. RGB value is (25,1,27). Sum of RGB (Red+Green+Blue) = 25+1+27=53 (7% of max value = 765). Red value is 25 (10.16% from 255 or 47.17% from 53); Green value is 1 (0.78% from 255 or 1.89% from 53); Blue value is 27 (10.94% from 255 or 50.94% from 53); Max value from RGB is 27 - color contains mainly: blue. Hex color #19011B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19011B is #E6FEE4. Grayscale: #0B0B0B. Windows color (decimal): -15138533 or 1769753. OLE color: 1769753.
HSL color Cylindrical-coordinate representation of color #19011B: hue angle of 295.38º degrees, saturation: 0.93, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #19011B is Cyan = 0.07, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 25 | 1 | 27 | - |
| CMYK | 0.07 | 0.96 | 0 | 0.89 |
| HSL | 295.38º | 0.93% | 0.05% | - |
| HSV(B) | 295.38º | 0.96% | 0.11% | - |
| XYZ | 0.61 | 0.31 | 1.06 | - |
| YUV | 11.14 | 136.95 | 137.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 1 | 27 | 0.07 | 0.96 | 0 | 0.89 | 295.38 | 0.93 | 0.05 |
| Hex | 19 | 1 | 1B | 7 | 60 | 0 | 59 | 127 | 5D | 5 |
| Octal | 31 | 1 | 33 | 7 | 140 | 0 | 131 | 447 | 135 | 5 |
| Binary | 11001 | 1 | 11011 | 111 | 1100000 | 0 | 1011001 | 100100111 | 1011101 | 101 |
Color Harmonies of #19011B
Complementary color
Monochromatic Colors of #19011B
Black with #19011B
Text Example
Text Example
White with #19011B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19011B; }
p { color: rgb(25,1,27); }
H1.HeaderClassName
{
color: #19011B;
}
.AnyTagClassName
{
color: #19011B;
}
</style>
background-color css
<style>
a { background-color: #19011B; }
a { background-color: rgb(25,1,27); }
div.DivClassName
{
background-color: #19011B;
}
.BgClassName
{
background-color: #19011B;
}
</style>
border-color css
<style>
span { border-color: #19011B; }
span { border-color: rgb(25,1,27); }
td.TdClassName
{
border-color: #19011B;
}
.TagClassName
{
border-color: #19011B;
}
</style>