Shades of Mardi Gras #38093D
Tints of Mardi Gras #38093D
RGB
CMYK
RGB Variations
Color information
#38093D (or 0x38093D) is known color: Mardi Gras. HEX triplet: 38, 09 and 3D. RGB value is (56,9,61). Sum of RGB (Red+Green+Blue) = 56+9+61=126 (16% of max value = 765). Red value is 56 (22.27% from 255 or 44.44% from 126); Green value is 9 (3.91% from 255 or 7.14% from 126); Blue value is 61 (24.22% from 255 or 48.41% from 126); Max value from RGB is 61 - color contains mainly: blue. Hex color #38093D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38093D is #C7F6C2. Grayscale: #1C1C1C. Windows color (decimal): -13104835 or 4000056. OLE color: 4000056.
HSL color Cylindrical-coordinate representation of color #38093D: hue angle of 294.23º degrees, saturation: 0.74, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #38093D is Cyan = 0.08, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 56 | 9 | 61 | - |
| CMYK | 0.08 | 0.85 | 0 | 0.76 |
| HSL | 294.23º | 0.74% | 0.14% | - |
| HSV(B) | 294.23º | 0.85% | 0.24% | - |
| XYZ | 2.57 | 1.37 | 4.54 | - |
| YUV | 28.98 | 146.07 | 147.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 9 | 61 | 0.08 | 0.85 | 0 | 0.76 | 294.23 | 0.74 | 0.14 |
| Hex | 38 | 9 | 3D | 8 | 55 | 0 | 4C | 126 | 4A | E |
| Octal | 70 | 11 | 75 | 10 | 125 | 0 | 114 | 446 | 112 | 16 |
| Binary | 111000 | 1001 | 111101 | 1000 | 1010101 | 0 | 1001100 | 100100110 | 1001010 | 1110 |
Color Harmonies of #38093D
Complementary color
Monochromatic Colors of #38093D
Black with #38093D
Text Example
Text Example
White with #38093D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38093D; }
p { color: rgb(56,9,61); }
H1.HeaderClassName
{
color: #38093D;
}
.AnyTagClassName
{
color: #38093D;
}
</style>
background-color css
<style>
a { background-color: #38093D; }
a { background-color: rgb(56,9,61); }
div.DivClassName
{
background-color: #38093D;
}
.BgClassName
{
background-color: #38093D;
}
</style>
border-color css
<style>
span { border-color: #38093D; }
span { border-color: rgb(56,9,61); }
td.TdClassName
{
border-color: #38093D;
}
.TagClassName
{
border-color: #38093D;
}
</style>