Shades of Mardi Gras #3F123B
Tints of Mardi Gras #3F123B
RGB
CMYK
RGB Variations
Color information
#3F123B (or 0x3F123B) is known color: Mardi Gras. HEX triplet: 3F, 12 and 3B. RGB value is (63,18,59). Sum of RGB (Red+Green+Blue) = 63+18+59=140 (18% of max value = 765). Red value is 63 (25% from 255 or 45% from 140); Green value is 18 (7.42% from 255 or 12.86% from 140); Blue value is 59 (23.44% from 255 or 42.14% from 140); Max value from RGB is 63 - color contains mainly: red. Hex color #3F123B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F123B is #C0EDC4. Grayscale: #242424. Windows color (decimal): -12643781 or 3871295. OLE color: 3871295.
HSL color Cylindrical-coordinate representation of color #3F123B: hue angle of 305.33º degrees, saturation: 0.56, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3F123B is Cyan = 0, Magento = 0.71, Yellow = 0.06 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 18 | 59 | - |
| CMYK | 0 | 0.71 | 0.06 | 0.75 |
| HSL | 305.33º | 0.56% | 0.16% | - |
| HSV(B) | 305.33º | 0.71% | 0.25% | - |
| XYZ | 3.06 | 1.81 | 4.33 | - |
| YUV | 36.13 | 140.91 | 147.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 18 | 59 | 0 | 0.71 | 0.06 | 0.75 | 305.33 | 0.56 | 0.16 |
| Hex | 3F | 12 | 3B | 0 | 47 | 6 | 4B | 131 | 38 | 10 |
| Octal | 77 | 22 | 73 | 0 | 107 | 6 | 113 | 461 | 70 | 20 |
| Binary | 111111 | 10010 | 111011 | 0 | 1000111 | 110 | 1001011 | 100110001 | 111000 | 10000 |
Color Harmonies of #3F123B
Complementary color
Monochromatic Colors of #3F123B
Black with #3F123B
Text Example
Text Example
White with #3F123B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F123B; }
p { color: rgb(63,18,59); }
H1.HeaderClassName
{
color: #3F123B;
}
.AnyTagClassName
{
color: #3F123B;
}
</style>
background-color css
<style>
a { background-color: #3F123B; }
a { background-color: rgb(63,18,59); }
div.DivClassName
{
background-color: #3F123B;
}
.BgClassName
{
background-color: #3F123B;
}
</style>
border-color css
<style>
span { border-color: #3F123B; }
span { border-color: rgb(63,18,59); }
td.TdClassName
{
border-color: #3F123B;
}
.TagClassName
{
border-color: #3F123B;
}
</style>