Shades of Mardi Gras #20171F
Tints of Mardi Gras #20171F
RGB
CMYK
RGB Variations
Color information
#20171F (or 0x20171F) is known color: Mardi Gras. HEX triplet: 20, 17 and 1F. RGB value is (32,23,31). Sum of RGB (Red+Green+Blue) = 32+23+31=86 (11% of max value = 765). Red value is 32 (12.89% from 255 or 37.21% from 86); Green value is 23 (9.38% from 255 or 26.74% from 86); Blue value is 31 (12.5% from 255 or 36.05% from 86); Max value from RGB is 32 - color contains mainly: red. Hex color #20171F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #20171F is #DFE8E0. Grayscale: #1A1A1A. Windows color (decimal): -14674145 or 2037536. OLE color: 2037536.
HSL color Cylindrical-coordinate representation of color #20171F: hue angle of 306.67º degrees, saturation: 0.16, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #20171F is Cyan = 0, Magento = 0.28, Yellow = 0.03 and Black (K on CMYK) = 0.87.
Color convert
RGB | 32 | 23 | 31 | - |
CMYK | 0 | 0.28 | 0.03 | 0.87 |
HSL | 306.67º | 0.16% | 0.11% | - |
HSV(B) | 306.67º | 0.28% | 0.13% | - |
XYZ | 1.15 | 1.02 | 1.43 | - |
YUV | 26.6 | 130.48 | 131.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 32 | 23 | 31 | 0 | 0.28 | 0.03 | 0.87 | 306.67 | 0.16 | 0.11 |
Hex | 20 | 17 | 1F | 0 | 1C | 3 | 57 | 133 | 10 | B |
Octal | 40 | 27 | 37 | 0 | 34 | 3 | 127 | 463 | 20 | 13 |
Binary | 100000 | 10111 | 11111 | 0 | 11100 | 11 | 1010111 | 100110011 | 10000 | 1011 |
Color Harmonies of #20171F
Complementary color
Monochromatic Colors of #20171F
Black with #20171F
Text Example
Text Example
White with #20171F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20171F; }
p { color: rgb(32,23,31); }
H1.HeaderClassName
{
color: #20171F;
}
.AnyTagClassName
{
color: #20171F;
}
</style>
background-color css
<style>
a { background-color: #20171F; }
a { background-color: rgb(32,23,31); }
div.DivClassName
{
background-color: #20171F;
}
.BgClassName
{
background-color: #20171F;
}
</style>
border-color css
<style>
span { border-color: #20171F; }
span { border-color: rgb(32,23,31); }
td.TdClassName
{
border-color: #20171F;
}
.TagClassName
{
border-color: #20171F;
}
</style>