Shades of Mardi Gras #3F223B
Tints of Mardi Gras #3F223B
RGB
CMYK
RGB Variations
Color information
#3F223B (or 0x3F223B) is known color: Mardi Gras. HEX triplet: 3F, 22 and 3B. RGB value is (63,34,59). Sum of RGB (Red+Green+Blue) = 63+34+59=156 (20% of max value = 765). Red value is 63 (25% from 255 or 40.38% from 156); Green value is 34 (13.67% from 255 or 21.79% from 156); Blue value is 59 (23.44% from 255 or 37.82% from 156); Max value from RGB is 63 - color contains mainly: red. Hex color #3F223B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F223B is #C0DDC4. Grayscale: #2D2D2D. Windows color (decimal): -12639685 or 3875391. OLE color: 3875391.
HSL color Cylindrical-coordinate representation of color #3F223B: hue angle of 308.28º 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 #3F223B is Cyan = 0, Magento = 0.46, Yellow = 0.06 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 34 | 59 | - |
| CMYK | 0 | 0.46 | 0.06 | 0.75 |
| HSL | 308.28º | 0.3% | 0.19% | - |
| HSV(B) | 308.28º | 0.46% | 0.25% | - |
| XYZ | 3.41 | 2.52 | 4.44 | - |
| YUV | 45.52 | 135.61 | 140.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 34 | 59 | 0 | 0.46 | 0.06 | 0.75 | 308.28 | 0.3 | 0.19 |
| Hex | 3F | 22 | 3B | 0 | 2E | 6 | 4B | 134 | 1E | 13 |
| Octal | 77 | 42 | 73 | 0 | 56 | 6 | 113 | 464 | 36 | 23 |
| Binary | 111111 | 100010 | 111011 | 0 | 101110 | 110 | 1001011 | 100110100 | 11110 | 10011 |
Color Harmonies of #3F223B
Complementary color
Monochromatic Colors of #3F223B
Black with #3F223B
Text Example
Text Example
White with #3F223B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F223B; }
p { color: rgb(63,34,59); }
H1.HeaderClassName
{
color: #3F223B;
}
.AnyTagClassName
{
color: #3F223B;
}
</style>
background-color css
<style>
a { background-color: #3F223B; }
a { background-color: rgb(63,34,59); }
div.DivClassName
{
background-color: #3F223B;
}
.BgClassName
{
background-color: #3F223B;
}
</style>
border-color css
<style>
span { border-color: #3F223B; }
span { border-color: rgb(63,34,59); }
td.TdClassName
{
border-color: #3F223B;
}
.TagClassName
{
border-color: #3F223B;
}
</style>