Shades of Mardi Gras #381533
Tints of Mardi Gras #381533
RGB
CMYK
RGB Variations
Color information
#381533 (or 0x381533) is known color: Mardi Gras. HEX triplet: 38, 15 and 33. RGB value is (56,21,51). Sum of RGB (Red+Green+Blue) = 56+21+51=128 (16% of max value = 765). Red value is 56 (22.27% from 255 or 43.75% from 128); Green value is 21 (8.59% from 255 or 16.41% from 128); Blue value is 51 (20.31% from 255 or 39.84% from 128); Max value from RGB is 56 - color contains mainly: red. Hex color #381533 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #381533 is #C7EACC. Grayscale: #222222. Windows color (decimal): -13101773 or 3347768. OLE color: 3347768.
HSL color Cylindrical-coordinate representation of color #381533: hue angle of 308.57º degrees, saturation: 0.45, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #381533 is Cyan = 0, Magento = 0.63, Yellow = 0.09 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 21 | 51 | - |
| CMYK | 0 | 0.63 | 0.09 | 0.78 |
| HSL | 308.57º | 0.45% | 0.15% | - |
| HSV(B) | 308.57º | 0.63% | 0.22% | - |
| XYZ | 2.5 | 1.62 | 3.31 | - |
| YUV | 34.89 | 137.1 | 143.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 21 | 51 | 0 | 0.63 | 0.09 | 0.78 | 308.57 | 0.45 | 0.15 |
| Hex | 38 | 15 | 33 | 0 | 3F | 9 | 4E | 135 | 2D | F |
| Octal | 70 | 25 | 63 | 0 | 77 | 11 | 116 | 465 | 55 | 17 |
| Binary | 111000 | 10101 | 110011 | 0 | 111111 | 1001 | 1001110 | 100110101 | 101101 | 1111 |
Color Harmonies of #381533
Complementary color
Monochromatic Colors of #381533
Black with #381533
Text Example
Text Example
White with #381533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #381533; }
p { color: rgb(56,21,51); }
H1.HeaderClassName
{
color: #381533;
}
.AnyTagClassName
{
color: #381533;
}
</style>
background-color css
<style>
a { background-color: #381533; }
a { background-color: rgb(56,21,51); }
div.DivClassName
{
background-color: #381533;
}
.BgClassName
{
background-color: #381533;
}
</style>
border-color css
<style>
span { border-color: #381533; }
span { border-color: rgb(56,21,51); }
td.TdClassName
{
border-color: #381533;
}
.TagClassName
{
border-color: #381533;
}
</style>