Shades of Mardi Gras #3C0B3B
Tints of Mardi Gras #3C0B3B
RGB
CMYK
RGB Variations
Color information
#3C0B3B (or 0x3C0B3B) is known color: Mardi Gras. HEX triplet: 3C, 0B and 3B. RGB value is (60,11,59). Sum of RGB (Red+Green+Blue) = 60+11+59=130 (17% of max value = 765). Red value is 60 (23.83% from 255 or 46.15% from 130); Green value is 11 (4.69% from 255 or 8.46% from 130); Blue value is 59 (23.44% from 255 or 45.38% from 130); Max value from RGB is 60 - color contains mainly: red. Hex color #3C0B3B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C0B3B is #C3F4C4. Grayscale: #1E1E1E. Windows color (decimal): -12842181 or 3869500. OLE color: 3869500.
HSL color Cylindrical-coordinate representation of color #3C0B3B: hue angle of 301.22º degrees, saturation: 0.69, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3C0B3B is Cyan = 0, Magento = 0.82, Yellow = 0.02 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 11 | 59 | - |
| CMYK | 0 | 0.82 | 0.02 | 0.76 |
| HSL | 301.22º | 0.69% | 0.14% | - |
| HSV(B) | 301.22º | 0.82% | 0.24% | - |
| XYZ | 2.77 | 1.52 | 4.28 | - |
| YUV | 31.12 | 143.73 | 148.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 11 | 59 | 0 | 0.82 | 0.02 | 0.76 | 301.22 | 0.69 | 0.14 |
| Hex | 3C | B | 3B | 0 | 52 | 2 | 4C | 12D | 45 | E |
| Octal | 74 | 13 | 73 | 0 | 122 | 2 | 114 | 455 | 105 | 16 |
| Binary | 111100 | 1011 | 111011 | 0 | 1010010 | 10 | 1001100 | 100101101 | 1000101 | 1110 |
Color Harmonies of #3C0B3B
Complementary color
Monochromatic Colors of #3C0B3B
Black with #3C0B3B
Text Example
Text Example
White with #3C0B3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C0B3B; }
p { color: rgb(60,11,59); }
H1.HeaderClassName
{
color: #3C0B3B;
}
.AnyTagClassName
{
color: #3C0B3B;
}
</style>
background-color css
<style>
a { background-color: #3C0B3B; }
a { background-color: rgb(60,11,59); }
div.DivClassName
{
background-color: #3C0B3B;
}
.BgClassName
{
background-color: #3C0B3B;
}
</style>
border-color css
<style>
span { border-color: #3C0B3B; }
span { border-color: rgb(60,11,59); }
td.TdClassName
{
border-color: #3C0B3B;
}
.TagClassName
{
border-color: #3C0B3B;
}
</style>