Shades of Mardi Gras #381935
Tints of Mardi Gras #381935
RGB
CMYK
RGB Variations
Color information
#381935 (or 0x381935) is known color: Mardi Gras. HEX triplet: 38, 19 and 35. RGB value is (56,25,53). Sum of RGB (Red+Green+Blue) = 56+25+53=134 (17% of max value = 765). Red value is 56 (22.27% from 255 or 41.79% from 134); Green value is 25 (10.16% from 255 or 18.66% from 134); Blue value is 53 (21.09% from 255 or 39.55% from 134); Max value from RGB is 56 - color contains mainly: red. Hex color #381935 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #381935 is #C7E6CA. Grayscale: #252525. Windows color (decimal): -13100747 or 3479864. OLE color: 3479864.
HSL color Cylindrical-coordinate representation of color #381935: hue angle of 305.81º degrees, saturation: 0.38, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #381935 is Cyan = 0, Magento = 0.55, Yellow = 0.05 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 25 | 53 | - |
| CMYK | 0 | 0.55 | 0.05 | 0.78 |
| HSL | 305.81º | 0.38% | 0.16% | - |
| HSV(B) | 305.81º | 0.55% | 0.22% | - |
| XYZ | 2.62 | 1.79 | 3.58 | - |
| YUV | 37.46 | 136.77 | 141.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 25 | 53 | 0 | 0.55 | 0.05 | 0.78 | 305.81 | 0.38 | 0.16 |
| Hex | 38 | 19 | 35 | 0 | 37 | 5 | 4E | 132 | 26 | 10 |
| Octal | 70 | 31 | 65 | 0 | 67 | 5 | 116 | 462 | 46 | 20 |
| Binary | 111000 | 11001 | 110101 | 0 | 110111 | 101 | 1001110 | 100110010 | 100110 | 10000 |
Color Harmonies of #381935
Complementary color
Monochromatic Colors of #381935
Black with #381935
Text Example
Text Example
White with #381935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #381935; }
p { color: rgb(56,25,53); }
H1.HeaderClassName
{
color: #381935;
}
.AnyTagClassName
{
color: #381935;
}
</style>
background-color css
<style>
a { background-color: #381935; }
a { background-color: rgb(56,25,53); }
div.DivClassName
{
background-color: #381935;
}
.BgClassName
{
background-color: #381935;
}
</style>
border-color css
<style>
span { border-color: #381935; }
span { border-color: rgb(56,25,53); }
td.TdClassName
{
border-color: #381935;
}
.TagClassName
{
border-color: #381935;
}
</style>