Shades of Mardi Gras #3D0B36
Tints of Mardi Gras #3D0B36
RGB
CMYK
RGB Variations
Color information
#3D0B36 (or 0x3D0B36) is known color: Mardi Gras. HEX triplet: 3D, 0B and 36. RGB value is (61,11,54). Sum of RGB (Red+Green+Blue) = 61+11+54=126 (16% of max value = 765). Red value is 61 (24.22% from 255 or 48.41% from 126); Green value is 11 (4.69% from 255 or 8.73% from 126); Blue value is 54 (21.48% from 255 or 42.86% from 126); Max value from RGB is 61 - color contains mainly: red. Hex color #3D0B36 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D0B36 is #C2F4C9. Grayscale: #1E1E1E. Windows color (decimal): -12776650 or 3541821. OLE color: 3541821.
HSL color Cylindrical-coordinate representation of color #3D0B36: hue angle of 308.4º 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 #3D0B36 is Cyan = 0, Magento = 0.82, Yellow = 0.11 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 11 | 54 | - |
| CMYK | 0 | 0.82 | 0.11 | 0.76 |
| HSL | 308.4º | 0.69% | 0.14% | - |
| HSV(B) | 308.4º | 0.82% | 0.24% | - |
| XYZ | 2.71 | 1.5 | 3.64 | - |
| YUV | 30.85 | 141.07 | 149.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 11 | 54 | 0 | 0.82 | 0.11 | 0.76 | 308.4 | 0.69 | 0.14 |
| Hex | 3D | B | 36 | 0 | 52 | B | 4C | 134 | 45 | E |
| Octal | 75 | 13 | 66 | 0 | 122 | 13 | 114 | 464 | 105 | 16 |
| Binary | 111101 | 1011 | 110110 | 0 | 1010010 | 1011 | 1001100 | 100110100 | 1000101 | 1110 |
Color Harmonies of #3D0B36
Complementary color
Monochromatic Colors of #3D0B36
Black with #3D0B36
Text Example
Text Example
White with #3D0B36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D0B36; }
p { color: rgb(61,11,54); }
H1.HeaderClassName
{
color: #3D0B36;
}
.AnyTagClassName
{
color: #3D0B36;
}
</style>
background-color css
<style>
a { background-color: #3D0B36; }
a { background-color: rgb(61,11,54); }
div.DivClassName
{
background-color: #3D0B36;
}
.BgClassName
{
background-color: #3D0B36;
}
</style>
border-color css
<style>
span { border-color: #3D0B36; }
span { border-color: rgb(61,11,54); }
td.TdClassName
{
border-color: #3D0B36;
}
.TagClassName
{
border-color: #3D0B36;
}
</style>