Shades of Mardi Gras #380233
Tints of Mardi Gras #380233
RGB
CMYK
RGB Variations
Color information
#380233 (or 0x380233) is known color: Mardi Gras. HEX triplet: 38, 02 and 33. RGB value is (56,2,51). Sum of RGB (Red+Green+Blue) = 56+2+51=109 (14% of max value = 765). Red value is 56 (22.27% from 255 or 51.38% from 109); Green value is 2 (1.17% from 255 or 1.83% from 109); Blue value is 51 (20.31% from 255 or 46.79% from 109); Max value from RGB is 56 - color contains mainly: red. Hex color #380233 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380233 is #C7FDCC. Grayscale: #171717. Windows color (decimal): -13106637 or 3342904. OLE color: 3342904.
HSL color Cylindrical-coordinate representation of color #380233: hue angle of 305.56º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #380233 is Cyan = 0, Magento = 0.96, Yellow = 0.09 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 2 | 51 | - |
| CMYK | 0 | 0.96 | 0.09 | 0.78 |
| HSL | 305.56º | 0.93% | 0.11% | - |
| HSV(B) | 305.56º | 0.96% | 0.22% | - |
| XYZ | 2.25 | 1.12 | 3.23 | - |
| YUV | 23.73 | 143.39 | 151.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 2 | 51 | 0 | 0.96 | 0.09 | 0.78 | 305.56 | 0.93 | 0.11 |
| Hex | 38 | 2 | 33 | 0 | 60 | 9 | 4E | 132 | 5D | B |
| Octal | 70 | 2 | 63 | 0 | 140 | 11 | 116 | 462 | 135 | 13 |
| Binary | 111000 | 10 | 110011 | 0 | 1100000 | 1001 | 1001110 | 100110010 | 1011101 | 1011 |
Color Harmonies of #380233
Complementary color
Monochromatic Colors of #380233
Black with #380233
Text Example
Text Example
White with #380233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380233; }
p { color: rgb(56,2,51); }
H1.HeaderClassName
{
color: #380233;
}
.AnyTagClassName
{
color: #380233;
}
</style>
background-color css
<style>
a { background-color: #380233; }
a { background-color: rgb(56,2,51); }
div.DivClassName
{
background-color: #380233;
}
.BgClassName
{
background-color: #380233;
}
</style>
border-color css
<style>
span { border-color: #380233; }
span { border-color: rgb(56,2,51); }
td.TdClassName
{
border-color: #380233;
}
.TagClassName
{
border-color: #380233;
}
</style>