Shades of Mardi Gras #38133C
Tints of Mardi Gras #38133C
RGB
CMYK
RGB Variations
Color information
#38133C (or 0x38133C) is known color: Mardi Gras. HEX triplet: 38, 13 and 3C. RGB value is (56,19,60). Sum of RGB (Red+Green+Blue) = 56+19+60=135 (17% of max value = 765). Red value is 56 (22.27% from 255 or 41.48% from 135); Green value is 19 (7.81% from 255 or 14.07% from 135); Blue value is 60 (23.83% from 255 or 44.44% from 135); Max value from RGB is 60 - color contains mainly: blue. Hex color #38133C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38133C is #C7ECC3. Grayscale: #222222. Windows color (decimal): -13102276 or 3937080. OLE color: 3937080.
HSL color Cylindrical-coordinate representation of color #38133C: hue angle of 294.15º degrees, saturation: 0.52, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #38133C is Cyan = 0.07, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 56 | 19 | 60 | - |
| CMYK | 0.07 | 0.68 | 0 | 0.76 |
| HSL | 294.15º | 0.52% | 0.15% | - |
| HSV(B) | 294.15º | 0.68% | 0.24% | - |
| XYZ | 2.68 | 1.63 | 4.45 | - |
| YUV | 34.74 | 142.26 | 143.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 19 | 60 | 0.07 | 0.68 | 0 | 0.76 | 294.15 | 0.52 | 0.15 |
| Hex | 38 | 13 | 3C | 7 | 44 | 0 | 4C | 126 | 34 | F |
| Octal | 70 | 23 | 74 | 7 | 104 | 0 | 114 | 446 | 64 | 17 |
| Binary | 111000 | 10011 | 111100 | 111 | 1000100 | 0 | 1001100 | 100100110 | 110100 | 1111 |
Color Harmonies of #38133C
Complementary color
Monochromatic Colors of #38133C
Black with #38133C
Text Example
Text Example
White with #38133C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38133C; }
p { color: rgb(56,19,60); }
H1.HeaderClassName
{
color: #38133C;
}
.AnyTagClassName
{
color: #38133C;
}
</style>
background-color css
<style>
a { background-color: #38133C; }
a { background-color: rgb(56,19,60); }
div.DivClassName
{
background-color: #38133C;
}
.BgClassName
{
background-color: #38133C;
}
</style>
border-color css
<style>
span { border-color: #38133C; }
span { border-color: rgb(56,19,60); }
td.TdClassName
{
border-color: #38133C;
}
.TagClassName
{
border-color: #38133C;
}
</style>