Shades of Mardi Gras #381833
Tints of Mardi Gras #381833
RGB
CMYK
RGB Variations
Color information
#381833 (or 0x381833) is known color: Mardi Gras. HEX triplet: 38, 18 and 33. RGB value is (56,24,51). Sum of RGB (Red+Green+Blue) = 56+24+51=131 (17% of max value = 765). Red value is 56 (22.27% from 255 or 42.75% from 131); Green value is 24 (9.77% from 255 or 18.32% from 131); Blue value is 51 (20.31% from 255 or 38.93% from 131); Max value from RGB is 56 - color contains mainly: red. Hex color #381833 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #381833 is #C7E7CC. Grayscale: #242424. Windows color (decimal): -13101005 or 3348536. OLE color: 3348536.
HSL color Cylindrical-coordinate representation of color #381833: hue angle of 309.38º 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 #381833 is Cyan = 0, Magento = 0.57, Yellow = 0.09 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 24 | 51 | - |
| CMYK | 0 | 0.57 | 0.09 | 0.78 |
| HSL | 309.38º | 0.4% | 0.16% | - |
| HSV(B) | 309.38º | 0.57% | 0.22% | - |
| XYZ | 2.56 | 1.73 | 3.33 | - |
| YUV | 36.65 | 136.1 | 141.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 24 | 51 | 0 | 0.57 | 0.09 | 0.78 | 309.38 | 0.4 | 0.16 |
| Hex | 38 | 18 | 33 | 0 | 39 | 9 | 4E | 135 | 28 | 10 |
| Octal | 70 | 30 | 63 | 0 | 71 | 11 | 116 | 465 | 50 | 20 |
| Binary | 111000 | 11000 | 110011 | 0 | 111001 | 1001 | 1001110 | 100110101 | 101000 | 10000 |
Color Harmonies of #381833
Complementary color
Monochromatic Colors of #381833
Black with #381833
Text Example
Text Example
White with #381833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #381833; }
p { color: rgb(56,24,51); }
H1.HeaderClassName
{
color: #381833;
}
.AnyTagClassName
{
color: #381833;
}
</style>
background-color css
<style>
a { background-color: #381833; }
a { background-color: rgb(56,24,51); }
div.DivClassName
{
background-color: #381833;
}
.BgClassName
{
background-color: #381833;
}
</style>
border-color css
<style>
span { border-color: #381833; }
span { border-color: rgb(56,24,51); }
td.TdClassName
{
border-color: #381833;
}
.TagClassName
{
border-color: #381833;
}
</style>