Shades of Mardi Gras #3B003C
Tints of Mardi Gras #3B003C
RGB
CMYK
RGB Variations
Color information
#3B003C (or 0x3B003C) is known color: Mardi Gras. HEX triplet: 3B, 00 and 3C. RGB value is (59,0,60). Sum of RGB (Red+Green+Blue) = 59+0+60=119 (15% of max value = 765). Red value is 59 (23.44% from 255 or 49.58% from 119); Green value is 0 (0.39% from 255 or 0% 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 #3B003C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B003C is #C4FFC3. Grayscale: #181818. Windows color (decimal): -12910532 or 3932219. OLE color: 3932219.
HSL color Cylindrical-coordinate representation of color #3B003C: hue angle of 299º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3B003C is Cyan = 0.02, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 59 | 0 | 60 | - |
| CMYK | 0.02 | 1 | 0 | 0.76 |
| HSL | 299º | 1% | 0.12% | - |
| HSV(B) | 299º | 1% | 0.24% | - |
| XYZ | 2.62 | 1.26 | 4.38 | - |
| YUV | 24.48 | 148.05 | 152.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 0 | 60 | 0.02 | 1 | 0 | 0.76 | 299 | 1 | 0.12 |
| Hex | 3B | 0 | 3C | 2 | 64 | 0 | 4C | 12B | 64 | C |
| Octal | 73 | 0 | 74 | 2 | 144 | 0 | 114 | 453 | 144 | 14 |
| Binary | 111011 | 0 | 111100 | 10 | 1100100 | 0 | 1001100 | 100101011 | 1100100 | 1100 |
Color Harmonies of #3B003C
Complementary color
Monochromatic Colors of #3B003C
Black with #3B003C
Text Example
Text Example
White with #3B003C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B003C; }
p { color: rgb(59,0,60); }
H1.HeaderClassName
{
color: #3B003C;
}
.AnyTagClassName
{
color: #3B003C;
}
</style>
background-color css
<style>
a { background-color: #3B003C; }
a { background-color: rgb(59,0,60); }
div.DivClassName
{
background-color: #3B003C;
}
.BgClassName
{
background-color: #3B003C;
}
</style>
border-color css
<style>
span { border-color: #3B003C; }
span { border-color: rgb(59,0,60); }
td.TdClassName
{
border-color: #3B003C;
}
.TagClassName
{
border-color: #3B003C;
}
</style>