Shades of Mardi Gras #400238
Tints of Mardi Gras #400238
RGB
CMYK
RGB Variations
Color information
#400238 (or 0x400238) is known color: Mardi Gras. HEX triplet: 40, 02 and 38. RGB value is (64,2,56). Sum of RGB (Red+Green+Blue) = 64+2+56=122 (16% of max value = 765). Red value is 64 (25.39% from 255 or 52.46% from 122); Green value is 2 (1.17% from 255 or 1.64% from 122); Blue value is 56 (22.27% from 255 or 45.90% from 122); Max value from RGB is 64 - color contains mainly: red. Hex color #400238 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400238 is #BFFDC7. Grayscale: #1A1A1A. Windows color (decimal): -12582344 or 3670592. OLE color: 3670592.
HSL color Cylindrical-coordinate representation of color #400238: hue angle of 307.74º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #400238 is Cyan = 0, Magento = 0.97, Yellow = 0.13 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 2 | 56 | - |
| CMYK | 0 | 0.97 | 0.13 | 0.75 |
| HSL | 307.74º | 0.94% | 0.13% | - |
| HSV(B) | 307.74º | 0.97% | 0.25% | - |
| XYZ | 2.85 | 1.42 | 3.87 | - |
| YUV | 26.69 | 144.54 | 154.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 2 | 56 | 0 | 0.97 | 0.13 | 0.75 | 307.74 | 0.94 | 0.13 |
| Hex | 40 | 2 | 38 | 0 | 61 | D | 4B | 134 | 5E | D |
| Octal | 100 | 2 | 70 | 0 | 141 | 15 | 113 | 464 | 136 | 15 |
| Binary | 1000000 | 10 | 111000 | 0 | 1100001 | 1101 | 1001011 | 100110100 | 1011110 | 1101 |
Color Harmonies of #400238
Complementary color
Monochromatic Colors of #400238
Black with #400238
Text Example
Text Example
White with #400238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400238; }
p { color: rgb(64,2,56); }
H1.HeaderClassName
{
color: #400238;
}
.AnyTagClassName
{
color: #400238;
}
</style>
background-color css
<style>
a { background-color: #400238; }
a { background-color: rgb(64,2,56); }
div.DivClassName
{
background-color: #400238;
}
.BgClassName
{
background-color: #400238;
}
</style>
border-color css
<style>
span { border-color: #400238; }
span { border-color: rgb(64,2,56); }
td.TdClassName
{
border-color: #400238;
}
.TagClassName
{
border-color: #400238;
}
</style>