Shades of Mardi Gras #28092B
Tints of Mardi Gras #28092B
RGB
CMYK
RGB Variations
Color information
#28092B (or 0x28092B) is known color: Mardi Gras. HEX triplet: 28, 09 and 2B. RGB value is (40,9,43). Sum of RGB (Red+Green+Blue) = 40+9+43=92 (12% of max value = 765). Red value is 40 (16.02% from 255 or 43.48% from 92); Green value is 9 (3.91% from 255 or 9.78% from 92); Blue value is 43 (17.19% from 255 or 46.74% from 92); Max value from RGB is 43 - color contains mainly: blue. Hex color #28092B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #28092B is #D7F6D4. Grayscale: #161616. Windows color (decimal): -14153429 or 2820392. OLE color: 2820392.
HSL color Cylindrical-coordinate representation of color #28092B: hue angle of 294.71º degrees, saturation: 0.65, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #28092B is Cyan = 0.07, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 40 | 9 | 43 | - |
| CMYK | 0.07 | 0.79 | 0 | 0.83 |
| HSL | 294.71º | 0.65% | 0.1% | - |
| HSV(B) | 294.71º | 0.79% | 0.17% | - |
| XYZ | 1.41 | 0.82 | 2.37 | - |
| YUV | 22.15 | 139.77 | 140.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 9 | 43 | 0.07 | 0.79 | 0 | 0.83 | 294.71 | 0.65 | 0.1 |
| Hex | 28 | 9 | 2B | 7 | 4F | 0 | 53 | 127 | 41 | A |
| Octal | 50 | 11 | 53 | 7 | 117 | 0 | 123 | 447 | 101 | 12 |
| Binary | 101000 | 1001 | 101011 | 111 | 1001111 | 0 | 1010011 | 100100111 | 1000001 | 1010 |
Color Harmonies of #28092B
Complementary color
Monochromatic Colors of #28092B
Black with #28092B
Text Example
Text Example
White with #28092B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28092B; }
p { color: rgb(40,9,43); }
H1.HeaderClassName
{
color: #28092B;
}
.AnyTagClassName
{
color: #28092B;
}
</style>
background-color css
<style>
a { background-color: #28092B; }
a { background-color: rgb(40,9,43); }
div.DivClassName
{
background-color: #28092B;
}
.BgClassName
{
background-color: #28092B;
}
</style>
border-color css
<style>
span { border-color: #28092B; }
span { border-color: rgb(40,9,43); }
td.TdClassName
{
border-color: #28092B;
}
.TagClassName
{
border-color: #28092B;
}
</style>