Shades of Mardi Gras #360830
Tints of Mardi Gras #360830
RGB
CMYK
RGB Variations
Color information
#360830 (or 0x360830) is known color: Mardi Gras. HEX triplet: 36, 08 and 30. RGB value is (54,8,48). Sum of RGB (Red+Green+Blue) = 54+8+48=110 (14% of max value = 765). Red value is 54 (21.48% from 255 or 49.09% from 110); Green value is 8 (3.52% from 255 or 7.27% from 110); Blue value is 48 (19.14% from 255 or 43.64% from 110); Max value from RGB is 54 - color contains mainly: red. Hex color #360830 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360830 is #C9F7CF. Grayscale: #1A1A1A. Windows color (decimal): -13236176 or 3147830. OLE color: 3147830.
HSL color Cylindrical-coordinate representation of color #360830: hue angle of 307.83º degrees, saturation: 0.74, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #360830 is Cyan = 0, Magento = 0.85, Yellow = 0.11 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 8 | 48 | - |
| CMYK | 0 | 0.85 | 0.11 | 0.79 |
| HSL | 307.83º | 0.74% | 0.12% | - |
| HSV(B) | 307.83º | 0.85% | 0.21% | - |
| XYZ | 2.14 | 1.17 | 2.91 | - |
| YUV | 26.31 | 140.24 | 147.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 8 | 48 | 0 | 0.85 | 0.11 | 0.79 | 307.83 | 0.74 | 0.12 |
| Hex | 36 | 8 | 30 | 0 | 55 | B | 4F | 134 | 4A | C |
| Octal | 66 | 10 | 60 | 0 | 125 | 13 | 117 | 464 | 112 | 14 |
| Binary | 110110 | 1000 | 110000 | 0 | 1010101 | 1011 | 1001111 | 100110100 | 1001010 | 1100 |
Color Harmonies of #360830
Complementary color
Monochromatic Colors of #360830
Black with #360830
Text Example
Text Example
White with #360830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360830; }
p { color: rgb(54,8,48); }
H1.HeaderClassName
{
color: #360830;
}
.AnyTagClassName
{
color: #360830;
}
</style>
background-color css
<style>
a { background-color: #360830; }
a { background-color: rgb(54,8,48); }
div.DivClassName
{
background-color: #360830;
}
.BgClassName
{
background-color: #360830;
}
</style>
border-color css
<style>
span { border-color: #360830; }
span { border-color: rgb(54,8,48); }
td.TdClassName
{
border-color: #360830;
}
.TagClassName
{
border-color: #360830;
}
</style>