Shades of Mardi Gras #38243A
Tints of Mardi Gras #38243A
RGB
CMYK
RGB Variations
Color information
#38243A (or 0x38243A) is known color: Mardi Gras. HEX triplet: 38, 24 and 3A. RGB value is (56,36,58). Sum of RGB (Red+Green+Blue) = 56+36+58=150 (19% of max value = 765). Red value is 56 (22.27% from 255 or 37.33% from 150); Green value is 36 (14.45% from 255 or 24% from 150); Blue value is 58 (23.05% from 255 or 38.67% from 150); Max value from RGB is 58 - color contains mainly: blue. Hex color #38243A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38243A is #C7DBC5. Grayscale: #2C2C2C. Windows color (decimal): -13097926 or 3810360. OLE color: 3810360.
HSL color Cylindrical-coordinate representation of color #38243A: hue angle of 294.55º degrees, saturation: 0.23, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #38243A is Cyan = 0.03, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 56 | 36 | 58 | - |
| CMYK | 0.03 | 0.38 | 0 | 0.77 |
| HSL | 294.55º | 0.23% | 0.18% | - |
| HSV(B) | 294.55º | 0.38% | 0.23% | - |
| XYZ | 3.03 | 2.41 | 4.31 | - |
| YUV | 44.49 | 135.63 | 136.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 36 | 58 | 0.03 | 0.38 | 0 | 0.77 | 294.55 | 0.23 | 0.18 |
| Hex | 38 | 24 | 3A | 3 | 26 | 0 | 4D | 127 | 17 | 12 |
| Octal | 70 | 44 | 72 | 3 | 46 | 0 | 115 | 447 | 27 | 22 |
| Binary | 111000 | 100100 | 111010 | 11 | 100110 | 0 | 1001101 | 100100111 | 10111 | 10010 |
Color Harmonies of #38243A
Complementary color
Monochromatic Colors of #38243A
Black with #38243A
Text Example
Text Example
White with #38243A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38243A; }
p { color: rgb(56,36,58); }
H1.HeaderClassName
{
color: #38243A;
}
.AnyTagClassName
{
color: #38243A;
}
</style>
background-color css
<style>
a { background-color: #38243A; }
a { background-color: rgb(56,36,58); }
div.DivClassName
{
background-color: #38243A;
}
.BgClassName
{
background-color: #38243A;
}
</style>
border-color css
<style>
span { border-color: #38243A; }
span { border-color: rgb(56,36,58); }
td.TdClassName
{
border-color: #38243A;
}
.TagClassName
{
border-color: #38243A;
}
</style>