Shades of Mardi Gras #3F153A
Tints of Mardi Gras #3F153A
RGB
CMYK
RGB Variations
Color information
#3F153A (or 0x3F153A) is known color: Mardi Gras. HEX triplet: 3F, 15 and 3A. RGB value is (63,21,58). Sum of RGB (Red+Green+Blue) = 63+21+58=142 (18% of max value = 765). Red value is 63 (25% from 255 or 44.37% from 142); Green value is 21 (8.59% from 255 or 14.79% from 142); Blue value is 58 (23.05% from 255 or 40.85% from 142); Max value from RGB is 63 - color contains mainly: red. Hex color #3F153A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F153A is #C0EAC5. Grayscale: #252525. Windows color (decimal): -12643014 or 3806527. OLE color: 3806527.
HSL color Cylindrical-coordinate representation of color #3F153A: hue angle of 307.14º 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 #3F153A is Cyan = 0, Magento = 0.67, Yellow = 0.08 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 21 | 58 | - |
| CMYK | 0 | 0.67 | 0.08 | 0.75 |
| HSL | 307.14º | 0.5% | 0.16% | - |
| HSV(B) | 307.14º | 0.67% | 0.25% | - |
| XYZ | 3.08 | 1.9 | 4.21 | - |
| YUV | 37.78 | 139.41 | 145.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 21 | 58 | 0 | 0.67 | 0.08 | 0.75 | 307.14 | 0.5 | 0.16 |
| Hex | 3F | 15 | 3A | 0 | 43 | 8 | 4B | 133 | 32 | 10 |
| Octal | 77 | 25 | 72 | 0 | 103 | 10 | 113 | 463 | 62 | 20 |
| Binary | 111111 | 10101 | 111010 | 0 | 1000011 | 1000 | 1001011 | 100110011 | 110010 | 10000 |
Color Harmonies of #3F153A
Complementary color
Monochromatic Colors of #3F153A
Black with #3F153A
Text Example
Text Example
White with #3F153A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F153A; }
p { color: rgb(63,21,58); }
H1.HeaderClassName
{
color: #3F153A;
}
.AnyTagClassName
{
color: #3F153A;
}
</style>
background-color css
<style>
a { background-color: #3F153A; }
a { background-color: rgb(63,21,58); }
div.DivClassName
{
background-color: #3F153A;
}
.BgClassName
{
background-color: #3F153A;
}
</style>
border-color css
<style>
span { border-color: #3F153A; }
span { border-color: rgb(63,21,58); }
td.TdClassName
{
border-color: #3F153A;
}
.TagClassName
{
border-color: #3F153A;
}
</style>