Shades of Mardi Gras #441B42
Tints of Mardi Gras #441B42
RGB
CMYK
RGB Variations
Color information
#441B42 (or 0x441B42) is known color: Mardi Gras. HEX triplet: 44, 1B and 42. RGB value is (68,27,66). Sum of RGB (Red+Green+Blue) = 68+27+66=161 (21% of max value = 765). Red value is 68 (26.95% from 255 or 42.24% from 161); Green value is 27 (10.94% from 255 or 16.77% from 161); Blue value is 66 (26.17% from 255 or 40.99% from 161); Max value from RGB is 68 - color contains mainly: red. Hex color #441B42 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #441B42 is #BBE4BD. Grayscale: #2B2B2B. Windows color (decimal): -12313790 or 4332356. OLE color: 4332356.
HSL color Cylindrical-coordinate representation of color #441B42: hue angle of 302.93º 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 #441B42 is Cyan = 0, Magento = 0.60, Yellow = 0.03 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 27 | 66 | - |
| CMYK | 0 | 0.60 | 0.03 | 0.73 |
| HSL | 302.93º | 0.43% | 0.19% | - |
| HSV(B) | 302.93º | 0.6% | 0.27% | - |
| XYZ | 3.76 | 2.41 | 5.42 | - |
| YUV | 43.71 | 140.58 | 145.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 27 | 66 | 0 | 0.60 | 0.03 | 0.73 | 302.93 | 0.43 | 0.19 |
| Hex | 44 | 1B | 42 | 0 | 3C | 3 | 49 | 12F | 2B | 13 |
| Octal | 104 | 33 | 102 | 0 | 74 | 3 | 111 | 457 | 53 | 23 |
| Binary | 1000100 | 11011 | 1000010 | 0 | 111100 | 11 | 1001001 | 100101111 | 101011 | 10011 |
Color Harmonies of #441B42
Complementary color
Monochromatic Colors of #441B42
Black with #441B42
Text Example
Text Example
White with #441B42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #441B42; }
p { color: rgb(68,27,66); }
H1.HeaderClassName
{
color: #441B42;
}
.AnyTagClassName
{
color: #441B42;
}
</style>
background-color css
<style>
a { background-color: #441B42; }
a { background-color: rgb(68,27,66); }
div.DivClassName
{
background-color: #441B42;
}
.BgClassName
{
background-color: #441B42;
}
</style>
border-color css
<style>
span { border-color: #441B42; }
span { border-color: rgb(68,27,66); }
td.TdClassName
{
border-color: #441B42;
}
.TagClassName
{
border-color: #441B42;
}
</style>