Shades of Mardi Gras #38103C
Tints of Mardi Gras #38103C
RGB
CMYK
RGB Variations
Color information
#38103C (or 0x38103C) is known color: Mardi Gras. HEX triplet: 38, 10 and 3C. RGB value is (56,16,60). Sum of RGB (Red+Green+Blue) = 56+16+60=132 (17% of max value = 765). Red value is 56 (22.27% from 255 or 42.42% from 132); Green value is 16 (6.64% from 255 or 12.12% from 132); Blue value is 60 (23.83% from 255 or 45.45% from 132); Max value from RGB is 60 - color contains mainly: blue. Hex color #38103C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38103C is #C7EFC3. Grayscale: #202020. Windows color (decimal): -13103044 or 3936312. OLE color: 3936312.
HSL color Cylindrical-coordinate representation of color #38103C: hue angle of 294.55º degrees, saturation: 0.58, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #38103C is Cyan = 0.07, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 56 | 16 | 60 | - |
| CMYK | 0.07 | 0.73 | 0 | 0.76 |
| HSL | 294.55º | 0.58% | 0.15% | - |
| HSV(B) | 294.55º | 0.73% | 0.24% | - |
| XYZ | 2.63 | 1.54 | 4.43 | - |
| YUV | 32.98 | 143.25 | 144.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 16 | 60 | 0.07 | 0.73 | 0 | 0.76 | 294.55 | 0.58 | 0.15 |
| Hex | 38 | 10 | 3C | 7 | 49 | 0 | 4C | 127 | 3A | F |
| Octal | 70 | 20 | 74 | 7 | 111 | 0 | 114 | 447 | 72 | 17 |
| Binary | 111000 | 10000 | 111100 | 111 | 1001001 | 0 | 1001100 | 100100111 | 111010 | 1111 |
Color Harmonies of #38103C
Complementary color
Monochromatic Colors of #38103C
Black with #38103C
Text Example
Text Example
White with #38103C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38103C; }
p { color: rgb(56,16,60); }
H1.HeaderClassName
{
color: #38103C;
}
.AnyTagClassName
{
color: #38103C;
}
</style>
background-color css
<style>
a { background-color: #38103C; }
a { background-color: rgb(56,16,60); }
div.DivClassName
{
background-color: #38103C;
}
.BgClassName
{
background-color: #38103C;
}
</style>
border-color css
<style>
span { border-color: #38103C; }
span { border-color: rgb(56,16,60); }
td.TdClassName
{
border-color: #38103C;
}
.TagClassName
{
border-color: #38103C;
}
</style>