Shades of Mardi Gras #44003F
Tints of Mardi Gras #44003F
RGB
CMYK
RGB Variations
Color information
#44003F (or 0x44003F) is known color: Mardi Gras. HEX triplet: 44, 00 and 3F. RGB value is (68,0,63). Sum of RGB (Red+Green+Blue) = 68+0+63=131 (17% of max value = 765). Red value is 68 (26.95% from 255 or 51.91% from 131); Green value is 0 (0.39% from 255 or 0% from 131); Blue value is 63 (25% from 255 or 48.09% from 131); Max value from RGB is 68 - color contains mainly: red. Hex color #44003F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #44003F is #BBFFC0. Grayscale: #1B1B1B. Windows color (decimal): -12320705 or 4128836. OLE color: 4128836.
HSL color Cylindrical-coordinate representation of color #44003F: hue angle of 304.41º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #44003F is Cyan = 0, Magento = 1, Yellow = 0.07 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 0 | 63 | - |
| CMYK | 0 | 1 | 0.07 | 0.73 |
| HSL | 304.41º | 1% | 0.13% | - |
| HSV(B) | 304.41º | 1% | 0.27% | - |
| XYZ | 3.28 | 1.59 | 4.84 | - |
| YUV | 27.51 | 148.03 | 156.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 0 | 63 | 0 | 1 | 0.07 | 0.73 | 304.41 | 1 | 0.13 |
| Hex | 44 | 0 | 3F | 0 | 64 | 7 | 49 | 130 | 64 | D |
| Octal | 104 | 0 | 77 | 0 | 144 | 7 | 111 | 460 | 144 | 15 |
| Binary | 1000100 | 0 | 111111 | 0 | 1100100 | 111 | 1001001 | 100110000 | 1100100 | 1101 |
Color Harmonies of #44003F
Complementary color
Monochromatic Colors of #44003F
Black with #44003F
Text Example
Text Example
White with #44003F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44003F; }
p { color: rgb(68,0,63); }
H1.HeaderClassName
{
color: #44003F;
}
.AnyTagClassName
{
color: #44003F;
}
</style>
background-color css
<style>
a { background-color: #44003F; }
a { background-color: rgb(68,0,63); }
div.DivClassName
{
background-color: #44003F;
}
.BgClassName
{
background-color: #44003F;
}
</style>
border-color css
<style>
span { border-color: #44003F; }
span { border-color: rgb(68,0,63); }
td.TdClassName
{
border-color: #44003F;
}
.TagClassName
{
border-color: #44003F;
}
</style>