Shades of Mardi Gras #38163B
Tints of Mardi Gras #38163B
RGB
CMYK
RGB Variations
Color information
#38163B (or 0x38163B) is known color: Mardi Gras. HEX triplet: 38, 16 and 3B. RGB value is (56,22,59). Sum of RGB (Red+Green+Blue) = 56+22+59=137 (18% of max value = 765). Red value is 56 (22.27% from 255 or 40.88% from 137); Green value is 22 (8.98% from 255 or 16.06% from 137); Blue value is 59 (23.44% from 255 or 43.07% from 137); Max value from RGB is 59 - color contains mainly: blue. Hex color #38163B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38163B is #C7E9C4. Grayscale: #242424. Windows color (decimal): -13101509 or 3872312. OLE color: 3872312.
HSL color Cylindrical-coordinate representation of color #38163B: hue angle of 295.14º degrees, saturation: 0.46, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #38163B is Cyan = 0.05, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 56 | 22 | 59 | - |
| CMYK | 0.05 | 0.63 | 0 | 0.77 |
| HSL | 295.14º | 0.46% | 0.16% | - |
| HSV(B) | 295.14º | 0.63% | 0.23% | - |
| XYZ | 2.71 | 1.73 | 4.33 | - |
| YUV | 36.38 | 140.76 | 141.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 22 | 59 | 0.05 | 0.63 | 0 | 0.77 | 295.14 | 0.46 | 0.16 |
| Hex | 38 | 16 | 3B | 5 | 3F | 0 | 4D | 127 | 2E | 10 |
| Octal | 70 | 26 | 73 | 5 | 77 | 0 | 115 | 447 | 56 | 20 |
| Binary | 111000 | 10110 | 111011 | 101 | 111111 | 0 | 1001101 | 100100111 | 101110 | 10000 |
Color Harmonies of #38163B
Complementary color
Monochromatic Colors of #38163B
Black with #38163B
Text Example
Text Example
White with #38163B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38163B; }
p { color: rgb(56,22,59); }
H1.HeaderClassName
{
color: #38163B;
}
.AnyTagClassName
{
color: #38163B;
}
</style>
background-color css
<style>
a { background-color: #38163B; }
a { background-color: rgb(56,22,59); }
div.DivClassName
{
background-color: #38163B;
}
.BgClassName
{
background-color: #38163B;
}
</style>
border-color css
<style>
span { border-color: #38163B; }
span { border-color: rgb(56,22,59); }
td.TdClassName
{
border-color: #38163B;
}
.TagClassName
{
border-color: #38163B;
}
</style>