Shades of Mardi Gras #19021B
Tints of Mardi Gras #19021B
RGB
CMYK
RGB Variations
Color information
#19021B (or 0x19021B) is known color: Mardi Gras. HEX triplet: 19, 02 and 1B. RGB value is (25,2,27). Sum of RGB (Red+Green+Blue) = 25+2+27=54 (7% of max value = 765). Red value is 25 (10.16% from 255 or 46.30% from 54); Green value is 2 (1.17% from 255 or 3.70% from 54); Blue value is 27 (10.94% from 255 or 50% from 54); Max value from RGB is 27 - color contains mainly: blue. Hex color #19021B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19021B is #E6FDE4. Grayscale: #0B0B0B. Windows color (decimal): -15138277 or 1770009. OLE color: 1770009.
HSL color Cylindrical-coordinate representation of color #19021B: hue angle of 295.2º degrees, saturation: 0.86, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #19021B is Cyan = 0.07, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 25 | 2 | 27 | - |
| CMYK | 0.07 | 0.93 | 0 | 0.89 |
| HSL | 295.2º | 0.86% | 0.06% | - |
| HSV(B) | 295.2º | 0.93% | 0.11% | - |
| XYZ | 0.62 | 0.33 | 1.07 | - |
| YUV | 11.73 | 136.62 | 137.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 2 | 27 | 0.07 | 0.93 | 0 | 0.89 | 295.2 | 0.86 | 0.06 |
| Hex | 19 | 2 | 1B | 7 | 5D | 0 | 59 | 127 | 56 | 6 |
| Octal | 31 | 2 | 33 | 7 | 135 | 0 | 131 | 447 | 126 | 6 |
| Binary | 11001 | 10 | 11011 | 111 | 1011101 | 0 | 1011001 | 100100111 | 1010110 | 110 |
Color Harmonies of #19021B
Complementary color
Monochromatic Colors of #19021B
Black with #19021B
Text Example
Text Example
White with #19021B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19021B; }
p { color: rgb(25,2,27); }
H1.HeaderClassName
{
color: #19021B;
}
.AnyTagClassName
{
color: #19021B;
}
</style>
background-color css
<style>
a { background-color: #19021B; }
a { background-color: rgb(25,2,27); }
div.DivClassName
{
background-color: #19021B;
}
.BgClassName
{
background-color: #19021B;
}
</style>
border-color css
<style>
span { border-color: #19021B; }
span { border-color: rgb(25,2,27); }
td.TdClassName
{
border-color: #19021B;
}
.TagClassName
{
border-color: #19021B;
}
</style>