Shades of Mardi Gras #1F0921
Tints of Mardi Gras #1F0921
RGB
CMYK
RGB Variations
Color information
#1F0921 (or 0x1F0921) is known color: Mardi Gras. HEX triplet: 1F, 09 and 21. RGB value is (31,9,33). Sum of RGB (Red+Green+Blue) = 31+9+33=73 (9% of max value = 765). Red value is 31 (12.5% from 255 or 42.47% from 73); Green value is 9 (3.91% from 255 or 12.33% from 73); Blue value is 33 (13.28% from 255 or 45.21% from 73); Max value from RGB is 33 - color contains mainly: blue. Hex color #1F0921 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F0921 is #E0F6DE. Grayscale: #121212. Windows color (decimal): -14743263 or 2165023. OLE color: 2165023.
HSL color Cylindrical-coordinate representation of color #1F0921: hue angle of 295º degrees, saturation: 0.57, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1F0921 is Cyan = 0.06, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 31 | 9 | 33 | - |
| CMYK | 0.06 | 0.73 | 0 | 0.87 |
| HSL | 295º | 0.57% | 0.08% | - |
| HSV(B) | 295º | 0.73% | 0.13% | - |
| XYZ | 0.94 | 0.6 | 1.5 | - |
| YUV | 18.31 | 136.29 | 137.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 9 | 33 | 0.06 | 0.73 | 0 | 0.87 | 295 | 0.57 | 0.08 |
| Hex | 1F | 9 | 21 | 6 | 49 | 0 | 57 | 127 | 39 | 8 |
| Octal | 37 | 11 | 41 | 6 | 111 | 0 | 127 | 447 | 71 | 10 |
| Binary | 11111 | 1001 | 100001 | 110 | 1001001 | 0 | 1010111 | 100100111 | 111001 | 1000 |
Color Harmonies of #1F0921
Complementary color
Monochromatic Colors of #1F0921
Black with #1F0921
Text Example
Text Example
White with #1F0921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0921; }
p { color: rgb(31,9,33); }
H1.HeaderClassName
{
color: #1F0921;
}
.AnyTagClassName
{
color: #1F0921;
}
</style>
background-color css
<style>
a { background-color: #1F0921; }
a { background-color: rgb(31,9,33); }
div.DivClassName
{
background-color: #1F0921;
}
.BgClassName
{
background-color: #1F0921;
}
</style>
border-color css
<style>
span { border-color: #1F0921; }
span { border-color: rgb(31,9,33); }
td.TdClassName
{
border-color: #1F0921;
}
.TagClassName
{
border-color: #1F0921;
}
</style>