Shades of Mardi Gras #380839
Tints of Mardi Gras #380839
RGB
CMYK
RGB Variations
Color information
#380839 (or 0x380839) is known color: Mardi Gras. HEX triplet: 38, 08 and 39. RGB value is (56,8,57). Sum of RGB (Red+Green+Blue) = 56+8+57=121 (16% of max value = 765). Red value is 56 (22.27% from 255 or 46.28% from 121); Green value is 8 (3.52% from 255 or 6.61% from 121); Blue value is 57 (22.66% from 255 or 47.11% from 121); Max value from RGB is 57 - color contains mainly: blue. Hex color #380839 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380839 is #C7F7C6. Grayscale: #1B1B1B. Windows color (decimal): -13105095 or 3737656. OLE color: 3737656.
HSL color Cylindrical-coordinate representation of color #380839: hue angle of 298.78º degrees, saturation: 0.75, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #380839 is Cyan = 0.02, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 8 | 57 | - |
| CMYK | 0.02 | 0.86 | 0 | 0.78 |
| HSL | 298.78º | 0.75% | 0.13% | - |
| HSV(B) | 298.78º | 0.86% | 0.22% | - |
| XYZ | 2.46 | 1.31 | 3.99 | - |
| YUV | 27.94 | 144.4 | 148.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 8 | 57 | 0.02 | 0.86 | 0 | 0.78 | 298.78 | 0.75 | 0.13 |
| Hex | 38 | 8 | 39 | 2 | 56 | 0 | 4E | 12B | 4B | D |
| Octal | 70 | 10 | 71 | 2 | 126 | 0 | 116 | 453 | 113 | 15 |
| Binary | 111000 | 1000 | 111001 | 10 | 1010110 | 0 | 1001110 | 100101011 | 1001011 | 1101 |
Color Harmonies of #380839
Complementary color
Monochromatic Colors of #380839
Black with #380839
Text Example
Text Example
White with #380839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380839; }
p { color: rgb(56,8,57); }
H1.HeaderClassName
{
color: #380839;
}
.AnyTagClassName
{
color: #380839;
}
</style>
background-color css
<style>
a { background-color: #380839; }
a { background-color: rgb(56,8,57); }
div.DivClassName
{
background-color: #380839;
}
.BgClassName
{
background-color: #380839;
}
</style>
border-color css
<style>
span { border-color: #380839; }
span { border-color: rgb(56,8,57); }
td.TdClassName
{
border-color: #380839;
}
.TagClassName
{
border-color: #380839;
}
</style>