Shades of Mardi Gras #38033C
Tints of Mardi Gras #38033C
RGB
CMYK
RGB Variations
Color information
#38033C (or 0x38033C) is known color: Mardi Gras. HEX triplet: 38, 03 and 3C. RGB value is (56,3,60). Sum of RGB (Red+Green+Blue) = 56+3+60=119 (15% of max value = 765). Red value is 56 (22.27% from 255 or 47.06% from 119); Green value is 3 (1.56% from 255 or 2.52% from 119); Blue value is 60 (23.83% from 255 or 50.42% from 119); Max value from RGB is 60 - color contains mainly: blue. Hex color #38033C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38033C is #C7FCC3. Grayscale: #191919. Windows color (decimal): -13106372 or 3932984. OLE color: 3932984.
HSL color Cylindrical-coordinate representation of color #38033C: hue angle of 295.79º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #38033C is Cyan = 0.07, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 56 | 3 | 60 | - |
| CMYK | 0.07 | 0.95 | 0 | 0.76 |
| HSL | 295.79º | 0.9% | 0.12% | - |
| HSV(B) | 295.79º | 0.95% | 0.24% | - |
| XYZ | 2.48 | 1.23 | 4.38 | - |
| YUV | 25.35 | 147.56 | 149.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 3 | 60 | 0.07 | 0.95 | 0 | 0.76 | 295.79 | 0.9 | 0.12 |
| Hex | 38 | 3 | 3C | 7 | 5F | 0 | 4C | 128 | 5A | C |
| Octal | 70 | 3 | 74 | 7 | 137 | 0 | 114 | 450 | 132 | 14 |
| Binary | 111000 | 11 | 111100 | 111 | 1011111 | 0 | 1001100 | 100101000 | 1011010 | 1100 |
Color Harmonies of #38033C
Complementary color
Monochromatic Colors of #38033C
Black with #38033C
Text Example
Text Example
White with #38033C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38033C; }
p { color: rgb(56,3,60); }
H1.HeaderClassName
{
color: #38033C;
}
.AnyTagClassName
{
color: #38033C;
}
</style>
background-color css
<style>
a { background-color: #38033C; }
a { background-color: rgb(56,3,60); }
div.DivClassName
{
background-color: #38033C;
}
.BgClassName
{
background-color: #38033C;
}
</style>
border-color css
<style>
span { border-color: #38033C; }
span { border-color: rgb(56,3,60); }
td.TdClassName
{
border-color: #38033C;
}
.TagClassName
{
border-color: #38033C;
}
</style>