Shades of Mardi Gras #28192B
Tints of Mardi Gras #28192B
RGB
CMYK
RGB Variations
Color information
#28192B (or 0x28192B) is known color: Mardi Gras. HEX triplet: 28, 19 and 2B. RGB value is (40,25,43). Sum of RGB (Red+Green+Blue) = 40+25+43=108 (14% of max value = 765). Red value is 40 (16.02% from 255 or 37.04% from 108); Green value is 25 (10.16% from 255 or 23.15% from 108); Blue value is 43 (17.19% from 255 or 39.81% from 108); Max value from RGB is 43 - color contains mainly: blue. Hex color #28192B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #28192B is #D7E6D4. Grayscale: #1F1F1F. Windows color (decimal): -14149333 or 2824488. OLE color: 2824488.
HSL color Cylindrical-coordinate representation of color #28192B: hue angle of 290º degrees, saturation: 0.26, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #28192B is Cyan = 0.07, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 40 | 25 | 43 | - |
| CMYK | 0.07 | 0.42 | 0 | 0.83 |
| HSL | 290º | 0.26% | 0.13% | - |
| HSV(B) | 290º | 0.42% | 0.17% | - |
| XYZ | 1.66 | 1.32 | 2.45 | - |
| YUV | 31.54 | 134.47 | 134.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 25 | 43 | 0.07 | 0.42 | 0 | 0.83 | 290 | 0.26 | 0.13 |
| Hex | 28 | 19 | 2B | 7 | 2A | 0 | 53 | 122 | 1A | D |
| Octal | 50 | 31 | 53 | 7 | 52 | 0 | 123 | 442 | 32 | 15 |
| Binary | 101000 | 11001 | 101011 | 111 | 101010 | 0 | 1010011 | 100100010 | 11010 | 1101 |
Color Harmonies of #28192B
Complementary color
Monochromatic Colors of #28192B
Black with #28192B
Text Example
Text Example
White with #28192B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28192B; }
p { color: rgb(40,25,43); }
H1.HeaderClassName
{
color: #28192B;
}
.AnyTagClassName
{
color: #28192B;
}
</style>
background-color css
<style>
a { background-color: #28192B; }
a { background-color: rgb(40,25,43); }
div.DivClassName
{
background-color: #28192B;
}
.BgClassName
{
background-color: #28192B;
}
</style>
border-color css
<style>
span { border-color: #28192B; }
span { border-color: rgb(40,25,43); }
td.TdClassName
{
border-color: #28192B;
}
.TagClassName
{
border-color: #28192B;
}
</style>