Shades of Mardi Gras #38233A
Tints of Mardi Gras #38233A
RGB
CMYK
RGB Variations
Color information
#38233A (or 0x38233A) is known color: Mardi Gras. HEX triplet: 38, 23 and 3A. RGB value is (56,35,58). Sum of RGB (Red+Green+Blue) = 56+35+58=149 (19% of max value = 765). Red value is 56 (22.27% from 255 or 37.58% from 149); Green value is 35 (14.06% from 255 or 23.49% from 149); Blue value is 58 (23.05% from 255 or 38.93% from 149); Max value from RGB is 58 - color contains mainly: blue. Hex color #38233A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38233A is #C7DCC5. Grayscale: #2B2B2B. Windows color (decimal): -13098182 or 3810104. OLE color: 3810104.
HSL color Cylindrical-coordinate representation of color #38233A: hue angle of 294.78º degrees, saturation: 0.25, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #38233A is Cyan = 0.03, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 56 | 35 | 58 | - |
| CMYK | 0.03 | 0.40 | 0 | 0.77 |
| HSL | 294.78º | 0.25% | 0.18% | - |
| HSV(B) | 294.78º | 0.4% | 0.23% | - |
| XYZ | 3 | 2.35 | 4.3 | - |
| YUV | 43.9 | 135.96 | 136.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 35 | 58 | 0.03 | 0.40 | 0 | 0.77 | 294.78 | 0.25 | 0.18 |
| Hex | 38 | 23 | 3A | 3 | 28 | 0 | 4D | 127 | 19 | 12 |
| Octal | 70 | 43 | 72 | 3 | 50 | 0 | 115 | 447 | 31 | 22 |
| Binary | 111000 | 100011 | 111010 | 11 | 101000 | 0 | 1001101 | 100100111 | 11001 | 10010 |
Color Harmonies of #38233A
Complementary color
Monochromatic Colors of #38233A
Black with #38233A
Text Example
Text Example
White with #38233A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38233A; }
p { color: rgb(56,35,58); }
H1.HeaderClassName
{
color: #38233A;
}
.AnyTagClassName
{
color: #38233A;
}
</style>
background-color css
<style>
a { background-color: #38233A; }
a { background-color: rgb(56,35,58); }
div.DivClassName
{
background-color: #38233A;
}
.BgClassName
{
background-color: #38233A;
}
</style>
border-color css
<style>
span { border-color: #38233A; }
span { border-color: rgb(56,35,58); }
td.TdClassName
{
border-color: #38233A;
}
.TagClassName
{
border-color: #38233A;
}
</style>