Shades of Mardi Gras #38123E
Tints of Mardi Gras #38123E
RGB
CMYK
RGB Variations
Color information
#38123E (or 0x38123E) is known color: Mardi Gras. HEX triplet: 38, 12 and 3E. RGB value is (56,18,62). Sum of RGB (Red+Green+Blue) = 56+18+62=136 (18% of max value = 765). Red value is 56 (22.27% from 255 or 41.18% from 136); Green value is 18 (7.42% from 255 or 13.24% from 136); Blue value is 62 (24.61% from 255 or 45.59% from 136); Max value from RGB is 62 - color contains mainly: blue. Hex color #38123E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38123E is #C7EDC1. Grayscale: #222222. Windows color (decimal): -13102530 or 4067896. OLE color: 4067896.
HSL color Cylindrical-coordinate representation of color #38123E: hue angle of 291.82º degrees, saturation: 0.55, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #38123E is Cyan = 0.10, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 56 | 18 | 62 | - |
| CMYK | 0.10 | 0.71 | 0 | 0.76 |
| HSL | 291.82º | 0.55% | 0.16% | - |
| HSV(B) | 291.82º | 0.71% | 0.24% | - |
| XYZ | 2.72 | 1.62 | 4.73 | - |
| YUV | 34.38 | 143.59 | 143.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 18 | 62 | 0.10 | 0.71 | 0 | 0.76 | 291.82 | 0.55 | 0.16 |
| Hex | 38 | 12 | 3E | A | 47 | 0 | 4C | 124 | 37 | 10 |
| Octal | 70 | 22 | 76 | 12 | 107 | 0 | 114 | 444 | 67 | 20 |
| Binary | 111000 | 10010 | 111110 | 1010 | 1000111 | 0 | 1001100 | 100100100 | 110111 | 10000 |
Color Harmonies of #38123E
Complementary color
Monochromatic Colors of #38123E
Black with #38123E
Text Example
Text Example
White with #38123E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38123E; }
p { color: rgb(56,18,62); }
H1.HeaderClassName
{
color: #38123E;
}
.AnyTagClassName
{
color: #38123E;
}
</style>
background-color css
<style>
a { background-color: #38123E; }
a { background-color: rgb(56,18,62); }
div.DivClassName
{
background-color: #38123E;
}
.BgClassName
{
background-color: #38123E;
}
</style>
border-color css
<style>
span { border-color: #38123E; }
span { border-color: rgb(56,18,62); }
td.TdClassName
{
border-color: #38123E;
}
.TagClassName
{
border-color: #38123E;
}
</style>