Shades of Mardi Gras #1D021B
Tints of Mardi Gras #1D021B
RGB
CMYK
RGB Variations
Color information
#1D021B (or 0x1D021B) is known color: Mardi Gras. HEX triplet: 1D, 02 and 1B. RGB value is (29,2,27). Sum of RGB (Red+Green+Blue) = 29+2+27=58 (7% of max value = 765). Red value is 29 (11.72% from 255 or 50% from 58); Green value is 2 (1.17% from 255 or 3.45% from 58); Blue value is 27 (10.94% from 255 or 46.55% from 58); Max value from RGB is 29 - color contains mainly: red. Hex color #1D021B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D021B is #E2FDE4. Grayscale: #0C0C0C. Windows color (decimal): -14876133 or 1770013. OLE color: 1770013.
HSL color Cylindrical-coordinate representation of color #1D021B: hue angle of 304.44º degrees, saturation: 0.87, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1D021B is Cyan = 0, Magento = 0.93, Yellow = 0.07 and Black (K on CMYK) = 0.89.
Color convert
RGB | 29 | 2 | 27 | - |
CMYK | 0 | 0.93 | 0.07 | 0.89 |
HSL | 304.44º | 0.87% | 0.06% | - |
HSV(B) | 304.44º | 0.93% | 0.11% | - |
XYZ | 0.73 | 0.38 | 1.07 | - |
YUV | 12.92 | 135.95 | 139.47 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 29 | 2 | 27 | 0 | 0.93 | 0.07 | 0.89 | 304.44 | 0.87 | 0.06 |
Hex | 1D | 2 | 1B | 0 | 5D | 7 | 59 | 130 | 57 | 6 |
Octal | 35 | 2 | 33 | 0 | 135 | 7 | 131 | 460 | 127 | 6 |
Binary | 11101 | 10 | 11011 | 0 | 1011101 | 111 | 1011001 | 100110000 | 1010111 | 110 |
Color Harmonies of #1D021B
Complementary color
Monochromatic Colors of #1D021B
Black with #1D021B
Text Example
Text Example
White with #1D021B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D021B; }
p { color: rgb(29,2,27); }
H1.HeaderClassName
{
color: #1D021B;
}
.AnyTagClassName
{
color: #1D021B;
}
</style>
background-color css
<style>
a { background-color: #1D021B; }
a { background-color: rgb(29,2,27); }
div.DivClassName
{
background-color: #1D021B;
}
.BgClassName
{
background-color: #1D021B;
}
</style>
border-color css
<style>
span { border-color: #1D021B; }
span { border-color: rgb(29,2,27); }
td.TdClassName
{
border-color: #1D021B;
}
.TagClassName
{
border-color: #1D021B;
}
</style>