Shades of Mardi Gras #38193A
Tints of Mardi Gras #38193A
RGB
CMYK
RGB Variations
Color information
#38193A (or 0x38193A) is known color: Mardi Gras. HEX triplet: 38, 19 and 3A. RGB value is (56,25,58). Sum of RGB (Red+Green+Blue) = 56+25+58=139 (18% of max value = 765). Red value is 56 (22.27% from 255 or 40.29% from 139); Green value is 25 (10.16% from 255 or 17.99% from 139); Blue value is 58 (23.05% from 255 or 41.73% from 139); Max value from RGB is 58 - color contains mainly: blue. Hex color #38193A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38193A is #C7E6C5. Grayscale: #252525. Windows color (decimal): -13100742 or 3807544. OLE color: 3807544.
HSL color Cylindrical-coordinate representation of color #38193A: hue angle of 296.36º degrees, saturation: 0.4, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #38193A is Cyan = 0.03, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 56 | 25 | 58 | - |
| CMYK | 0.03 | 0.57 | 0 | 0.77 |
| HSL | 296.36º | 0.4% | 0.16% | - |
| HSV(B) | 296.36º | 0.57% | 0.23% | - |
| XYZ | 2.74 | 1.84 | 4.21 | - |
| YUV | 38.03 | 139.27 | 140.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 25 | 58 | 0.03 | 0.57 | 0 | 0.77 | 296.36 | 0.4 | 0.16 |
| Hex | 38 | 19 | 3A | 3 | 39 | 0 | 4D | 128 | 28 | 10 |
| Octal | 70 | 31 | 72 | 3 | 71 | 0 | 115 | 450 | 50 | 20 |
| Binary | 111000 | 11001 | 111010 | 11 | 111001 | 0 | 1001101 | 100101000 | 101000 | 10000 |
Color Harmonies of #38193A
Complementary color
Monochromatic Colors of #38193A
Black with #38193A
Text Example
Text Example
White with #38193A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38193A; }
p { color: rgb(56,25,58); }
H1.HeaderClassName
{
color: #38193A;
}
.AnyTagClassName
{
color: #38193A;
}
</style>
background-color css
<style>
a { background-color: #38193A; }
a { background-color: rgb(56,25,58); }
div.DivClassName
{
background-color: #38193A;
}
.BgClassName
{
background-color: #38193A;
}
</style>
border-color css
<style>
span { border-color: #38193A; }
span { border-color: rgb(56,25,58); }
td.TdClassName
{
border-color: #38193A;
}
.TagClassName
{
border-color: #38193A;
}
</style>