Shades of Mardi Gras #19031B
Tints of Mardi Gras #19031B
RGB
CMYK
RGB Variations
Color information
#19031B (or 0x19031B) is known color: Mardi Gras. HEX triplet: 19, 03 and 1B. RGB value is (25,3,27). Sum of RGB (Red+Green+Blue) = 25+3+27=55 (7% of max value = 765). Red value is 25 (10.16% from 255 or 45.45% from 55); Green value is 3 (1.56% from 255 or 5.45% from 55); Blue value is 27 (10.94% from 255 or 49.09% from 55); Max value from RGB is 27 - color contains mainly: blue. Hex color #19031B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19031B is #E6FCE4. Grayscale: #0C0C0C. Windows color (decimal): -15138021 or 1770265. OLE color: 1770265.
HSL color Cylindrical-coordinate representation of color #19031B: hue angle of 295º degrees, saturation: 0.8, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #19031B is Cyan = 0.07, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 25 | 3 | 27 | - |
| CMYK | 0.07 | 0.89 | 0 | 0.89 |
| HSL | 295º | 0.8% | 0.06% | - |
| HSV(B) | 295º | 0.89% | 0.11% | - |
| XYZ | 0.63 | 0.35 | 1.07 | - |
| YUV | 12.31 | 136.29 | 137.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 3 | 27 | 0.07 | 0.89 | 0 | 0.89 | 295 | 0.8 | 0.06 |
| Hex | 19 | 3 | 1B | 7 | 59 | 0 | 59 | 127 | 50 | 6 |
| Octal | 31 | 3 | 33 | 7 | 131 | 0 | 131 | 447 | 120 | 6 |
| Binary | 11001 | 11 | 11011 | 111 | 1011001 | 0 | 1011001 | 100100111 | 1010000 | 110 |
Color Harmonies of #19031B
Complementary color
Monochromatic Colors of #19031B
Black with #19031B
Text Example
Text Example
White with #19031B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19031B; }
p { color: rgb(25,3,27); }
H1.HeaderClassName
{
color: #19031B;
}
.AnyTagClassName
{
color: #19031B;
}
</style>
background-color css
<style>
a { background-color: #19031B; }
a { background-color: rgb(25,3,27); }
div.DivClassName
{
background-color: #19031B;
}
.BgClassName
{
background-color: #19031B;
}
</style>
border-color css
<style>
span { border-color: #19031B; }
span { border-color: rgb(25,3,27); }
td.TdClassName
{
border-color: #19031B;
}
.TagClassName
{
border-color: #19031B;
}
</style>