Shades of Mardi Gras #381834
Tints of Mardi Gras #381834
RGB
CMYK
RGB Variations
Color information
#381834 (or 0x381834) is known color: Mardi Gras. HEX triplet: 38, 18 and 34. RGB value is (56,24,52). Sum of RGB (Red+Green+Blue) = 56+24+52=132 (17% of max value = 765). Red value is 56 (22.27% from 255 or 42.42% from 132); Green value is 24 (9.77% from 255 or 18.18% from 132); Blue value is 52 (20.70% from 255 or 39.39% from 132); Max value from RGB is 56 - color contains mainly: red. Hex color #381834 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #381834 is #C7E7CB. Grayscale: #242424. Windows color (decimal): -13101004 or 3414072. OLE color: 3414072.
HSL color Cylindrical-coordinate representation of color #381834: hue angle of 307.5º degrees, saturation: 0.4, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #381834 is Cyan = 0, Magento = 0.57, Yellow = 0.07 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 24 | 52 | - |
| CMYK | 0 | 0.57 | 0.07 | 0.78 |
| HSL | 307.5º | 0.4% | 0.16% | - |
| HSV(B) | 307.5º | 0.57% | 0.22% | - |
| XYZ | 2.58 | 1.74 | 3.45 | - |
| YUV | 36.76 | 136.6 | 141.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 24 | 52 | 0 | 0.57 | 0.07 | 0.78 | 307.5 | 0.4 | 0.16 |
| Hex | 38 | 18 | 34 | 0 | 39 | 7 | 4E | 134 | 28 | 10 |
| Octal | 70 | 30 | 64 | 0 | 71 | 7 | 116 | 464 | 50 | 20 |
| Binary | 111000 | 11000 | 110100 | 0 | 111001 | 111 | 1001110 | 100110100 | 101000 | 10000 |
Color Harmonies of #381834
Complementary color
Monochromatic Colors of #381834
Black with #381834
Text Example
Text Example
White with #381834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #381834; }
p { color: rgb(56,24,52); }
H1.HeaderClassName
{
color: #381834;
}
.AnyTagClassName
{
color: #381834;
}
</style>
background-color css
<style>
a { background-color: #381834; }
a { background-color: rgb(56,24,52); }
div.DivClassName
{
background-color: #381834;
}
.BgClassName
{
background-color: #381834;
}
</style>
border-color css
<style>
span { border-color: #381834; }
span { border-color: rgb(56,24,52); }
td.TdClassName
{
border-color: #381834;
}
.TagClassName
{
border-color: #381834;
}
</style>