Shades of Mardi Gras #380933
Tints of Mardi Gras #380933
RGB
CMYK
RGB Variations
Color information
#380933 (or 0x380933) is known color: Mardi Gras. HEX triplet: 38, 09 and 33. RGB value is (56,9,51). Sum of RGB (Red+Green+Blue) = 56+9+51=116 (15% of max value = 765). Red value is 56 (22.27% from 255 or 48.28% from 116); Green value is 9 (3.91% from 255 or 7.76% from 116); Blue value is 51 (20.31% from 255 or 43.97% from 116); Max value from RGB is 56 - color contains mainly: red. Hex color #380933 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380933 is #C7F6CC. Grayscale: #1B1B1B. Windows color (decimal): -13104845 or 3344696. OLE color: 3344696.
HSL color Cylindrical-coordinate representation of color #380933: hue angle of 306.38º degrees, saturation: 0.72, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #380933 is Cyan = 0, Magento = 0.84, Yellow = 0.09 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 9 | 51 | - |
| CMYK | 0 | 0.84 | 0.09 | 0.78 |
| HSL | 306.38º | 0.72% | 0.13% | - |
| HSV(B) | 306.38º | 0.84% | 0.22% | - |
| XYZ | 2.33 | 1.28 | 3.26 | - |
| YUV | 27.84 | 141.07 | 148.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 9 | 51 | 0 | 0.84 | 0.09 | 0.78 | 306.38 | 0.72 | 0.13 |
| Hex | 38 | 9 | 33 | 0 | 54 | 9 | 4E | 132 | 48 | D |
| Octal | 70 | 11 | 63 | 0 | 124 | 11 | 116 | 462 | 110 | 15 |
| Binary | 111000 | 1001 | 110011 | 0 | 1010100 | 1001 | 1001110 | 100110010 | 1001000 | 1101 |
Color Harmonies of #380933
Complementary color
Monochromatic Colors of #380933
Black with #380933
Text Example
Text Example
White with #380933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380933; }
p { color: rgb(56,9,51); }
H1.HeaderClassName
{
color: #380933;
}
.AnyTagClassName
{
color: #380933;
}
</style>
background-color css
<style>
a { background-color: #380933; }
a { background-color: rgb(56,9,51); }
div.DivClassName
{
background-color: #380933;
}
.BgClassName
{
background-color: #380933;
}
</style>
border-color css
<style>
span { border-color: #380933; }
span { border-color: rgb(56,9,51); }
td.TdClassName
{
border-color: #380933;
}
.TagClassName
{
border-color: #380933;
}
</style>