Shades of Mardi Gras #38083D
Tints of Mardi Gras #38083D
RGB
CMYK
RGB Variations
Color information
#38083D (or 0x38083D) is known color: Mardi Gras. HEX triplet: 38, 08 and 3D. RGB value is (56,8,61). Sum of RGB (Red+Green+Blue) = 56+8+61=125 (16% of max value = 765). Red value is 56 (22.27% from 255 or 44.8% from 125); Green value is 8 (3.52% from 255 or 6.4% from 125); Blue value is 61 (24.22% from 255 or 48.8% from 125); Max value from RGB is 61 - color contains mainly: blue. Hex color #38083D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38083D is #C7F7C2. Grayscale: #1C1C1C. Windows color (decimal): -13105091 or 3999800. OLE color: 3999800.
HSL color Cylindrical-coordinate representation of color #38083D: hue angle of 294.34º degrees, saturation: 0.77, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #38083D is Cyan = 0.08, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 56 | 8 | 61 | - |
| CMYK | 0.08 | 0.87 | 0 | 0.76 |
| HSL | 294.34º | 0.77% | 0.14% | - |
| HSV(B) | 294.34º | 0.87% | 0.24% | - |
| XYZ | 2.56 | 1.35 | 4.54 | - |
| YUV | 28.39 | 146.4 | 147.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 8 | 61 | 0.08 | 0.87 | 0 | 0.76 | 294.34 | 0.77 | 0.14 |
| Hex | 38 | 8 | 3D | 8 | 57 | 0 | 4C | 126 | 4D | E |
| Octal | 70 | 10 | 75 | 10 | 127 | 0 | 114 | 446 | 115 | 16 |
| Binary | 111000 | 1000 | 111101 | 1000 | 1010111 | 0 | 1001100 | 100100110 | 1001101 | 1110 |
Color Harmonies of #38083D
Complementary color
Monochromatic Colors of #38083D
Black with #38083D
Text Example
Text Example
White with #38083D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38083D; }
p { color: rgb(56,8,61); }
H1.HeaderClassName
{
color: #38083D;
}
.AnyTagClassName
{
color: #38083D;
}
</style>
background-color css
<style>
a { background-color: #38083D; }
a { background-color: rgb(56,8,61); }
div.DivClassName
{
background-color: #38083D;
}
.BgClassName
{
background-color: #38083D;
}
</style>
border-color css
<style>
span { border-color: #38083D; }
span { border-color: rgb(56,8,61); }
td.TdClassName
{
border-color: #38083D;
}
.TagClassName
{
border-color: #38083D;
}
</style>