Shades of Mardi Gras #3F223C
Tints of Mardi Gras #3F223C
RGB
CMYK
RGB Variations
Color information
#3F223C (or 0x3F223C) is known color: Mardi Gras. HEX triplet: 3F, 22 and 3C. RGB value is (63,34,60). Sum of RGB (Red+Green+Blue) = 63+34+60=157 (20% of max value = 765). Red value is 63 (25% from 255 or 40.13% from 157); Green value is 34 (13.67% from 255 or 21.66% from 157); Blue value is 60 (23.83% from 255 or 38.22% from 157); Max value from RGB is 63 - color contains mainly: red. Hex color #3F223C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F223C is #C0DDC3. Grayscale: #2D2D2D. Windows color (decimal): -12639684 or 3940927. OLE color: 3940927.
HSL color Cylindrical-coordinate representation of color #3F223C: hue angle of 306.21º 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 #3F223C is Cyan = 0, Magento = 0.46, Yellow = 0.05 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 34 | 60 | - |
| CMYK | 0 | 0.46 | 0.05 | 0.75 |
| HSL | 306.21º | 0.3% | 0.19% | - |
| HSV(B) | 306.21º | 0.46% | 0.25% | - |
| XYZ | 3.44 | 2.53 | 4.58 | - |
| YUV | 45.64 | 136.11 | 140.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 34 | 60 | 0 | 0.46 | 0.05 | 0.75 | 306.21 | 0.3 | 0.19 |
| Hex | 3F | 22 | 3C | 0 | 2E | 5 | 4B | 132 | 1E | 13 |
| Octal | 77 | 42 | 74 | 0 | 56 | 5 | 113 | 462 | 36 | 23 |
| Binary | 111111 | 100010 | 111100 | 0 | 101110 | 101 | 1001011 | 100110010 | 11110 | 10011 |
Color Harmonies of #3F223C
Complementary color
Monochromatic Colors of #3F223C
Black with #3F223C
Text Example
Text Example
White with #3F223C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F223C; }
p { color: rgb(63,34,60); }
H1.HeaderClassName
{
color: #3F223C;
}
.AnyTagClassName
{
color: #3F223C;
}
</style>
background-color css
<style>
a { background-color: #3F223C; }
a { background-color: rgb(63,34,60); }
div.DivClassName
{
background-color: #3F223C;
}
.BgClassName
{
background-color: #3F223C;
}
</style>
border-color css
<style>
span { border-color: #3F223C; }
span { border-color: rgb(63,34,60); }
td.TdClassName
{
border-color: #3F223C;
}
.TagClassName
{
border-color: #3F223C;
}
</style>