Shades of Mardi Gras #3D0338
Tints of Mardi Gras #3D0338
RGB
CMYK
RGB Variations
Color information
#3D0338 (or 0x3D0338) is known color: Mardi Gras. HEX triplet: 3D, 03 and 38. RGB value is (61,3,56). Sum of RGB (Red+Green+Blue) = 61+3+56=120 (15% of max value = 765). Red value is 61 (24.22% from 255 or 50.83% from 120); Green value is 3 (1.56% from 255 or 2.5% from 120); Blue value is 56 (22.27% from 255 or 46.67% from 120); Max value from RGB is 61 - color contains mainly: red. Hex color #3D0338 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D0338 is #C2FCC7. Grayscale: #1A1A1A. Windows color (decimal): -12778696 or 3670845. OLE color: 3670845.
HSL color Cylindrical-coordinate representation of color #3D0338: hue angle of 305.17º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3D0338 is Cyan = 0, Magento = 0.95, Yellow = 0.08 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 3 | 56 | - |
| CMYK | 0 | 0.95 | 0.08 | 0.76 |
| HSL | 305.17º | 0.91% | 0.13% | - |
| HSV(B) | 305.17º | 0.95% | 0.24% | - |
| XYZ | 2.67 | 1.34 | 3.86 | - |
| YUV | 26.38 | 144.72 | 152.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 3 | 56 | 0 | 0.95 | 0.08 | 0.76 | 305.17 | 0.91 | 0.13 |
| Hex | 3D | 3 | 38 | 0 | 5F | 8 | 4C | 131 | 5B | D |
| Octal | 75 | 3 | 70 | 0 | 137 | 10 | 114 | 461 | 133 | 15 |
| Binary | 111101 | 11 | 111000 | 0 | 1011111 | 1000 | 1001100 | 100110001 | 1011011 | 1101 |
Color Harmonies of #3D0338
Complementary color
Monochromatic Colors of #3D0338
Black with #3D0338
Text Example
Text Example
White with #3D0338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D0338; }
p { color: rgb(61,3,56); }
H1.HeaderClassName
{
color: #3D0338;
}
.AnyTagClassName
{
color: #3D0338;
}
</style>
background-color css
<style>
a { background-color: #3D0338; }
a { background-color: rgb(61,3,56); }
div.DivClassName
{
background-color: #3D0338;
}
.BgClassName
{
background-color: #3D0338;
}
</style>
border-color css
<style>
span { border-color: #3D0338; }
span { border-color: rgb(61,3,56); }
td.TdClassName
{
border-color: #3D0338;
}
.TagClassName
{
border-color: #3D0338;
}
</style>