Shades of Mardi Gras #3F083A
Tints of Mardi Gras #3F083A
RGB
CMYK
RGB Variations
Color information
#3F083A (or 0x3F083A) is known color: Mardi Gras. HEX triplet: 3F, 08 and 3A. RGB value is (63,8,58). Sum of RGB (Red+Green+Blue) = 63+8+58=129 (17% of max value = 765). Red value is 63 (25% from 255 or 48.84% from 129); Green value is 8 (3.52% from 255 or 6.20% from 129); Blue value is 58 (23.05% from 255 or 44.96% from 129); Max value from RGB is 63 - color contains mainly: red. Hex color #3F083A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F083A is #C0F7C5. Grayscale: #1D1D1D. Windows color (decimal): -12646342 or 3803199. OLE color: 3803199.
HSL color Cylindrical-coordinate representation of color #3F083A: hue angle of 305.45º degrees, saturation: 0.77, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3F083A is Cyan = 0, Magento = 0.87, Yellow = 0.08 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 8 | 58 | - |
| CMYK | 0 | 0.87 | 0.08 | 0.75 |
| HSL | 305.45º | 0.77% | 0.14% | - |
| HSV(B) | 305.45º | 0.87% | 0.25% | - |
| XYZ | 2.9 | 1.54 | 4.15 | - |
| YUV | 30.15 | 143.72 | 151.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 8 | 58 | 0 | 0.87 | 0.08 | 0.75 | 305.45 | 0.77 | 0.14 |
| Hex | 3F | 8 | 3A | 0 | 57 | 8 | 4B | 131 | 4D | E |
| Octal | 77 | 10 | 72 | 0 | 127 | 10 | 113 | 461 | 115 | 16 |
| Binary | 111111 | 1000 | 111010 | 0 | 1010111 | 1000 | 1001011 | 100110001 | 1001101 | 1110 |
Color Harmonies of #3F083A
Complementary color
Monochromatic Colors of #3F083A
Black with #3F083A
Text Example
Text Example
White with #3F083A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F083A; }
p { color: rgb(63,8,58); }
H1.HeaderClassName
{
color: #3F083A;
}
.AnyTagClassName
{
color: #3F083A;
}
</style>
background-color css
<style>
a { background-color: #3F083A; }
a { background-color: rgb(63,8,58); }
div.DivClassName
{
background-color: #3F083A;
}
.BgClassName
{
background-color: #3F083A;
}
</style>
border-color css
<style>
span { border-color: #3F083A; }
span { border-color: rgb(63,8,58); }
td.TdClassName
{
border-color: #3F083A;
}
.TagClassName
{
border-color: #3F083A;
}
</style>