Shades of Mardi Gras #1F001B
Tints of Mardi Gras #1F001B
RGB
CMYK
RGB Variations
Color information
#1F001B (or 0x1F001B) is known color: Mardi Gras. HEX triplet: 1F, 00 and 1B. RGB value is (31,0,27). Sum of RGB (Red+Green+Blue) = 31+0+27=58 (7% of max value = 765). Red value is 31 (12.5% from 255 or 53.45% from 58); Green value is 0 (0.39% from 255 or 0% from 58); Blue value is 27 (10.94% from 255 or 46.55% from 58); Max value from RGB is 31 - color contains mainly: red. Hex color #1F001B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F001B is #E0FFE4. Grayscale: #0C0C0C. Windows color (decimal): -14745573 or 1769503. OLE color: 1769503.
HSL color Cylindrical-coordinate representation of color #1F001B: hue angle of 307.74º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1F001B is Cyan = 0, Magento = 1, Yellow = 0.13 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 31 | 0 | 27 | - |
| CMYK | 0 | 1 | 0.13 | 0.88 |
| HSL | 307.74º | 1% | 0.06% | - |
| HSV(B) | 307.74º | 1% | 0.12% | - |
| XYZ | 0.76 | 0.37 | 1.07 | - |
| YUV | 12.35 | 136.27 | 141.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 0 | 27 | 0 | 1 | 0.13 | 0.88 | 307.74 | 1 | 0.06 |
| Hex | 1F | 0 | 1B | 0 | 64 | D | 58 | 134 | 64 | 6 |
| Octal | 37 | 0 | 33 | 0 | 144 | 15 | 130 | 464 | 144 | 6 |
| Binary | 11111 | 0 | 11011 | 0 | 1100100 | 1101 | 1011000 | 100110100 | 1100100 | 110 |
Color Harmonies of #1F001B
Complementary color
Monochromatic Colors of #1F001B
Black with #1F001B
Text Example
Text Example
White with #1F001B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F001B; }
p { color: rgb(31,0,27); }
H1.HeaderClassName
{
color: #1F001B;
}
.AnyTagClassName
{
color: #1F001B;
}
</style>
background-color css
<style>
a { background-color: #1F001B; }
a { background-color: rgb(31,0,27); }
div.DivClassName
{
background-color: #1F001B;
}
.BgClassName
{
background-color: #1F001B;
}
</style>
border-color css
<style>
span { border-color: #1F001B; }
span { border-color: rgb(31,0,27); }
td.TdClassName
{
border-color: #1F001B;
}
.TagClassName
{
border-color: #1F001B;
}
</style>