Shades of Mardi Gras #3C103B
Tints of Mardi Gras #3C103B
RGB
CMYK
RGB Variations
Color information
#3C103B (or 0x3C103B) is known color: Mardi Gras. HEX triplet: 3C, 10 and 3B. RGB value is (60,16,59). Sum of RGB (Red+Green+Blue) = 60+16+59=135 (17% of max value = 765). Red value is 60 (23.83% from 255 or 44.44% from 135); Green value is 16 (6.64% from 255 or 11.85% from 135); Blue value is 59 (23.44% from 255 or 43.70% from 135); Max value from RGB is 60 - color contains mainly: red. Hex color #3C103B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C103B is #C3EFC4. Grayscale: #212121. Windows color (decimal): -12840901 or 3870780. OLE color: 3870780.
HSL color Cylindrical-coordinate representation of color #3C103B: hue angle of 301.36º degrees, saturation: 0.58, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3C103B is Cyan = 0, Magento = 0.73, Yellow = 0.02 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 16 | 59 | - |
| CMYK | 0 | 0.73 | 0.02 | 0.76 |
| HSL | 301.36º | 0.58% | 0.15% | - |
| HSV(B) | 301.36º | 0.73% | 0.24% | - |
| XYZ | 2.84 | 1.65 | 4.31 | - |
| YUV | 34.06 | 142.08 | 146.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 16 | 59 | 0 | 0.73 | 0.02 | 0.76 | 301.36 | 0.58 | 0.15 |
| Hex | 3C | 10 | 3B | 0 | 49 | 2 | 4C | 12D | 3A | F |
| Octal | 74 | 20 | 73 | 0 | 111 | 2 | 114 | 455 | 72 | 17 |
| Binary | 111100 | 10000 | 111011 | 0 | 1001001 | 10 | 1001100 | 100101101 | 111010 | 1111 |
Color Harmonies of #3C103B
Complementary color
Monochromatic Colors of #3C103B
Black with #3C103B
Text Example
Text Example
White with #3C103B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C103B; }
p { color: rgb(60,16,59); }
H1.HeaderClassName
{
color: #3C103B;
}
.AnyTagClassName
{
color: #3C103B;
}
</style>
background-color css
<style>
a { background-color: #3C103B; }
a { background-color: rgb(60,16,59); }
div.DivClassName
{
background-color: #3C103B;
}
.BgClassName
{
background-color: #3C103B;
}
</style>
border-color css
<style>
span { border-color: #3C103B; }
span { border-color: rgb(60,16,59); }
td.TdClassName
{
border-color: #3C103B;
}
.TagClassName
{
border-color: #3C103B;
}
</style>