Shades of Mardi Gras #3F1B3A
Tints of Mardi Gras #3F1B3A
RGB
CMYK
RGB Variations
Color information
#3F1B3A (or 0x3F1B3A) is known color: Mardi Gras. HEX triplet: 3F, 1B and 3A. RGB value is (63,27,58). Sum of RGB (Red+Green+Blue) = 63+27+58=148 (19% of max value = 765). Red value is 63 (25% from 255 or 42.57% from 148); Green value is 27 (10.94% from 255 or 18.24% from 148); Blue value is 58 (23.05% from 255 or 39.19% from 148); Max value from RGB is 63 - color contains mainly: red. Hex color #3F1B3A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F1B3A is #C0E4C5. Grayscale: #292929. Windows color (decimal): -12641478 or 3808063. OLE color: 3808063.
HSL color Cylindrical-coordinate representation of color #3F1B3A: hue angle of 308.33º degrees, saturation: 0.4, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3F1B3A is Cyan = 0, Magento = 0.57, Yellow = 0.08 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 27 | 58 | - |
| CMYK | 0 | 0.57 | 0.08 | 0.75 |
| HSL | 308.33º | 0.4% | 0.18% | - |
| HSV(B) | 308.33º | 0.57% | 0.25% | - |
| XYZ | 3.21 | 2.15 | 4.25 | - |
| YUV | 41.3 | 137.43 | 143.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 27 | 58 | 0 | 0.57 | 0.08 | 0.75 | 308.33 | 0.4 | 0.18 |
| Hex | 3F | 1B | 3A | 0 | 39 | 8 | 4B | 134 | 28 | 12 |
| Octal | 77 | 33 | 72 | 0 | 71 | 10 | 113 | 464 | 50 | 22 |
| Binary | 111111 | 11011 | 111010 | 0 | 111001 | 1000 | 1001011 | 100110100 | 101000 | 10010 |
Color Harmonies of #3F1B3A
Complementary color
Monochromatic Colors of #3F1B3A
Black with #3F1B3A
Text Example
Text Example
White with #3F1B3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F1B3A; }
p { color: rgb(63,27,58); }
H1.HeaderClassName
{
color: #3F1B3A;
}
.AnyTagClassName
{
color: #3F1B3A;
}
</style>
background-color css
<style>
a { background-color: #3F1B3A; }
a { background-color: rgb(63,27,58); }
div.DivClassName
{
background-color: #3F1B3A;
}
.BgClassName
{
background-color: #3F1B3A;
}
</style>
border-color css
<style>
span { border-color: #3F1B3A; }
span { border-color: rgb(63,27,58); }
td.TdClassName
{
border-color: #3F1B3A;
}
.TagClassName
{
border-color: #3F1B3A;
}
</style>