Shades of Mardi Gras #380039
Tints of Mardi Gras #380039
RGB
CMYK
RGB Variations
Color information
#380039 (or 0x380039) is known color: Mardi Gras. HEX triplet: 38, 00 and 39. RGB value is (56,0,57). Sum of RGB (Red+Green+Blue) = 56+0+57=113 (14% of max value = 765). Red value is 56 (22.27% from 255 or 49.56% from 113); Green value is 0 (0.39% from 255 or 0% from 113); Blue value is 57 (22.66% from 255 or 50.44% from 113); Max value from RGB is 57 - color contains mainly: blue. Hex color #380039 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380039 is #C7FFC6. Grayscale: #171717. Windows color (decimal): -13107143 or 3735608. OLE color: 3735608.
HSL color Cylindrical-coordinate representation of color #380039: hue angle of 298.95º 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 #380039 is Cyan = 0.02, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 0 | 57 | - |
| CMYK | 0.02 | 1 | 0 | 0.78 |
| HSL | 298.95º | 1% | 0.11% | - |
| HSV(B) | 298.95º | 1% | 0.22% | - |
| XYZ | 2.37 | 1.14 | 3.97 | - |
| YUV | 23.24 | 147.05 | 151.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 0 | 57 | 0.02 | 1 | 0 | 0.78 | 298.95 | 1 | 0.11 |
| Hex | 38 | 0 | 39 | 2 | 64 | 0 | 4E | 12B | 64 | B |
| Octal | 70 | 0 | 71 | 2 | 144 | 0 | 116 | 453 | 144 | 13 |
| Binary | 111000 | 0 | 111001 | 10 | 1100100 | 0 | 1001110 | 100101011 | 1100100 | 1011 |
Color Harmonies of #380039
Complementary color
Monochromatic Colors of #380039
Black with #380039
Text Example
Text Example
White with #380039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380039; }
p { color: rgb(56,0,57); }
H1.HeaderClassName
{
color: #380039;
}
.AnyTagClassName
{
color: #380039;
}
</style>
background-color css
<style>
a { background-color: #380039; }
a { background-color: rgb(56,0,57); }
div.DivClassName
{
background-color: #380039;
}
.BgClassName
{
background-color: #380039;
}
</style>
border-color css
<style>
span { border-color: #380039; }
span { border-color: rgb(56,0,57); }
td.TdClassName
{
border-color: #380039;
}
.TagClassName
{
border-color: #380039;
}
</style>