Shades of Mardi Gras #1A0D19
Tints of Mardi Gras #1A0D19
RGB
CMYK
RGB Variations
Color information
#1A0D19 (or 0x1A0D19) is known color: Mardi Gras. HEX triplet: 1A, 0D and 19. RGB value is (26,13,25). Sum of RGB (Red+Green+Blue) = 26+13+25=64 (8% of max value = 765). Red value is 26 (10.55% from 255 or 40.62% from 64); Green value is 13 (5.47% from 255 or 20.31% from 64); Blue value is 25 (10.16% from 255 or 39.06% from 64); Max value from RGB is 26 - color contains mainly: red. Hex color #1A0D19 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A0D19 is #E5F2E6. Grayscale: #121212. Windows color (decimal): -15069927 or 1641754. OLE color: 1641754.
HSL color Cylindrical-coordinate representation of color #1A0D19: hue angle of 304.62º degrees, saturation: 0.33, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #1A0D19 is Cyan = 0, Magento = 0.5, Yellow = 0.04 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 26 | 13 | 25 | - |
| CMYK | 0 | 0.5 | 0.04 | 0.90 |
| HSL | 304.62º | 0.33% | 0.08% | - |
| HSV(B) | 304.62º | 0.5% | 0.1% | - |
| XYZ | 0.75 | 0.58 | 0.99 | - |
| YUV | 18.26 | 131.81 | 133.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 13 | 25 | 0 | 0.5 | 0.04 | 0.90 | 304.62 | 0.33 | 0.08 |
| Hex | 1A | D | 19 | 0 | 32 | 4 | 5A | 131 | 21 | 8 |
| Octal | 32 | 15 | 31 | 0 | 62 | 4 | 132 | 461 | 41 | 10 |
| Binary | 11010 | 1101 | 11001 | 0 | 110010 | 100 | 1011010 | 100110001 | 100001 | 1000 |
Color Harmonies of #1A0D19
Complementary color
Monochromatic Colors of #1A0D19
Black with #1A0D19
Text Example
Text Example
White with #1A0D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A0D19; }
p { color: rgb(26,13,25); }
H1.HeaderClassName
{
color: #1A0D19;
}
.AnyTagClassName
{
color: #1A0D19;
}
</style>
background-color css
<style>
a { background-color: #1A0D19; }
a { background-color: rgb(26,13,25); }
div.DivClassName
{
background-color: #1A0D19;
}
.BgClassName
{
background-color: #1A0D19;
}
</style>
border-color css
<style>
span { border-color: #1A0D19; }
span { border-color: rgb(26,13,25); }
td.TdClassName
{
border-color: #1A0D19;
}
.TagClassName
{
border-color: #1A0D19;
}
</style>