Shades of Mardi Gras #3F183B
Tints of Mardi Gras #3F183B
RGB
CMYK
RGB Variations
Color information
#3F183B (or 0x3F183B) is known color: Mardi Gras. HEX triplet: 3F, 18 and 3B. RGB value is (63,24,59). Sum of RGB (Red+Green+Blue) = 63+24+59=146 (19% of max value = 765). Red value is 63 (25% from 255 or 43.15% from 146); Green value is 24 (9.77% from 255 or 16.44% from 146); Blue value is 59 (23.44% from 255 or 40.41% from 146); Max value from RGB is 63 - color contains mainly: red. Hex color #3F183B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F183B is #C0E7C4. Grayscale: #272727. Windows color (decimal): -12642245 or 3872831. OLE color: 3872831.
HSL color Cylindrical-coordinate representation of color #3F183B: hue angle of 306.15º degrees, saturation: 0.45, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3F183B is Cyan = 0, Magento = 0.62, Yellow = 0.06 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 24 | 59 | - |
| CMYK | 0 | 0.62 | 0.06 | 0.75 |
| HSL | 306.15º | 0.45% | 0.17% | - |
| HSV(B) | 306.15º | 0.62% | 0.25% | - |
| XYZ | 3.17 | 2.03 | 4.36 | - |
| YUV | 39.65 | 138.92 | 144.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 24 | 59 | 0 | 0.62 | 0.06 | 0.75 | 306.15 | 0.45 | 0.17 |
| Hex | 3F | 18 | 3B | 0 | 3E | 6 | 4B | 132 | 2D | 11 |
| Octal | 77 | 30 | 73 | 0 | 76 | 6 | 113 | 462 | 55 | 21 |
| Binary | 111111 | 11000 | 111011 | 0 | 111110 | 110 | 1001011 | 100110010 | 101101 | 10001 |
Color Harmonies of #3F183B
Complementary color
Monochromatic Colors of #3F183B
Black with #3F183B
Text Example
Text Example
White with #3F183B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F183B; }
p { color: rgb(63,24,59); }
H1.HeaderClassName
{
color: #3F183B;
}
.AnyTagClassName
{
color: #3F183B;
}
</style>
background-color css
<style>
a { background-color: #3F183B; }
a { background-color: rgb(63,24,59); }
div.DivClassName
{
background-color: #3F183B;
}
.BgClassName
{
background-color: #3F183B;
}
</style>
border-color css
<style>
span { border-color: #3F183B; }
span { border-color: rgb(63,24,59); }
td.TdClassName
{
border-color: #3F183B;
}
.TagClassName
{
border-color: #3F183B;
}
</style>