Shades of Mardi Gras #380F36
Tints of Mardi Gras #380F36
RGB
CMYK
RGB Variations
Color information
#380F36 (or 0x380F36) is known color: Mardi Gras. HEX triplet: 38, 0F and 36. RGB value is (56,15,54). Sum of RGB (Red+Green+Blue) = 56+15+54=125 (16% of max value = 765). Red value is 56 (22.27% from 255 or 44.8% from 125); Green value is 15 (6.25% from 255 or 12% from 125); Blue value is 54 (21.48% from 255 or 43.2% from 125); Max value from RGB is 56 - color contains mainly: red. Hex color #380F36 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380F36 is #C7F0C9. Grayscale: #1F1F1F. Windows color (decimal): -13103306 or 3542840. OLE color: 3542840.
HSL color Cylindrical-coordinate representation of color #380F36: hue angle of 302.93º 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 #380F36 is Cyan = 0, Magento = 0.73, Yellow = 0.04 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 15 | 54 | - |
| CMYK | 0 | 0.73 | 0.04 | 0.78 |
| HSL | 302.93º | 0.58% | 0.14% | - |
| HSV(B) | 302.93º | 0.73% | 0.22% | - |
| XYZ | 2.47 | 1.45 | 3.64 | - |
| YUV | 31.71 | 140.58 | 145.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 15 | 54 | 0 | 0.73 | 0.04 | 0.78 | 302.93 | 0.58 | 0.14 |
| Hex | 38 | F | 36 | 0 | 49 | 4 | 4E | 12F | 3A | E |
| Octal | 70 | 17 | 66 | 0 | 111 | 4 | 116 | 457 | 72 | 16 |
| Binary | 111000 | 1111 | 110110 | 0 | 1001001 | 100 | 1001110 | 100101111 | 111010 | 1110 |
Color Harmonies of #380F36
Complementary color
Monochromatic Colors of #380F36
Black with #380F36
Text Example
Text Example
White with #380F36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380F36; }
p { color: rgb(56,15,54); }
H1.HeaderClassName
{
color: #380F36;
}
.AnyTagClassName
{
color: #380F36;
}
</style>
background-color css
<style>
a { background-color: #380F36; }
a { background-color: rgb(56,15,54); }
div.DivClassName
{
background-color: #380F36;
}
.BgClassName
{
background-color: #380F36;
}
</style>
border-color css
<style>
span { border-color: #380F36; }
span { border-color: rgb(56,15,54); }
td.TdClassName
{
border-color: #380F36;
}
.TagClassName
{
border-color: #380F36;
}
</style>