Shades of Mardi Gras #380031
Tints of Mardi Gras #380031
RGB
CMYK
RGB Variations
Color information
#380031 (or 0x380031) is known color: Mardi Gras. HEX triplet: 38, 00 and 31. RGB value is (56,0,49). Sum of RGB (Red+Green+Blue) = 56+0+49=105 (13% of max value = 765). Red value is 56 (22.27% from 255 or 53.33% from 105); Green value is 0 (0.39% from 255 or 0% from 105); Blue value is 49 (19.53% from 255 or 46.67% from 105); Max value from RGB is 56 - color contains mainly: red. Hex color #380031 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380031 is #C7FFCE. Grayscale: #161616. Windows color (decimal): -13107151 or 3211320. OLE color: 3211320.
HSL color Cylindrical-coordinate representation of color #380031: hue angle of 307.5º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #380031 is Cyan = 0, Magento = 1, Yellow = 0.12 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 0 | 49 | - |
| CMYK | 0 | 1 | 0.12 | 0.78 |
| HSL | 307.5º | 1% | 0.11% | - |
| HSV(B) | 307.5º | 1% | 0.22% | - |
| XYZ | 2.19 | 1.06 | 3 | - |
| YUV | 22.33 | 143.05 | 152.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 0 | 49 | 0 | 1 | 0.12 | 0.78 | 307.5 | 1 | 0.11 |
| Hex | 38 | 0 | 31 | 0 | 64 | C | 4E | 134 | 64 | B |
| Octal | 70 | 0 | 61 | 0 | 144 | 14 | 116 | 464 | 144 | 13 |
| Binary | 111000 | 0 | 110001 | 0 | 1100100 | 1100 | 1001110 | 100110100 | 1100100 | 1011 |
Color Harmonies of #380031
Complementary color
Monochromatic Colors of #380031
Black with #380031
Text Example
Text Example
White with #380031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380031; }
p { color: rgb(56,0,49); }
H1.HeaderClassName
{
color: #380031;
}
.AnyTagClassName
{
color: #380031;
}
</style>
background-color css
<style>
a { background-color: #380031; }
a { background-color: rgb(56,0,49); }
div.DivClassName
{
background-color: #380031;
}
.BgClassName
{
background-color: #380031;
}
</style>
border-color css
<style>
span { border-color: #380031; }
span { border-color: rgb(56,0,49); }
td.TdClassName
{
border-color: #380031;
}
.TagClassName
{
border-color: #380031;
}
</style>