Shades of Mardi Gras #38023A
Tints of Mardi Gras #38023A
RGB
CMYK
RGB Variations
Color information
#38023A (or 0x38023A) is known color: Mardi Gras. HEX triplet: 38, 02 and 3A. RGB value is (56,2,58). Sum of RGB (Red+Green+Blue) = 56+2+58=116 (15% of max value = 765). Red value is 56 (22.27% from 255 or 48.28% from 116); Green value is 2 (1.17% from 255 or 1.72% from 116); Blue value is 58 (23.05% from 255 or 50% from 116); Max value from RGB is 58 - color contains mainly: blue. Hex color #38023A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38023A is #C7FDC5. Grayscale: #181818. Windows color (decimal): -13106630 or 3801656. OLE color: 3801656.
HSL color Cylindrical-coordinate representation of color #38023A: hue angle of 297.86º degrees, saturation: 0.93, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #38023A is Cyan = 0.03, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 56 | 2 | 58 | - |
| CMYK | 0.03 | 0.97 | 0 | 0.77 |
| HSL | 297.86º | 0.93% | 0.12% | - |
| HSV(B) | 297.86º | 0.97% | 0.23% | - |
| XYZ | 2.42 | 1.19 | 4.11 | - |
| YUV | 24.53 | 146.89 | 150.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 2 | 58 | 0.03 | 0.97 | 0 | 0.77 | 297.86 | 0.93 | 0.12 |
| Hex | 38 | 2 | 3A | 3 | 61 | 0 | 4D | 12A | 5D | C |
| Octal | 70 | 2 | 72 | 3 | 141 | 0 | 115 | 452 | 135 | 14 |
| Binary | 111000 | 10 | 111010 | 11 | 1100001 | 0 | 1001101 | 100101010 | 1011101 | 1100 |
Color Harmonies of #38023A
Complementary color
Monochromatic Colors of #38023A
Black with #38023A
Text Example
Text Example
White with #38023A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38023A; }
p { color: rgb(56,2,58); }
H1.HeaderClassName
{
color: #38023A;
}
.AnyTagClassName
{
color: #38023A;
}
</style>
background-color css
<style>
a { background-color: #38023A; }
a { background-color: rgb(56,2,58); }
div.DivClassName
{
background-color: #38023A;
}
.BgClassName
{
background-color: #38023A;
}
</style>
border-color css
<style>
span { border-color: #38023A; }
span { border-color: rgb(56,2,58); }
td.TdClassName
{
border-color: #38023A;
}
.TagClassName
{
border-color: #38023A;
}
</style>