Shades of Mardi Gras #361333
Tints of Mardi Gras #361333
RGB
CMYK
RGB Variations
Color information
#361333 (or 0x361333) is known color: Mardi Gras. HEX triplet: 36, 13 and 33. RGB value is (54,19,51). Sum of RGB (Red+Green+Blue) = 54+19+51=124 (16% of max value = 765). Red value is 54 (21.48% from 255 or 43.55% from 124); Green value is 19 (7.81% from 255 or 15.32% from 124); Blue value is 51 (20.31% from 255 or 41.13% from 124); Max value from RGB is 54 - color contains mainly: red. Hex color #361333 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #361333 is #C9ECCC. Grayscale: #212121. Windows color (decimal): -13233357 or 3347254. OLE color: 3347254.
HSL color Cylindrical-coordinate representation of color #361333: hue angle of 305.14º degrees, saturation: 0.48, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #361333 is Cyan = 0, Magento = 0.65, Yellow = 0.06 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 19 | 51 | - |
| CMYK | 0 | 0.65 | 0.06 | 0.79 |
| HSL | 305.14º | 0.48% | 0.14% | - |
| HSV(B) | 305.14º | 0.65% | 0.21% | - |
| XYZ | 2.35 | 1.49 | 3.3 | - |
| YUV | 33.11 | 138.1 | 142.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 19 | 51 | 0 | 0.65 | 0.06 | 0.79 | 305.14 | 0.48 | 0.14 |
| Hex | 36 | 13 | 33 | 0 | 41 | 6 | 4F | 131 | 30 | E |
| Octal | 66 | 23 | 63 | 0 | 101 | 6 | 117 | 461 | 60 | 16 |
| Binary | 110110 | 10011 | 110011 | 0 | 1000001 | 110 | 1001111 | 100110001 | 110000 | 1110 |
Color Harmonies of #361333
Complementary color
Monochromatic Colors of #361333
Black with #361333
Text Example
Text Example
White with #361333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #361333; }
p { color: rgb(54,19,51); }
H1.HeaderClassName
{
color: #361333;
}
.AnyTagClassName
{
color: #361333;
}
</style>
background-color css
<style>
a { background-color: #361333; }
a { background-color: rgb(54,19,51); }
div.DivClassName
{
background-color: #361333;
}
.BgClassName
{
background-color: #361333;
}
</style>
border-color css
<style>
span { border-color: #361333; }
span { border-color: rgb(54,19,51); }
td.TdClassName
{
border-color: #361333;
}
.TagClassName
{
border-color: #361333;
}
</style>