Shades of Mardi Gras #20121F
Tints of Mardi Gras #20121F
RGB
CMYK
RGB Variations
Color information
#20121F (or 0x20121F) is known color: Mardi Gras. HEX triplet: 20, 12 and 1F. RGB value is (32,18,31). Sum of RGB (Red+Green+Blue) = 32+18+31=81 (10% of max value = 765). Red value is 32 (12.89% from 255 or 39.51% from 81); Green value is 18 (7.42% from 255 or 22.22% from 81); Blue value is 31 (12.5% from 255 or 38.27% from 81); Max value from RGB is 32 - color contains mainly: red. Hex color #20121F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #20121F is #DFEDE0. Grayscale: #171717. Windows color (decimal): -14675425 or 2036256. OLE color: 2036256.
HSL color Cylindrical-coordinate representation of color #20121F: hue angle of 304.29º degrees, saturation: 0.28, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #20121F is Cyan = 0, Magento = 0.44, Yellow = 0.03 and Black (K on CMYK) = 0.87.
Color convert
RGB | 32 | 18 | 31 | - |
CMYK | 0 | 0.44 | 0.03 | 0.87 |
HSL | 304.29º | 0.28% | 0.1% | - |
HSV(B) | 304.29º | 0.44% | 0.13% | - |
XYZ | 1.06 | 0.84 | 1.4 | - |
YUV | 23.67 | 132.14 | 133.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 32 | 18 | 31 | 0 | 0.44 | 0.03 | 0.87 | 304.29 | 0.28 | 0.1 |
Hex | 20 | 12 | 1F | 0 | 2C | 3 | 57 | 130 | 1C | A |
Octal | 40 | 22 | 37 | 0 | 54 | 3 | 127 | 460 | 34 | 12 |
Binary | 100000 | 10010 | 11111 | 0 | 101100 | 11 | 1010111 | 100110000 | 11100 | 1010 |
Color Harmonies of #20121F
Complementary color
Monochromatic Colors of #20121F
Black with #20121F
Text Example
Text Example
White with #20121F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20121F; }
p { color: rgb(32,18,31); }
H1.HeaderClassName
{
color: #20121F;
}
.AnyTagClassName
{
color: #20121F;
}
</style>
background-color css
<style>
a { background-color: #20121F; }
a { background-color: rgb(32,18,31); }
div.DivClassName
{
background-color: #20121F;
}
.BgClassName
{
background-color: #20121F;
}
</style>
border-color css
<style>
span { border-color: #20121F; }
span { border-color: rgb(32,18,31); }
td.TdClassName
{
border-color: #20121F;
}
.TagClassName
{
border-color: #20121F;
}
</style>