Shades of Mardi Gras #3F153D
Tints of Mardi Gras #3F153D
RGB
CMYK
RGB Variations
Color information
#3F153D (or 0x3F153D) is known color: Mardi Gras. HEX triplet: 3F, 15 and 3D. RGB value is (63,21,61). Sum of RGB (Red+Green+Blue) = 63+21+61=145 (19% of max value = 765). Red value is 63 (25% from 255 or 43.45% from 145); Green value is 21 (8.59% from 255 or 14.48% from 145); Blue value is 61 (24.22% from 255 or 42.07% from 145); Max value from RGB is 63 - color contains mainly: red. Hex color #3F153D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F153D is #C0EAC2. Grayscale: #262626. Windows color (decimal): -12643011 or 4003135. OLE color: 4003135.
HSL color Cylindrical-coordinate representation of color #3F153D: hue angle of 302.86º degrees, saturation: 0.5, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3F153D is Cyan = 0, Magento = 0.67, Yellow = 0.03 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 21 | 61 | - |
| CMYK | 0 | 0.67 | 0.03 | 0.75 |
| HSL | 302.86º | 0.5% | 0.16% | - |
| HSV(B) | 302.86º | 0.67% | 0.25% | - |
| XYZ | 3.16 | 1.93 | 4.62 | - |
| YUV | 38.12 | 140.91 | 145.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 21 | 61 | 0 | 0.67 | 0.03 | 0.75 | 302.86 | 0.5 | 0.16 |
| Hex | 3F | 15 | 3D | 0 | 43 | 3 | 4B | 12F | 32 | 10 |
| Octal | 77 | 25 | 75 | 0 | 103 | 3 | 113 | 457 | 62 | 20 |
| Binary | 111111 | 10101 | 111101 | 0 | 1000011 | 11 | 1001011 | 100101111 | 110010 | 10000 |
Color Harmonies of #3F153D
Complementary color
Monochromatic Colors of #3F153D
Black with #3F153D
Text Example
Text Example
White with #3F153D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F153D; }
p { color: rgb(63,21,61); }
H1.HeaderClassName
{
color: #3F153D;
}
.AnyTagClassName
{
color: #3F153D;
}
</style>
background-color css
<style>
a { background-color: #3F153D; }
a { background-color: rgb(63,21,61); }
div.DivClassName
{
background-color: #3F153D;
}
.BgClassName
{
background-color: #3F153D;
}
</style>
border-color css
<style>
span { border-color: #3F153D; }
span { border-color: rgb(63,21,61); }
td.TdClassName
{
border-color: #3F153D;
}
.TagClassName
{
border-color: #3F153D;
}
</style>