Shades of Mardi Gras #38153A
Tints of Mardi Gras #38153A
RGB
CMYK
RGB Variations
Color information
#38153A (or 0x38153A) is known color: Mardi Gras. HEX triplet: 38, 15 and 3A. RGB value is (56,21,58). Sum of RGB (Red+Green+Blue) = 56+21+58=135 (17% of max value = 765). Red value is 56 (22.27% from 255 or 41.48% from 135); Green value is 21 (8.59% from 255 or 15.56% from 135); Blue value is 58 (23.05% from 255 or 42.96% from 135); Max value from RGB is 58 - color contains mainly: blue. Hex color #38153A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38153A is #C7EAC5. Grayscale: #232323. Windows color (decimal): -13101766 or 3806520. OLE color: 3806520.
HSL color Cylindrical-coordinate representation of color #38153A: hue angle of 296.76º degrees, saturation: 0.47, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #38153A is Cyan = 0.03, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 56 | 21 | 58 | - |
| CMYK | 0.03 | 0.64 | 0 | 0.77 |
| HSL | 296.76º | 0.47% | 0.15% | - |
| HSV(B) | 296.76º | 0.64% | 0.23% | - |
| XYZ | 2.66 | 1.68 | 4.19 | - |
| YUV | 35.68 | 140.6 | 142.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 21 | 58 | 0.03 | 0.64 | 0 | 0.77 | 296.76 | 0.47 | 0.15 |
| Hex | 38 | 15 | 3A | 3 | 40 | 0 | 4D | 129 | 2F | F |
| Octal | 70 | 25 | 72 | 3 | 100 | 0 | 115 | 451 | 57 | 17 |
| Binary | 111000 | 10101 | 111010 | 11 | 1000000 | 0 | 1001101 | 100101001 | 101111 | 1111 |
Color Harmonies of #38153A
Complementary color
Monochromatic Colors of #38153A
Black with #38153A
Text Example
Text Example
White with #38153A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38153A; }
p { color: rgb(56,21,58); }
H1.HeaderClassName
{
color: #38153A;
}
.AnyTagClassName
{
color: #38153A;
}
</style>
background-color css
<style>
a { background-color: #38153A; }
a { background-color: rgb(56,21,58); }
div.DivClassName
{
background-color: #38153A;
}
.BgClassName
{
background-color: #38153A;
}
</style>
border-color css
<style>
span { border-color: #38153A; }
span { border-color: rgb(56,21,58); }
td.TdClassName
{
border-color: #38153A;
}
.TagClassName
{
border-color: #38153A;
}
</style>