Shades of Mardi Gras #380F32
Tints of Mardi Gras #380F32
RGB
CMYK
RGB Variations
Color information
#380F32 (or 0x380F32) is known color: Mardi Gras. HEX triplet: 38, 0F and 32. RGB value is (56,15,50). Sum of RGB (Red+Green+Blue) = 56+15+50=121 (16% of max value = 765). Red value is 56 (22.27% from 255 or 46.28% from 121); Green value is 15 (6.25% from 255 or 12.40% from 121); Blue value is 50 (19.92% from 255 or 41.32% from 121); Max value from RGB is 56 - color contains mainly: red. Hex color #380F32 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380F32 is #C7F0CD. Grayscale: #1F1F1F. Windows color (decimal): -13103310 or 3280696. OLE color: 3280696.
HSL color Cylindrical-coordinate representation of color #380F32: hue angle of 308.78º degrees, saturation: 0.58, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #380F32 is Cyan = 0, Magento = 0.73, Yellow = 0.11 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 15 | 50 | - |
| CMYK | 0 | 0.73 | 0.11 | 0.78 |
| HSL | 308.78º | 0.58% | 0.14% | - |
| HSV(B) | 308.78º | 0.73% | 0.22% | - |
| XYZ | 2.38 | 1.41 | 3.16 | - |
| YUV | 31.25 | 138.58 | 145.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 15 | 50 | 0 | 0.73 | 0.11 | 0.78 | 308.78 | 0.58 | 0.14 |
| Hex | 38 | F | 32 | 0 | 49 | B | 4E | 135 | 3A | E |
| Octal | 70 | 17 | 62 | 0 | 111 | 13 | 116 | 465 | 72 | 16 |
| Binary | 111000 | 1111 | 110010 | 0 | 1001001 | 1011 | 1001110 | 100110101 | 111010 | 1110 |
Color Harmonies of #380F32
Complementary color
Monochromatic Colors of #380F32
Black with #380F32
Text Example
Text Example
White with #380F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380F32; }
p { color: rgb(56,15,50); }
H1.HeaderClassName
{
color: #380F32;
}
.AnyTagClassName
{
color: #380F32;
}
</style>
background-color css
<style>
a { background-color: #380F32; }
a { background-color: rgb(56,15,50); }
div.DivClassName
{
background-color: #380F32;
}
.BgClassName
{
background-color: #380F32;
}
</style>
border-color css
<style>
span { border-color: #380F32; }
span { border-color: rgb(56,15,50); }
td.TdClassName
{
border-color: #380F32;
}
.TagClassName
{
border-color: #380F32;
}
</style>