Shades of Mardi Gras #380B3D
Tints of Mardi Gras #380B3D
RGB
CMYK
RGB Variations
Color information
#380B3D (or 0x380B3D) is known color: Mardi Gras. HEX triplet: 38, 0B and 3D. RGB value is (56,11,61). Sum of RGB (Red+Green+Blue) = 56+11+61=128 (16% of max value = 765). Red value is 56 (22.27% from 255 or 43.75% from 128); Green value is 11 (4.69% from 255 or 8.59% from 128); Blue value is 61 (24.22% from 255 or 47.66% from 128); Max value from RGB is 61 - color contains mainly: blue. Hex color #380B3D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380B3D is #C7F4C2. Grayscale: #1E1E1E. Windows color (decimal): -13104323 or 4000568. OLE color: 4000568.
HSL color Cylindrical-coordinate representation of color #380B3D: hue angle of 294º degrees, saturation: 0.69, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #380B3D is Cyan = 0.08, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 56 | 11 | 61 | - |
| CMYK | 0.08 | 0.82 | 0 | 0.76 |
| HSL | 294º | 0.69% | 0.14% | - |
| HSV(B) | 294º | 0.82% | 0.24% | - |
| XYZ | 2.59 | 1.42 | 4.55 | - |
| YUV | 30.16 | 145.41 | 146.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 11 | 61 | 0.08 | 0.82 | 0 | 0.76 | 294 | 0.69 | 0.14 |
| Hex | 38 | B | 3D | 8 | 52 | 0 | 4C | 126 | 45 | E |
| Octal | 70 | 13 | 75 | 10 | 122 | 0 | 114 | 446 | 105 | 16 |
| Binary | 111000 | 1011 | 111101 | 1000 | 1010010 | 0 | 1001100 | 100100110 | 1000101 | 1110 |
Color Harmonies of #380B3D
Complementary color
Monochromatic Colors of #380B3D
Black with #380B3D
Text Example
Text Example
White with #380B3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380B3D; }
p { color: rgb(56,11,61); }
H1.HeaderClassName
{
color: #380B3D;
}
.AnyTagClassName
{
color: #380B3D;
}
</style>
background-color css
<style>
a { background-color: #380B3D; }
a { background-color: rgb(56,11,61); }
div.DivClassName
{
background-color: #380B3D;
}
.BgClassName
{
background-color: #380B3D;
}
</style>
border-color css
<style>
span { border-color: #380B3D; }
span { border-color: rgb(56,11,61); }
td.TdClassName
{
border-color: #380B3D;
}
.TagClassName
{
border-color: #380B3D;
}
</style>