Shades of Mardi Gras #38013D
Tints of Mardi Gras #38013D
RGB
CMYK
RGB Variations
Color information
#38013D (or 0x38013D) is known color: Mardi Gras. HEX triplet: 38, 01 and 3D. RGB value is (56,1,61). Sum of RGB (Red+Green+Blue) = 56+1+61=118 (15% of max value = 765). Red value is 56 (22.27% from 255 or 47.46% from 118); Green value is 1 (0.78% from 255 or 0.85% from 118); Blue value is 61 (24.22% from 255 or 51.69% from 118); Max value from RGB is 61 - color contains mainly: blue. Hex color #38013D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38013D is #C7FEC2. Grayscale: #181818. Windows color (decimal): -13106883 or 3998008. OLE color: 3998008.
HSL color Cylindrical-coordinate representation of color #38013D: hue angle of 295º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #38013D is Cyan = 0.08, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 56 | 1 | 61 | - |
| CMYK | 0.08 | 0.98 | 0 | 0.76 |
| HSL | 295º | 0.97% | 0.12% | - |
| HSV(B) | 295º | 0.98% | 0.24% | - |
| XYZ | 2.48 | 1.2 | 4.52 | - |
| YUV | 24.29 | 148.72 | 150.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 1 | 61 | 0.08 | 0.98 | 0 | 0.76 | 295 | 0.97 | 0.12 |
| Hex | 38 | 1 | 3D | 8 | 62 | 0 | 4C | 127 | 61 | C |
| Octal | 70 | 1 | 75 | 10 | 142 | 0 | 114 | 447 | 141 | 14 |
| Binary | 111000 | 1 | 111101 | 1000 | 1100010 | 0 | 1001100 | 100100111 | 1100001 | 1100 |
Color Harmonies of #38013D
Complementary color
Monochromatic Colors of #38013D
Black with #38013D
Text Example
Text Example
White with #38013D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38013D; }
p { color: rgb(56,1,61); }
H1.HeaderClassName
{
color: #38013D;
}
.AnyTagClassName
{
color: #38013D;
}
</style>
background-color css
<style>
a { background-color: #38013D; }
a { background-color: rgb(56,1,61); }
div.DivClassName
{
background-color: #38013D;
}
.BgClassName
{
background-color: #38013D;
}
</style>
border-color css
<style>
span { border-color: #38013D; }
span { border-color: rgb(56,1,61); }
td.TdClassName
{
border-color: #38013D;
}
.TagClassName
{
border-color: #38013D;
}
</style>