Shades of Mardi Gras #380334
Tints of Mardi Gras #380334
RGB
CMYK
RGB Variations
Color information
#380334 (or 0x380334) is known color: Mardi Gras. HEX triplet: 38, 03 and 34. RGB value is (56,3,52). Sum of RGB (Red+Green+Blue) = 56+3+52=111 (14% of max value = 765). Red value is 56 (22.27% from 255 or 50.45% from 111); Green value is 3 (1.56% from 255 or 2.70% from 111); Blue value is 52 (20.70% from 255 or 46.85% from 111); Max value from RGB is 56 - color contains mainly: red. Hex color #380334 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380334 is #C7FCCB. Grayscale: #181818. Windows color (decimal): -13106380 or 3408696. OLE color: 3408696.
HSL color Cylindrical-coordinate representation of color #380334: hue angle of 304.53º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #380334 is Cyan = 0, Magento = 0.95, Yellow = 0.07 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 3 | 52 | - |
| CMYK | 0 | 0.95 | 0.07 | 0.78 |
| HSL | 304.53º | 0.9% | 0.12% | - |
| HSV(B) | 304.53º | 0.95% | 0.22% | - |
| XYZ | 2.28 | 1.15 | 3.35 | - |
| YUV | 24.43 | 143.56 | 150.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 3 | 52 | 0 | 0.95 | 0.07 | 0.78 | 304.53 | 0.9 | 0.12 |
| Hex | 38 | 3 | 34 | 0 | 5F | 7 | 4E | 131 | 5A | C |
| Octal | 70 | 3 | 64 | 0 | 137 | 7 | 116 | 461 | 132 | 14 |
| Binary | 111000 | 11 | 110100 | 0 | 1011111 | 111 | 1001110 | 100110001 | 1011010 | 1100 |
Color Harmonies of #380334
Complementary color
Monochromatic Colors of #380334
Black with #380334
Text Example
Text Example
White with #380334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380334; }
p { color: rgb(56,3,52); }
H1.HeaderClassName
{
color: #380334;
}
.AnyTagClassName
{
color: #380334;
}
</style>
background-color css
<style>
a { background-color: #380334; }
a { background-color: rgb(56,3,52); }
div.DivClassName
{
background-color: #380334;
}
.BgClassName
{
background-color: #380334;
}
</style>
border-color css
<style>
span { border-color: #380334; }
span { border-color: rgb(56,3,52); }
td.TdClassName
{
border-color: #380334;
}
.TagClassName
{
border-color: #380334;
}
</style>