Shades of Mardi Gras #380F38
Tints of Mardi Gras #380F38
RGB
CMYK
RGB Variations
Color information
#380F38 (or 0x380F38) is known color: Mardi Gras. HEX triplet: 38, 0F and 38. RGB value is (56,15,56). Sum of RGB (Red+Green+Blue) = 56+15+56=127 (16% of max value = 765). Red value is 56 (22.27% from 255 or 44.09% from 127); Green value is 15 (6.25% from 255 or 11.81% from 127); Blue value is 56 (22.27% from 255 or 44.09% from 127); Max value from RGB is 56 - color contains mainly: red, blue. Hex color #380F38 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380F38 is #C7F0C7. Grayscale: #1F1F1F. Windows color (decimal): -13103304 or 3673912. OLE color: 3673912.
HSL color Cylindrical-coordinate representation of color #380F38: hue angle of 300º 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 #380F38 is Cyan = 0, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 15 | 56 | - |
| CMYK | 0 | 0.73 | 0 | 0.78 |
| HSL | 300º | 0.58% | 0.14% | - |
| HSV(B) | 300º | 0.73% | 0.22% | - |
| XYZ | 2.52 | 1.47 | 3.89 | - |
| YUV | 31.93 | 141.58 | 145.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 15 | 56 | 0 | 0.73 | 0 | 0.78 | 300 | 0.58 | 0.14 |
| Hex | 38 | F | 38 | 0 | 49 | 0 | 4E | 12C | 3A | E |
| Octal | 70 | 17 | 70 | 0 | 111 | 0 | 116 | 454 | 72 | 16 |
| Binary | 111000 | 1111 | 111000 | 0 | 1001001 | 0 | 1001110 | 100101100 | 111010 | 1110 |
Color Harmonies of #380F38
Complementary color
Monochromatic Colors of #380F38
Black with #380F38
Text Example
Text Example
White with #380F38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380F38; }
p { color: rgb(56,15,56); }
H1.HeaderClassName
{
color: #380F38;
}
.AnyTagClassName
{
color: #380F38;
}
</style>
background-color css
<style>
a { background-color: #380F38; }
a { background-color: rgb(56,15,56); }
div.DivClassName
{
background-color: #380F38;
}
.BgClassName
{
background-color: #380F38;
}
</style>
border-color css
<style>
span { border-color: #380F38; }
span { border-color: rgb(56,15,56); }
td.TdClassName
{
border-color: #380F38;
}
.TagClassName
{
border-color: #380F38;
}
</style>