Shades of Mardi Gras #381939
Tints of Mardi Gras #381939
RGB
CMYK
RGB Variations
Color information
#381939 (or 0x381939) is known color: Mardi Gras. HEX triplet: 38, 19 and 39. RGB value is (56,25,57). Sum of RGB (Red+Green+Blue) = 56+25+57=138 (18% of max value = 765). Red value is 56 (22.27% from 255 or 40.58% from 138); Green value is 25 (10.16% from 255 or 18.12% from 138); Blue value is 57 (22.66% from 255 or 41.30% from 138); Max value from RGB is 57 - color contains mainly: blue. Hex color #381939 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #381939 is #C7E6C6. Grayscale: #252525. Windows color (decimal): -13100743 or 3742008. OLE color: 3742008.
HSL color Cylindrical-coordinate representation of color #381939: hue angle of 298.12º degrees, saturation: 0.39, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #381939 is Cyan = 0.02, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 25 | 57 | - |
| CMYK | 0.02 | 0.56 | 0 | 0.78 |
| HSL | 298.13º | 0.39% | 0.16% | - |
| HSV(B) | 298.13º | 0.56% | 0.22% | - |
| XYZ | 2.72 | 1.83 | 4.08 | - |
| YUV | 37.92 | 138.77 | 140.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 25 | 57 | 0.02 | 0.56 | 0 | 0.78 | 298.13 | 0.39 | 0.16 |
| Hex | 38 | 19 | 39 | 2 | 38 | 0 | 4E | 12A | 27 | 10 |
| Octal | 70 | 31 | 71 | 2 | 70 | 0 | 116 | 452 | 47 | 20 |
| Binary | 111000 | 11001 | 111001 | 10 | 111000 | 0 | 1001110 | 100101010 | 100111 | 10000 |
Color Harmonies of #381939
Complementary color
Monochromatic Colors of #381939
Black with #381939
Text Example
Text Example
White with #381939
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #381939; }
p { color: rgb(56,25,57); }
H1.HeaderClassName
{
color: #381939;
}
.AnyTagClassName
{
color: #381939;
}
</style>
background-color css
<style>
a { background-color: #381939; }
a { background-color: rgb(56,25,57); }
div.DivClassName
{
background-color: #381939;
}
.BgClassName
{
background-color: #381939;
}
</style>
border-color css
<style>
span { border-color: #381939; }
span { border-color: rgb(56,25,57); }
td.TdClassName
{
border-color: #381939;
}
.TagClassName
{
border-color: #381939;
}
</style>