Shades of Mardi Gras #3F143B
Tints of Mardi Gras #3F143B
RGB
CMYK
RGB Variations
Color information
#3F143B (or 0x3F143B) is known color: Mardi Gras. HEX triplet: 3F, 14 and 3B. RGB value is (63,20,59). Sum of RGB (Red+Green+Blue) = 63+20+59=142 (18% of max value = 765). Red value is 63 (25% from 255 or 44.37% from 142); Green value is 20 (8.20% from 255 or 14.08% from 142); Blue value is 59 (23.44% from 255 or 41.55% from 142); Max value from RGB is 63 - color contains mainly: red. Hex color #3F143B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F143B is #C0EBC4. Grayscale: #252525. Windows color (decimal): -12643269 or 3871807. OLE color: 3871807.
HSL color Cylindrical-coordinate representation of color #3F143B: hue angle of 305.58º degrees, saturation: 0.52, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3F143B is Cyan = 0, Magento = 0.68, Yellow = 0.06 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 20 | 59 | - |
| CMYK | 0 | 0.68 | 0.06 | 0.75 |
| HSL | 305.58º | 0.52% | 0.16% | - |
| HSV(B) | 305.58º | 0.68% | 0.25% | - |
| XYZ | 3.09 | 1.87 | 4.34 | - |
| YUV | 37.3 | 140.25 | 146.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 20 | 59 | 0 | 0.68 | 0.06 | 0.75 | 305.58 | 0.52 | 0.16 |
| Hex | 3F | 14 | 3B | 0 | 44 | 6 | 4B | 132 | 34 | 10 |
| Octal | 77 | 24 | 73 | 0 | 104 | 6 | 113 | 462 | 64 | 20 |
| Binary | 111111 | 10100 | 111011 | 0 | 1000100 | 110 | 1001011 | 100110010 | 110100 | 10000 |
Color Harmonies of #3F143B
Complementary color
Monochromatic Colors of #3F143B
Black with #3F143B
Text Example
Text Example
White with #3F143B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F143B; }
p { color: rgb(63,20,59); }
H1.HeaderClassName
{
color: #3F143B;
}
.AnyTagClassName
{
color: #3F143B;
}
</style>
background-color css
<style>
a { background-color: #3F143B; }
a { background-color: rgb(63,20,59); }
div.DivClassName
{
background-color: #3F143B;
}
.BgClassName
{
background-color: #3F143B;
}
</style>
border-color css
<style>
span { border-color: #3F143B; }
span { border-color: rgb(63,20,59); }
td.TdClassName
{
border-color: #3F143B;
}
.TagClassName
{
border-color: #3F143B;
}
</style>