Shades of Mardi Gras #38003D
Tints of Mardi Gras #38003D
RGB
CMYK
RGB Variations
Color information
#38003D (or 0x38003D) is known color: Mardi Gras. HEX triplet: 38, 00 and 3D. RGB value is (56,0,61). Sum of RGB (Red+Green+Blue) = 56+0+61=117 (15% of max value = 765). Red value is 56 (22.27% from 255 or 47.86% from 117); Green value is 0 (0.39% from 255 or 0% from 117); Blue value is 61 (24.22% from 255 or 52.14% from 117); Max value from RGB is 61 - color contains mainly: blue. Hex color #38003D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38003D is #C7FFC2. Grayscale: #171717. Windows color (decimal): -13107139 or 3997752. OLE color: 3997752.
HSL color Cylindrical-coordinate representation of color #38003D: hue angle of 295.08º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 1%. Process color model (Four color, CMYK) of #38003D is Cyan = 0.08, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 56 | 0 | 61 | - |
| CMYK | 0.08 | 1 | 0 | 0.76 |
| HSL | 295.08º | 1% | 0.12% | - |
| HSV(B) | 295.08º | 1% | 0.24% | - |
| XYZ | 2.47 | 1.18 | 4.51 | - |
| YUV | 23.7 | 149.05 | 151.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 0 | 61 | 0.08 | 1 | 0 | 0.76 | 295.08 | 1 | 0.12 |
| Hex | 38 | 0 | 3D | 8 | 64 | 0 | 4C | 127 | 64 | C |
| Octal | 70 | 0 | 75 | 10 | 144 | 0 | 114 | 447 | 144 | 14 |
| Binary | 111000 | 0 | 111101 | 1000 | 1100100 | 0 | 1001100 | 100100111 | 1100100 | 1100 |
Color Harmonies of #38003D
Complementary color
Monochromatic Colors of #38003D
Black with #38003D
Text Example
Text Example
White with #38003D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38003D; }
p { color: rgb(56,0,61); }
H1.HeaderClassName
{
color: #38003D;
}
.AnyTagClassName
{
color: #38003D;
}
</style>
background-color css
<style>
a { background-color: #38003D; }
a { background-color: rgb(56,0,61); }
div.DivClassName
{
background-color: #38003D;
}
.BgClassName
{
background-color: #38003D;
}
</style>
border-color css
<style>
span { border-color: #38003D; }
span { border-color: rgb(56,0,61); }
td.TdClassName
{
border-color: #38003D;
}
.TagClassName
{
border-color: #38003D;
}
</style>