Shades of Mardi Gras #38003C
Tints of Mardi Gras #38003C
RGB
CMYK
RGB Variations
Color information
#38003C (or 0x38003C) is known color: Mardi Gras. HEX triplet: 38, 00 and 3C. RGB value is (56,0,60). Sum of RGB (Red+Green+Blue) = 56+0+60=116 (15% of max value = 765). Red value is 56 (22.27% from 255 or 48.28% from 116); Green value is 0 (0.39% from 255 or 0% from 116); Blue value is 60 (23.83% from 255 or 51.72% from 116); Max value from RGB is 60 - color contains mainly: blue. Hex color #38003C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38003C is #C7FFC3. Grayscale: #171717. Windows color (decimal): -13107140 or 3932216. OLE color: 3932216.
HSL color Cylindrical-coordinate representation of color #38003C: hue angle of 296º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 1%. Process color model (Four color, CMYK) of #38003C is Cyan = 0.07, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 56 | 0 | 60 | - |
| CMYK | 0.07 | 1 | 0 | 0.76 |
| HSL | 296º | 1% | 0.12% | - |
| HSV(B) | 296º | 1% | 0.24% | - |
| XYZ | 2.45 | 1.17 | 4.37 | - |
| YUV | 23.58 | 148.55 | 151.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 0 | 60 | 0.07 | 1 | 0 | 0.76 | 296 | 1 | 0.12 |
| Hex | 38 | 0 | 3C | 7 | 64 | 0 | 4C | 128 | 64 | C |
| Octal | 70 | 0 | 74 | 7 | 144 | 0 | 114 | 450 | 144 | 14 |
| Binary | 111000 | 0 | 111100 | 111 | 1100100 | 0 | 1001100 | 100101000 | 1100100 | 1100 |
Color Harmonies of #38003C
Complementary color
Monochromatic Colors of #38003C
Black with #38003C
Text Example
Text Example
White with #38003C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38003C; }
p { color: rgb(56,0,60); }
H1.HeaderClassName
{
color: #38003C;
}
.AnyTagClassName
{
color: #38003C;
}
</style>
background-color css
<style>
a { background-color: #38003C; }
a { background-color: rgb(56,0,60); }
div.DivClassName
{
background-color: #38003C;
}
.BgClassName
{
background-color: #38003C;
}
</style>
border-color css
<style>
span { border-color: #38003C; }
span { border-color: rgb(56,0,60); }
td.TdClassName
{
border-color: #38003C;
}
.TagClassName
{
border-color: #38003C;
}
</style>