Shades of Mardi Gras #380234
Tints of Mardi Gras #380234
RGB
CMYK
RGB Variations
Color information
#380234 (or 0x380234) is known color: Mardi Gras. HEX triplet: 38, 02 and 34. RGB value is (56,2,52). Sum of RGB (Red+Green+Blue) = 56+2+52=110 (14% of max value = 765). Red value is 56 (22.27% from 255 or 50.91% from 110); Green value is 2 (1.17% from 255 or 1.82% from 110); Blue value is 52 (20.70% from 255 or 47.27% from 110); Max value from RGB is 56 - color contains mainly: red. Hex color #380234 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380234 is #C7FDCB. Grayscale: #171717. Windows color (decimal): -13106636 or 3408440. OLE color: 3408440.
HSL color Cylindrical-coordinate representation of color #380234: hue angle of 304.44º 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 #380234 is Cyan = 0, Magento = 0.96, Yellow = 0.07 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 2 | 52 | - |
| CMYK | 0 | 0.96 | 0.07 | 0.78 |
| HSL | 304.44º | 0.93% | 0.11% | - |
| HSV(B) | 304.44º | 0.96% | 0.22% | - |
| XYZ | 2.27 | 1.13 | 3.35 | - |
| YUV | 23.85 | 143.89 | 150.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 2 | 52 | 0 | 0.96 | 0.07 | 0.78 | 304.44 | 0.93 | 0.11 |
| Hex | 38 | 2 | 34 | 0 | 60 | 7 | 4E | 130 | 5D | B |
| Octal | 70 | 2 | 64 | 0 | 140 | 7 | 116 | 460 | 135 | 13 |
| Binary | 111000 | 10 | 110100 | 0 | 1100000 | 111 | 1001110 | 100110000 | 1011101 | 1011 |
Color Harmonies of #380234
Complementary color
Monochromatic Colors of #380234
Black with #380234
Text Example
Text Example
White with #380234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380234; }
p { color: rgb(56,2,52); }
H1.HeaderClassName
{
color: #380234;
}
.AnyTagClassName
{
color: #380234;
}
</style>
background-color css
<style>
a { background-color: #380234; }
a { background-color: rgb(56,2,52); }
div.DivClassName
{
background-color: #380234;
}
.BgClassName
{
background-color: #380234;
}
</style>
border-color css
<style>
span { border-color: #380234; }
span { border-color: rgb(56,2,52); }
td.TdClassName
{
border-color: #380234;
}
.TagClassName
{
border-color: #380234;
}
</style>