Shades of Mardi Gras #3C033B
Tints of Mardi Gras #3C033B
RGB
CMYK
RGB Variations
Color information
#3C033B (or 0x3C033B) is known color: Mardi Gras. HEX triplet: 3C, 03 and 3B. RGB value is (60,3,59). Sum of RGB (Red+Green+Blue) = 60+3+59=122 (16% of max value = 765). Red value is 60 (23.83% from 255 or 49.18% from 122); Green value is 3 (1.56% from 255 or 2.46% from 122); Blue value is 59 (23.44% from 255 or 48.36% from 122); Max value from RGB is 60 - color contains mainly: red. Hex color #3C033B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C033B is #C3FCC4. Grayscale: #1A1A1A. Windows color (decimal): -12844229 or 3867452. OLE color: 3867452.
HSL color Cylindrical-coordinate representation of color #3C033B: hue angle of 301.05º 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 #3C033B is Cyan = 0, Magento = 0.95, Yellow = 0.02 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 3 | 59 | - |
| CMYK | 0 | 0.95 | 0.02 | 0.76 |
| HSL | 301.05º | 0.9% | 0.12% | - |
| HSV(B) | 301.05º | 0.95% | 0.24% | - |
| XYZ | 2.69 | 1.34 | 4.26 | - |
| YUV | 26.43 | 146.38 | 151.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 3 | 59 | 0 | 0.95 | 0.02 | 0.76 | 301.05 | 0.9 | 0.12 |
| Hex | 3C | 3 | 3B | 0 | 5F | 2 | 4C | 12D | 5A | C |
| Octal | 74 | 3 | 73 | 0 | 137 | 2 | 114 | 455 | 132 | 14 |
| Binary | 111100 | 11 | 111011 | 0 | 1011111 | 10 | 1001100 | 100101101 | 1011010 | 1100 |
Color Harmonies of #3C033B
Complementary color
Monochromatic Colors of #3C033B
Black with #3C033B
Text Example
Text Example
White with #3C033B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C033B; }
p { color: rgb(60,3,59); }
H1.HeaderClassName
{
color: #3C033B;
}
.AnyTagClassName
{
color: #3C033B;
}
</style>
background-color css
<style>
a { background-color: #3C033B; }
a { background-color: rgb(60,3,59); }
div.DivClassName
{
background-color: #3C033B;
}
.BgClassName
{
background-color: #3C033B;
}
</style>
border-color css
<style>
span { border-color: #3C033B; }
span { border-color: rgb(60,3,59); }
td.TdClassName
{
border-color: #3C033B;
}
.TagClassName
{
border-color: #3C033B;
}
</style>