Shades of Mardi Gras #1F081B
Tints of Mardi Gras #1F081B
RGB
CMYK
RGB Variations
Color information
#1F081B (or 0x1F081B) is known color: Mardi Gras. HEX triplet: 1F, 08 and 1B. RGB value is (31,8,27). Sum of RGB (Red+Green+Blue) = 31+8+27=66 (8% of max value = 765). Red value is 31 (12.5% from 255 or 46.97% from 66); Green value is 8 (3.52% from 255 or 12.12% from 66); Blue value is 27 (10.94% from 255 or 40.91% from 66); Max value from RGB is 31 - color contains mainly: red. Hex color #1F081B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F081B is #E0F7E4. Grayscale: #101010. Windows color (decimal): -14743525 or 1771551. OLE color: 1771551.
HSL color Cylindrical-coordinate representation of color #1F081B: hue angle of 310.43º degrees, saturation: 0.59, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1F081B is Cyan = 0, Magento = 0.74, Yellow = 0.13 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 31 | 8 | 27 | - |
| CMYK | 0 | 0.74 | 0.13 | 0.88 |
| HSL | 310.43º | 0.59% | 0.08% | - |
| HSV(B) | 310.43º | 0.74% | 0.12% | - |
| XYZ | 0.85 | 0.54 | 1.1 | - |
| YUV | 17.04 | 133.62 | 137.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 8 | 27 | 0 | 0.74 | 0.13 | 0.88 | 310.43 | 0.59 | 0.08 |
| Hex | 1F | 8 | 1B | 0 | 4A | D | 58 | 136 | 3B | 8 |
| Octal | 37 | 10 | 33 | 0 | 112 | 15 | 130 | 466 | 73 | 10 |
| Binary | 11111 | 1000 | 11011 | 0 | 1001010 | 1101 | 1011000 | 100110110 | 111011 | 1000 |
Color Harmonies of #1F081B
Complementary color
Monochromatic Colors of #1F081B
Black with #1F081B
Text Example
Text Example
White with #1F081B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F081B; }
p { color: rgb(31,8,27); }
H1.HeaderClassName
{
color: #1F081B;
}
.AnyTagClassName
{
color: #1F081B;
}
</style>
background-color css
<style>
a { background-color: #1F081B; }
a { background-color: rgb(31,8,27); }
div.DivClassName
{
background-color: #1F081B;
}
.BgClassName
{
background-color: #1F081B;
}
</style>
border-color css
<style>
span { border-color: #1F081B; }
span { border-color: rgb(31,8,27); }
td.TdClassName
{
border-color: #1F081B;
}
.TagClassName
{
border-color: #1F081B;
}
</style>