Shades of Mardi Gras #441B44
Tints of Mardi Gras #441B44
RGB
CMYK
RGB Variations
Color information
#441B44 (or 0x441B44) is known color: Mardi Gras. HEX triplet: 44, 1B and 44. RGB value is (68,27,68). Sum of RGB (Red+Green+Blue) = 68+27+68=163 (21% of max value = 765). Red value is 68 (26.95% from 255 or 41.72% from 163); Green value is 27 (10.94% from 255 or 16.56% from 163); Blue value is 68 (26.95% from 255 or 41.72% from 163); Max value from RGB is 68 - color contains mainly: red, blue. Hex color #441B44 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #441B44 is #BBE4BB. Grayscale: #2B2B2B. Windows color (decimal): -12313788 or 4463428. OLE color: 4463428.
HSL color Cylindrical-coordinate representation of color #441B44: hue angle of 300º degrees, saturation: 0.43, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #441B44 is Cyan = 0, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 27 | 68 | - |
| CMYK | 0 | 0.60 | 0 | 0.73 |
| HSL | 300º | 0.43% | 0.19% | - |
| HSV(B) | 300º | 0.6% | 0.27% | - |
| XYZ | 3.82 | 2.43 | 5.74 | - |
| YUV | 43.93 | 141.58 | 145.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 27 | 68 | 0 | 0.60 | 0 | 0.73 | 300 | 0.43 | 0.19 |
| Hex | 44 | 1B | 44 | 0 | 3C | 0 | 49 | 12C | 2B | 13 |
| Octal | 104 | 33 | 104 | 0 | 74 | 0 | 111 | 454 | 53 | 23 |
| Binary | 1000100 | 11011 | 1000100 | 0 | 111100 | 0 | 1001001 | 100101100 | 101011 | 10011 |
Color Harmonies of #441B44
Complementary color
Monochromatic Colors of #441B44
Black with #441B44
Text Example
Text Example
White with #441B44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #441B44; }
p { color: rgb(68,27,68); }
H1.HeaderClassName
{
color: #441B44;
}
.AnyTagClassName
{
color: #441B44;
}
</style>
background-color css
<style>
a { background-color: #441B44; }
a { background-color: rgb(68,27,68); }
div.DivClassName
{
background-color: #441B44;
}
.BgClassName
{
background-color: #441B44;
}
</style>
border-color css
<style>
span { border-color: #441B44; }
span { border-color: rgb(68,27,68); }
td.TdClassName
{
border-color: #441B44;
}
.TagClassName
{
border-color: #441B44;
}
</style>