Shades of Mardi Gras #3B0F3D
Tints of Mardi Gras #3B0F3D
RGB
CMYK
RGB Variations
Color information
#3B0F3D (or 0x3B0F3D) is known color: Mardi Gras. HEX triplet: 3B, 0F and 3D. RGB value is (59,15,61). Sum of RGB (Red+Green+Blue) = 59+15+61=135 (17% of max value = 765). Red value is 59 (23.44% from 255 or 43.70% from 135); Green value is 15 (6.25% from 255 or 11.11% from 135); Blue value is 61 (24.22% from 255 or 45.19% from 135); Max value from RGB is 61 - color contains mainly: blue. Hex color #3B0F3D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B0F3D is #C4F0C2. Grayscale: #212121. Windows color (decimal): -12906691 or 4001595. OLE color: 4001595.
HSL color Cylindrical-coordinate representation of color #3B0F3D: hue angle of 297.39º degrees, saturation: 0.61, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3B0F3D is Cyan = 0.03, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 59 | 15 | 61 | - |
| CMYK | 0.03 | 0.75 | 0 | 0.76 |
| HSL | 297.39º | 0.61% | 0.15% | - |
| HSV(B) | 297.39º | 0.75% | 0.24% | - |
| XYZ | 2.82 | 1.61 | 4.58 | - |
| YUV | 33.4 | 143.58 | 146.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 15 | 61 | 0.03 | 0.75 | 0 | 0.76 | 297.39 | 0.61 | 0.15 |
| Hex | 3B | F | 3D | 3 | 4B | 0 | 4C | 129 | 3D | F |
| Octal | 73 | 17 | 75 | 3 | 113 | 0 | 114 | 451 | 75 | 17 |
| Binary | 111011 | 1111 | 111101 | 11 | 1001011 | 0 | 1001100 | 100101001 | 111101 | 1111 |
Color Harmonies of #3B0F3D
Complementary color
Monochromatic Colors of #3B0F3D
Black with #3B0F3D
Text Example
Text Example
White with #3B0F3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B0F3D; }
p { color: rgb(59,15,61); }
H1.HeaderClassName
{
color: #3B0F3D;
}
.AnyTagClassName
{
color: #3B0F3D;
}
</style>
background-color css
<style>
a { background-color: #3B0F3D; }
a { background-color: rgb(59,15,61); }
div.DivClassName
{
background-color: #3B0F3D;
}
.BgClassName
{
background-color: #3B0F3D;
}
</style>
border-color css
<style>
span { border-color: #3B0F3D; }
span { border-color: rgb(59,15,61); }
td.TdClassName
{
border-color: #3B0F3D;
}
.TagClassName
{
border-color: #3B0F3D;
}
</style>