Shades of Mardi Gras #050105
Tints of Mardi Gras #050105
RGB
CMYK
RGB Variations
Color information
#050105 (or 0x050105) is known color: Mardi Gras. HEX triplet: 05, 01 and 05. RGB value is (5,1,5). Sum of RGB (Red+Green+Blue) = 5+1+5=11 (1% of max value = 765). Red value is 5 (2.34% from 255 or 45.45% from 11); Green value is 1 (0.78% from 255 or 9.09% from 11); Blue value is 5 (2.34% from 255 or 45.45% from 11); Max value from RGB is 5 - color contains mainly: red, blue. Hex color #050105 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050105 is #FAFEFA. Grayscale: #020202. Windows color (decimal): -16449275 or 327941. OLE color: 327941.
HSL color Cylindrical-coordinate representation of color #050105: hue angle of 300º degrees, saturation: 0.67, lightness: 0.01%. HSV value (or HSB Brightness) of color is 0.02% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #050105 is Cyan = 0, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.98.
Color convert
RGB | 5 | 1 | 5 | - |
CMYK | 0 | 0.80 | 0 | 0.98 |
HSL | 300º | 0.67% | 0.01% | - |
HSV(B) | 300º | 0.8% | 0.02% | - |
XYZ | 0.1 | 0.06 | 0.15 | - |
YUV | 2.65 | 129.33 | 129.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 5 | 1 | 5 | 0 | 0.80 | 0 | 0.98 | 300 | 0.67 | 0.01 |
Hex | 5 | 1 | 5 | 0 | 50 | 0 | 62 | 12C | 43 | 1 |
Octal | 5 | 1 | 5 | 0 | 120 | 0 | 142 | 454 | 103 | 1 |
Binary | 101 | 1 | 101 | 0 | 1010000 | 0 | 1100010 | 100101100 | 1000011 | 1 |
Color Harmonies of #050105
Complementary color
Monochromatic Colors of #050105
Black with #050105
Text Example
Text Example
White with #050105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050105; }
p { color: rgb(5,1,5); }
H1.HeaderClassName
{
color: #050105;
}
.AnyTagClassName
{
color: #050105;
}
</style>
background-color css
<style>
a { background-color: #050105; }
a { background-color: rgb(5,1,5); }
div.DivClassName
{
background-color: #050105;
}
.BgClassName
{
background-color: #050105;
}
</style>
border-color css
<style>
span { border-color: #050105; }
span { border-color: rgb(5,1,5); }
td.TdClassName
{
border-color: #050105;
}
.TagClassName
{
border-color: #050105;
}
</style>