Shades of Mardi Gras #3F223D
Tints of Mardi Gras #3F223D
RGB
CMYK
RGB Variations
Color information
#3F223D (or 0x3F223D) is known color: Mardi Gras. HEX triplet: 3F, 22 and 3D. RGB value is (63,34,61). Sum of RGB (Red+Green+Blue) = 63+34+61=158 (20% of max value = 765). Red value is 63 (25% from 255 or 39.87% from 158); Green value is 34 (13.67% from 255 or 21.52% from 158); Blue value is 61 (24.22% from 255 or 38.61% from 158); Max value from RGB is 63 - color contains mainly: red. Hex color #3F223D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F223D is #C0DDC2. Grayscale: #2D2D2D. Windows color (decimal): -12639683 or 4006463. OLE color: 4006463.
HSL color Cylindrical-coordinate representation of color #3F223D: hue angle of 304.14º degrees, saturation: 0.3, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3F223D is Cyan = 0, Magento = 0.46, Yellow = 0.03 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 34 | 61 | - |
| CMYK | 0 | 0.46 | 0.03 | 0.75 |
| HSL | 304.14º | 0.3% | 0.19% | - |
| HSV(B) | 304.14º | 0.46% | 0.25% | - |
| XYZ | 3.46 | 2.54 | 4.72 | - |
| YUV | 45.75 | 136.61 | 140.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 34 | 61 | 0 | 0.46 | 0.03 | 0.75 | 304.14 | 0.3 | 0.19 |
| Hex | 3F | 22 | 3D | 0 | 2E | 3 | 4B | 130 | 1E | 13 |
| Octal | 77 | 42 | 75 | 0 | 56 | 3 | 113 | 460 | 36 | 23 |
| Binary | 111111 | 100010 | 111101 | 0 | 101110 | 11 | 1001011 | 100110000 | 11110 | 10011 |
Color Harmonies of #3F223D
Complementary color
Monochromatic Colors of #3F223D
Black with #3F223D
Text Example
Text Example
White with #3F223D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F223D; }
p { color: rgb(63,34,61); }
H1.HeaderClassName
{
color: #3F223D;
}
.AnyTagClassName
{
color: #3F223D;
}
</style>
background-color css
<style>
a { background-color: #3F223D; }
a { background-color: rgb(63,34,61); }
div.DivClassName
{
background-color: #3F223D;
}
.BgClassName
{
background-color: #3F223D;
}
</style>
border-color css
<style>
span { border-color: #3F223D; }
span { border-color: rgb(63,34,61); }
td.TdClassName
{
border-color: #3F223D;
}
.TagClassName
{
border-color: #3F223D;
}
</style>