Shades of Mardi Gras #38143B
Tints of Mardi Gras #38143B
RGB
CMYK
RGB Variations
Color information
#38143B (or 0x38143B) is known color: Mardi Gras. HEX triplet: 38, 14 and 3B. RGB value is (56,20,59). Sum of RGB (Red+Green+Blue) = 56+20+59=135 (17% of max value = 765). Red value is 56 (22.27% from 255 or 41.48% from 135); Green value is 20 (8.20% from 255 or 14.81% from 135); Blue value is 59 (23.44% from 255 or 43.70% from 135); Max value from RGB is 59 - color contains mainly: blue. Hex color #38143B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38143B is #C7EBC4. Grayscale: #232323. Windows color (decimal): -13102021 or 3871800. OLE color: 3871800.
HSL color Cylindrical-coordinate representation of color #38143B: hue angle of 295.38º degrees, saturation: 0.49, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #38143B is Cyan = 0.05, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 56 | 20 | 59 | - |
| CMYK | 0.05 | 0.66 | 0 | 0.77 |
| HSL | 295.38º | 0.49% | 0.15% | - |
| HSV(B) | 295.38º | 0.66% | 0.23% | - |
| XYZ | 2.67 | 1.66 | 4.32 | - |
| YUV | 35.21 | 141.43 | 142.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 20 | 59 | 0.05 | 0.66 | 0 | 0.77 | 295.38 | 0.49 | 0.15 |
| Hex | 38 | 14 | 3B | 5 | 42 | 0 | 4D | 127 | 31 | F |
| Octal | 70 | 24 | 73 | 5 | 102 | 0 | 115 | 447 | 61 | 17 |
| Binary | 111000 | 10100 | 111011 | 101 | 1000010 | 0 | 1001101 | 100100111 | 110001 | 1111 |
Color Harmonies of #38143B
Complementary color
Monochromatic Colors of #38143B
Black with #38143B
Text Example
Text Example
White with #38143B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38143B; }
p { color: rgb(56,20,59); }
H1.HeaderClassName
{
color: #38143B;
}
.AnyTagClassName
{
color: #38143B;
}
</style>
background-color css
<style>
a { background-color: #38143B; }
a { background-color: rgb(56,20,59); }
div.DivClassName
{
background-color: #38143B;
}
.BgClassName
{
background-color: #38143B;
}
</style>
border-color css
<style>
span { border-color: #38143B; }
span { border-color: rgb(56,20,59); }
td.TdClassName
{
border-color: #38143B;
}
.TagClassName
{
border-color: #38143B;
}
</style>