Shades of Mardi Gras #3F163A
Tints of Mardi Gras #3F163A
RGB
CMYK
RGB Variations
Color information
#3F163A (or 0x3F163A) is known color: Mardi Gras. HEX triplet: 3F, 16 and 3A. RGB value is (63,22,58). Sum of RGB (Red+Green+Blue) = 63+22+58=143 (18% of max value = 765). Red value is 63 (25% from 255 or 44.06% from 143); Green value is 22 (8.98% from 255 or 15.38% from 143); Blue value is 58 (23.05% from 255 or 40.56% from 143); Max value from RGB is 63 - color contains mainly: red. Hex color #3F163A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F163A is #C0E9C5. Grayscale: #262626. Windows color (decimal): -12642758 or 3806783. OLE color: 3806783.
HSL color Cylindrical-coordinate representation of color #3F163A: hue angle of 307.32º degrees, saturation: 0.48, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3F163A is Cyan = 0, Magento = 0.65, Yellow = 0.08 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 22 | 58 | - |
| CMYK | 0 | 0.65 | 0.08 | 0.75 |
| HSL | 307.32º | 0.48% | 0.17% | - |
| HSV(B) | 307.32º | 0.65% | 0.25% | - |
| XYZ | 3.1 | 1.94 | 4.21 | - |
| YUV | 38.36 | 139.08 | 145.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 22 | 58 | 0 | 0.65 | 0.08 | 0.75 | 307.32 | 0.48 | 0.17 |
| Hex | 3F | 16 | 3A | 0 | 41 | 8 | 4B | 133 | 30 | 11 |
| Octal | 77 | 26 | 72 | 0 | 101 | 10 | 113 | 463 | 60 | 21 |
| Binary | 111111 | 10110 | 111010 | 0 | 1000001 | 1000 | 1001011 | 100110011 | 110000 | 10001 |
Color Harmonies of #3F163A
Complementary color
Monochromatic Colors of #3F163A
Black with #3F163A
Text Example
Text Example
White with #3F163A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F163A; }
p { color: rgb(63,22,58); }
H1.HeaderClassName
{
color: #3F163A;
}
.AnyTagClassName
{
color: #3F163A;
}
</style>
background-color css
<style>
a { background-color: #3F163A; }
a { background-color: rgb(63,22,58); }
div.DivClassName
{
background-color: #3F163A;
}
.BgClassName
{
background-color: #3F163A;
}
</style>
border-color css
<style>
span { border-color: #3F163A; }
span { border-color: rgb(63,22,58); }
td.TdClassName
{
border-color: #3F163A;
}
.TagClassName
{
border-color: #3F163A;
}
</style>