Shades of Mardi Gras #3F0343
Tints of Mardi Gras #3F0343
RGB
CMYK
RGB Variations
Color information
#3F0343 (or 0x3F0343) is known color: Mardi Gras. HEX triplet: 3F, 03 and 43. RGB value is (63,3,67). Sum of RGB (Red+Green+Blue) = 63+3+67=133 (17% of max value = 765). Red value is 63 (25% from 255 or 47.37% from 133); Green value is 3 (1.56% from 255 or 2.26% from 133); Blue value is 67 (26.56% from 255 or 50.38% from 133); Max value from RGB is 67 - color contains mainly: blue. Hex color #3F0343 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F0343 is #C0FCBC. Grayscale: #1C1C1C. Windows color (decimal): -12647613 or 4391743. OLE color: 4391743.
HSL color Cylindrical-coordinate representation of color #3F0343: hue angle of 296.25º degrees, saturation: 0.91, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3F0343 is Cyan = 0.06, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 63 | 3 | 67 | - |
| CMYK | 0.06 | 0.96 | 0 | 0.74 |
| HSL | 296.25º | 0.91% | 0.14% | - |
| HSV(B) | 296.25º | 0.96% | 0.26% | - |
| XYZ | 3.1 | 1.53 | 5.44 | - |
| YUV | 28.24 | 149.88 | 152.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 3 | 67 | 0.06 | 0.96 | 0 | 0.74 | 296.25 | 0.91 | 0.14 |
| Hex | 3F | 3 | 43 | 6 | 60 | 0 | 4A | 128 | 5B | E |
| Octal | 77 | 3 | 103 | 6 | 140 | 0 | 112 | 450 | 133 | 16 |
| Binary | 111111 | 11 | 1000011 | 110 | 1100000 | 0 | 1001010 | 100101000 | 1011011 | 1110 |
Color Harmonies of #3F0343
Complementary color
Monochromatic Colors of #3F0343
Black with #3F0343
Text Example
Text Example
White with #3F0343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0343; }
p { color: rgb(63,3,67); }
H1.HeaderClassName
{
color: #3F0343;
}
.AnyTagClassName
{
color: #3F0343;
}
</style>
background-color css
<style>
a { background-color: #3F0343; }
a { background-color: rgb(63,3,67); }
div.DivClassName
{
background-color: #3F0343;
}
.BgClassName
{
background-color: #3F0343;
}
</style>
border-color css
<style>
span { border-color: #3F0343; }
span { border-color: rgb(63,3,67); }
td.TdClassName
{
border-color: #3F0343;
}
.TagClassName
{
border-color: #3F0343;
}
</style>