Shades of Mardi Gras #3C1338
Tints of Mardi Gras #3C1338
RGB
CMYK
RGB Variations
Color information
#3C1338 (or 0x3C1338) is known color: Mardi Gras. HEX triplet: 3C, 13 and 38. RGB value is (60,19,56). Sum of RGB (Red+Green+Blue) = 60+19+56=135 (17% of max value = 765). Red value is 60 (23.83% from 255 or 44.44% from 135); Green value is 19 (7.81% from 255 or 14.07% from 135); Blue value is 56 (22.27% from 255 or 41.48% from 135); Max value from RGB is 60 - color contains mainly: red. Hex color #3C1338 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C1338 is #C3ECC7. Grayscale: #232323. Windows color (decimal): -12840136 or 3674940. OLE color: 3674940.
HSL color Cylindrical-coordinate representation of color #3C1338: hue angle of 305.85º 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 #3C1338 is Cyan = 0, Magento = 0.68, Yellow = 0.07 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 19 | 56 | - |
| CMYK | 0 | 0.68 | 0.07 | 0.76 |
| HSL | 305.85º | 0.52% | 0.15% | - |
| HSV(B) | 305.85º | 0.68% | 0.24% | - |
| XYZ | 2.81 | 1.71 | 3.92 | - |
| YUV | 35.48 | 139.58 | 145.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 19 | 56 | 0 | 0.68 | 0.07 | 0.76 | 305.85 | 0.52 | 0.15 |
| Hex | 3C | 13 | 38 | 0 | 44 | 7 | 4C | 132 | 34 | F |
| Octal | 74 | 23 | 70 | 0 | 104 | 7 | 114 | 462 | 64 | 17 |
| Binary | 111100 | 10011 | 111000 | 0 | 1000100 | 111 | 1001100 | 100110010 | 110100 | 1111 |
Color Harmonies of #3C1338
Complementary color
Monochromatic Colors of #3C1338
Black with #3C1338
Text Example
Text Example
White with #3C1338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C1338; }
p { color: rgb(60,19,56); }
H1.HeaderClassName
{
color: #3C1338;
}
.AnyTagClassName
{
color: #3C1338;
}
</style>
background-color css
<style>
a { background-color: #3C1338; }
a { background-color: rgb(60,19,56); }
div.DivClassName
{
background-color: #3C1338;
}
.BgClassName
{
background-color: #3C1338;
}
</style>
border-color css
<style>
span { border-color: #3C1338; }
span { border-color: rgb(60,19,56); }
td.TdClassName
{
border-color: #3C1338;
}
.TagClassName
{
border-color: #3C1338;
}
</style>