Shades of Mardi Gras #38103E
Tints of Mardi Gras #38103E
RGB
CMYK
RGB Variations
Color information
#38103E (or 0x38103E) is known color: Mardi Gras. HEX triplet: 38, 10 and 3E. RGB value is (56,16,62). Sum of RGB (Red+Green+Blue) = 56+16+62=134 (17% of max value = 765). Red value is 56 (22.27% from 255 or 41.79% from 134); Green value is 16 (6.64% from 255 or 11.94% from 134); Blue value is 62 (24.61% from 255 or 46.27% from 134); Max value from RGB is 62 - color contains mainly: blue. Hex color #38103E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38103E is #C7EFC1. Grayscale: #212121. Windows color (decimal): -13103042 or 4067384. OLE color: 4067384.
HSL color Cylindrical-coordinate representation of color #38103E: hue angle of 292.17º degrees, saturation: 0.59, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #38103E is Cyan = 0.10, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 56 | 16 | 62 | - |
| CMYK | 0.10 | 0.74 | 0 | 0.76 |
| HSL | 292.17º | 0.59% | 0.15% | - |
| HSV(B) | 292.17º | 0.74% | 0.24% | - |
| XYZ | 2.69 | 1.56 | 4.72 | - |
| YUV | 33.2 | 144.25 | 144.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 16 | 62 | 0.10 | 0.74 | 0 | 0.76 | 292.17 | 0.59 | 0.15 |
| Hex | 38 | 10 | 3E | A | 4A | 0 | 4C | 124 | 3B | F |
| Octal | 70 | 20 | 76 | 12 | 112 | 0 | 114 | 444 | 73 | 17 |
| Binary | 111000 | 10000 | 111110 | 1010 | 1001010 | 0 | 1001100 | 100100100 | 111011 | 1111 |
Color Harmonies of #38103E
Complementary color
Monochromatic Colors of #38103E
Black with #38103E
Text Example
Text Example
White with #38103E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38103E; }
p { color: rgb(56,16,62); }
H1.HeaderClassName
{
color: #38103E;
}
.AnyTagClassName
{
color: #38103E;
}
</style>
background-color css
<style>
a { background-color: #38103E; }
a { background-color: rgb(56,16,62); }
div.DivClassName
{
background-color: #38103E;
}
.BgClassName
{
background-color: #38103E;
}
</style>
border-color css
<style>
span { border-color: #38103E; }
span { border-color: rgb(56,16,62); }
td.TdClassName
{
border-color: #38103E;
}
.TagClassName
{
border-color: #38103E;
}
</style>