Shades of Mardi Gras #381836
Tints of Mardi Gras #381836
RGB
CMYK
RGB Variations
Color information
#381836 (or 0x381836) is known color: Mardi Gras. HEX triplet: 38, 18 and 36. RGB value is (56,24,54). Sum of RGB (Red+Green+Blue) = 56+24+54=134 (17% of max value = 765). Red value is 56 (22.27% from 255 or 41.79% from 134); Green value is 24 (9.77% from 255 or 17.91% from 134); Blue value is 54 (21.48% from 255 or 40.30% from 134); Max value from RGB is 56 - color contains mainly: red. Hex color #381836 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #381836 is #C7E7C9. Grayscale: #242424. Windows color (decimal): -13101002 or 3545144. OLE color: 3545144.
HSL color Cylindrical-coordinate representation of color #381836: hue angle of 303.75º degrees, saturation: 0.4, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #381836 is Cyan = 0, Magento = 0.57, Yellow = 0.04 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 24 | 54 | - |
| CMYK | 0 | 0.57 | 0.04 | 0.78 |
| HSL | 303.75º | 0.4% | 0.16% | - |
| HSV(B) | 303.75º | 0.57% | 0.22% | - |
| XYZ | 2.62 | 1.76 | 3.69 | - |
| YUV | 36.99 | 137.6 | 141.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 24 | 54 | 0 | 0.57 | 0.04 | 0.78 | 303.75 | 0.4 | 0.16 |
| Hex | 38 | 18 | 36 | 0 | 39 | 4 | 4E | 130 | 28 | 10 |
| Octal | 70 | 30 | 66 | 0 | 71 | 4 | 116 | 460 | 50 | 20 |
| Binary | 111000 | 11000 | 110110 | 0 | 111001 | 100 | 1001110 | 100110000 | 101000 | 10000 |
Color Harmonies of #381836
Complementary color
Monochromatic Colors of #381836
Black with #381836
Text Example
Text Example
White with #381836
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #381836; }
p { color: rgb(56,24,54); }
H1.HeaderClassName
{
color: #381836;
}
.AnyTagClassName
{
color: #381836;
}
</style>
background-color css
<style>
a { background-color: #381836; }
a { background-color: rgb(56,24,54); }
div.DivClassName
{
background-color: #381836;
}
.BgClassName
{
background-color: #381836;
}
</style>
border-color css
<style>
span { border-color: #381836; }
span { border-color: rgb(56,24,54); }
td.TdClassName
{
border-color: #381836;
}
.TagClassName
{
border-color: #381836;
}
</style>