Shades of Mardi Gras #3F1945
Tints of Mardi Gras #3F1945
RGB
CMYK
RGB Variations
Color information
#3F1945 (or 0x3F1945) is known color: Mardi Gras. HEX triplet: 3F, 19 and 45. RGB value is (63,25,69). Sum of RGB (Red+Green+Blue) = 63+25+69=157 (20% of max value = 765). Red value is 63 (25% from 255 or 40.13% from 157); Green value is 25 (10.16% from 255 or 15.92% from 157); Blue value is 69 (27.34% from 255 or 43.95% from 157); Max value from RGB is 69 - color contains mainly: blue. Hex color #3F1945 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F1945 is #C0E6BA. Grayscale: #292929. Windows color (decimal): -12641979 or 4528447. OLE color: 4528447.
HSL color Cylindrical-coordinate representation of color #3F1945: hue angle of 291.82º degrees, saturation: 0.47, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3F1945 is Cyan = 0.09, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 63 | 25 | 69 | - |
| CMYK | 0.09 | 0.64 | 0 | 0.73 |
| HSL | 291.82º | 0.47% | 0.18% | - |
| HSV(B) | 291.82º | 0.64% | 0.27% | - |
| XYZ | 3.47 | 2.18 | 5.87 | - |
| YUV | 41.38 | 143.59 | 143.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 25 | 69 | 0.09 | 0.64 | 0 | 0.73 | 291.82 | 0.47 | 0.18 |
| Hex | 3F | 19 | 45 | 9 | 40 | 0 | 49 | 124 | 2F | 12 |
| Octal | 77 | 31 | 105 | 11 | 100 | 0 | 111 | 444 | 57 | 22 |
| Binary | 111111 | 11001 | 1000101 | 1001 | 1000000 | 0 | 1001001 | 100100100 | 101111 | 10010 |
Color Harmonies of #3F1945
Complementary color
Monochromatic Colors of #3F1945
Black with #3F1945
Text Example
Text Example
White with #3F1945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F1945; }
p { color: rgb(63,25,69); }
H1.HeaderClassName
{
color: #3F1945;
}
.AnyTagClassName
{
color: #3F1945;
}
</style>
background-color css
<style>
a { background-color: #3F1945; }
a { background-color: rgb(63,25,69); }
div.DivClassName
{
background-color: #3F1945;
}
.BgClassName
{
background-color: #3F1945;
}
</style>
border-color css
<style>
span { border-color: #3F1945; }
span { border-color: rgb(63,25,69); }
td.TdClassName
{
border-color: #3F1945;
}
.TagClassName
{
border-color: #3F1945;
}
</style>