Shades of Mardi Gras #381333
Tints of Mardi Gras #381333
RGB
CMYK
RGB Variations
Color information
#381333 (or 0x381333) is known color: Mardi Gras. HEX triplet: 38, 13 and 33. RGB value is (56,19,51). Sum of RGB (Red+Green+Blue) = 56+19+51=126 (16% of max value = 765). Red value is 56 (22.27% from 255 or 44.44% from 126); Green value is 19 (7.81% from 255 or 15.08% from 126); Blue value is 51 (20.31% from 255 or 40.48% from 126); Max value from RGB is 56 - color contains mainly: red. Hex color #381333 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #381333 is #C7ECCC. Grayscale: #212121. Windows color (decimal): -13102285 or 3347256. OLE color: 3347256.
HSL color Cylindrical-coordinate representation of color #381333: hue angle of 308.11º degrees, saturation: 0.49, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #381333 is Cyan = 0, Magento = 0.66, Yellow = 0.09 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 19 | 51 | - |
| CMYK | 0 | 0.66 | 0.09 | 0.78 |
| HSL | 308.11º | 0.49% | 0.15% | - |
| HSV(B) | 308.11º | 0.66% | 0.22% | - |
| XYZ | 2.46 | 1.55 | 3.3 | - |
| YUV | 33.71 | 137.76 | 143.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 19 | 51 | 0 | 0.66 | 0.09 | 0.78 | 308.11 | 0.49 | 0.15 |
| Hex | 38 | 13 | 33 | 0 | 42 | 9 | 4E | 134 | 31 | F |
| Octal | 70 | 23 | 63 | 0 | 102 | 11 | 116 | 464 | 61 | 17 |
| Binary | 111000 | 10011 | 110011 | 0 | 1000010 | 1001 | 1001110 | 100110100 | 110001 | 1111 |
Color Harmonies of #381333
Complementary color
Monochromatic Colors of #381333
Black with #381333
Text Example
Text Example
White with #381333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #381333; }
p { color: rgb(56,19,51); }
H1.HeaderClassName
{
color: #381333;
}
.AnyTagClassName
{
color: #381333;
}
</style>
background-color css
<style>
a { background-color: #381333; }
a { background-color: rgb(56,19,51); }
div.DivClassName
{
background-color: #381333;
}
.BgClassName
{
background-color: #381333;
}
</style>
border-color css
<style>
span { border-color: #381333; }
span { border-color: rgb(56,19,51); }
td.TdClassName
{
border-color: #381333;
}
.TagClassName
{
border-color: #381333;
}
</style>