Shades of Mardi Gras #38053B
Tints of Mardi Gras #38053B
RGB
CMYK
RGB Variations
Color information
#38053B (or 0x38053B) is known color: Mardi Gras. HEX triplet: 38, 05 and 3B. RGB value is (56,5,59). Sum of RGB (Red+Green+Blue) = 56+5+59=120 (15% of max value = 765). Red value is 56 (22.27% from 255 or 46.67% from 120); Green value is 5 (2.34% from 255 or 4.17% from 120); Blue value is 59 (23.44% from 255 or 49.17% from 120); Max value from RGB is 59 - color contains mainly: blue. Hex color #38053B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38053B is #C7FAC4. Grayscale: #1A1A1A. Windows color (decimal): -13105861 or 3867960. OLE color: 3867960.
HSL color Cylindrical-coordinate representation of color #38053B: hue angle of 296.67º degrees, saturation: 0.84, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #38053B is Cyan = 0.05, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 56 | 5 | 59 | - |
| CMYK | 0.05 | 0.92 | 0 | 0.77 |
| HSL | 296.67º | 0.84% | 0.13% | - |
| HSV(B) | 296.67º | 0.92% | 0.23% | - |
| XYZ | 2.47 | 1.27 | 4.25 | - |
| YUV | 26.41 | 146.4 | 149.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 5 | 59 | 0.05 | 0.92 | 0 | 0.77 | 296.67 | 0.84 | 0.13 |
| Hex | 38 | 5 | 3B | 5 | 5C | 0 | 4D | 129 | 54 | D |
| Octal | 70 | 5 | 73 | 5 | 134 | 0 | 115 | 451 | 124 | 15 |
| Binary | 111000 | 101 | 111011 | 101 | 1011100 | 0 | 1001101 | 100101001 | 1010100 | 1101 |
Color Harmonies of #38053B
Complementary color
Monochromatic Colors of #38053B
Black with #38053B
Text Example
Text Example
White with #38053B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38053B; }
p { color: rgb(56,5,59); }
H1.HeaderClassName
{
color: #38053B;
}
.AnyTagClassName
{
color: #38053B;
}
</style>
background-color css
<style>
a { background-color: #38053B; }
a { background-color: rgb(56,5,59); }
div.DivClassName
{
background-color: #38053B;
}
.BgClassName
{
background-color: #38053B;
}
</style>
border-color css
<style>
span { border-color: #38053B; }
span { border-color: rgb(56,5,59); }
td.TdClassName
{
border-color: #38053B;
}
.TagClassName
{
border-color: #38053B;
}
</style>