Shades of Mardi Gras #3F103A
Tints of Mardi Gras #3F103A
RGB
CMYK
RGB Variations
Color information
#3F103A (or 0x3F103A) is known color: Mardi Gras. HEX triplet: 3F, 10 and 3A. RGB value is (63,16,58). Sum of RGB (Red+Green+Blue) = 63+16+58=137 (18% of max value = 765). Red value is 63 (25% from 255 or 45.99% from 137); Green value is 16 (6.64% from 255 or 11.68% from 137); Blue value is 58 (23.05% from 255 or 42.34% from 137); Max value from RGB is 63 - color contains mainly: red. Hex color #3F103A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F103A is #C0EFC5. Grayscale: #222222. Windows color (decimal): -12644294 or 3805247. OLE color: 3805247.
HSL color Cylindrical-coordinate representation of color #3F103A: hue angle of 306.38º degrees, saturation: 0.59, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3F103A is Cyan = 0, Magento = 0.75, Yellow = 0.08 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 16 | 58 | - |
| CMYK | 0 | 0.75 | 0.08 | 0.75 |
| HSL | 306.38º | 0.59% | 0.15% | - |
| HSV(B) | 306.38º | 0.75% | 0.25% | - |
| XYZ | 3 | 1.73 | 4.18 | - |
| YUV | 34.84 | 141.07 | 148.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 16 | 58 | 0 | 0.75 | 0.08 | 0.75 | 306.38 | 0.59 | 0.15 |
| Hex | 3F | 10 | 3A | 0 | 4B | 8 | 4B | 132 | 3B | F |
| Octal | 77 | 20 | 72 | 0 | 113 | 10 | 113 | 462 | 73 | 17 |
| Binary | 111111 | 10000 | 111010 | 0 | 1001011 | 1000 | 1001011 | 100110010 | 111011 | 1111 |
Color Harmonies of #3F103A
Complementary color
Monochromatic Colors of #3F103A
Black with #3F103A
Text Example
Text Example
White with #3F103A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F103A; }
p { color: rgb(63,16,58); }
H1.HeaderClassName
{
color: #3F103A;
}
.AnyTagClassName
{
color: #3F103A;
}
</style>
background-color css
<style>
a { background-color: #3F103A; }
a { background-color: rgb(63,16,58); }
div.DivClassName
{
background-color: #3F103A;
}
.BgClassName
{
background-color: #3F103A;
}
</style>
border-color css
<style>
span { border-color: #3F103A; }
span { border-color: rgb(63,16,58); }
td.TdClassName
{
border-color: #3F103A;
}
.TagClassName
{
border-color: #3F103A;
}
</style>