Shades of Mardi Gras #19001B
Tints of Mardi Gras #19001B
RGB
CMYK
RGB Variations
Color information
#19001B (or 0x19001B) is known color: Mardi Gras. HEX triplet: 19, 00 and 1B. RGB value is (25,0,27). Sum of RGB (Red+Green+Blue) = 25+0+27=52 (6% of max value = 765). Red value is 25 (10.16% from 255 or 48.08% from 52); Green value is 0 (0.39% from 255 or 0% from 52); Blue value is 27 (10.94% from 255 or 51.92% from 52); Max value from RGB is 27 - color contains mainly: blue. Hex color #19001B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19001B is #E6FFE4. Grayscale: #0A0A0A. Windows color (decimal): -15138789 or 1769497. OLE color: 1769497.
HSL color Cylindrical-coordinate representation of color #19001B: hue angle of 295.56º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 1%. Process color model (Four color, CMYK) of #19001B is Cyan = 0.07, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 25 | 0 | 27 | - |
| CMYK | 0.07 | 1 | 0 | 0.89 |
| HSL | 295.56º | 1% | 0.05% | - |
| HSV(B) | 295.56º | 1% | 0.11% | - |
| XYZ | 0.6 | 0.29 | 1.06 | - |
| YUV | 10.55 | 137.28 | 138.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 0 | 27 | 0.07 | 1 | 0 | 0.89 | 295.56 | 1 | 0.05 |
| Hex | 19 | 0 | 1B | 7 | 64 | 0 | 59 | 128 | 64 | 5 |
| Octal | 31 | 0 | 33 | 7 | 144 | 0 | 131 | 450 | 144 | 5 |
| Binary | 11001 | 0 | 11011 | 111 | 1100100 | 0 | 1011001 | 100101000 | 1100100 | 101 |
Color Harmonies of #19001B
Complementary color
Monochromatic Colors of #19001B
Black with #19001B
Text Example
Text Example
White with #19001B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19001B; }
p { color: rgb(25,0,27); }
H1.HeaderClassName
{
color: #19001B;
}
.AnyTagClassName
{
color: #19001B;
}
</style>
background-color css
<style>
a { background-color: #19001B; }
a { background-color: rgb(25,0,27); }
div.DivClassName
{
background-color: #19001B;
}
.BgClassName
{
background-color: #19001B;
}
</style>
border-color css
<style>
span { border-color: #19001B; }
span { border-color: rgb(25,0,27); }
td.TdClassName
{
border-color: #19001B;
}
.TagClassName
{
border-color: #19001B;
}
</style>