Shades of Mardi Gras #1A0919
Tints of Mardi Gras #1A0919
RGB
CMYK
RGB Variations
Color information
#1A0919 (or 0x1A0919) is known color: Mardi Gras. HEX triplet: 1A, 09 and 19. RGB value is (26,9,25). Sum of RGB (Red+Green+Blue) = 26+9+25=60 (7% of max value = 765). Red value is 26 (10.55% from 255 or 43.33% from 60); Green value is 9 (3.91% from 255 or 15% from 60); Blue value is 25 (10.16% from 255 or 41.67% from 60); Max value from RGB is 26 - color contains mainly: red. Hex color #1A0919 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A0919 is #E5F6E6. Grayscale: #0F0F0F. Windows color (decimal): -15070951 or 1640730. OLE color: 1640730.
HSL color Cylindrical-coordinate representation of color #1A0919: hue angle of 303.53º degrees, saturation: 0.49, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1A0919 is Cyan = 0, Magento = 0.65, Yellow = 0.04 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 26 | 9 | 25 | - |
| CMYK | 0 | 0.65 | 0.04 | 0.90 |
| HSL | 303.53º | 0.49% | 0.07% | - |
| HSV(B) | 303.53º | 0.65% | 0.1% | - |
| XYZ | 0.7 | 0.49 | 0.98 | - |
| YUV | 15.91 | 133.13 | 135.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 9 | 25 | 0 | 0.65 | 0.04 | 0.90 | 303.53 | 0.49 | 0.07 |
| Hex | 1A | 9 | 19 | 0 | 41 | 4 | 5A | 130 | 31 | 7 |
| Octal | 32 | 11 | 31 | 0 | 101 | 4 | 132 | 460 | 61 | 7 |
| Binary | 11010 | 1001 | 11001 | 0 | 1000001 | 100 | 1011010 | 100110000 | 110001 | 111 |
Color Harmonies of #1A0919
Complementary color
Monochromatic Colors of #1A0919
Black with #1A0919
Text Example
Text Example
White with #1A0919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A0919; }
p { color: rgb(26,9,25); }
H1.HeaderClassName
{
color: #1A0919;
}
.AnyTagClassName
{
color: #1A0919;
}
</style>
background-color css
<style>
a { background-color: #1A0919; }
a { background-color: rgb(26,9,25); }
div.DivClassName
{
background-color: #1A0919;
}
.BgClassName
{
background-color: #1A0919;
}
</style>
border-color css
<style>
span { border-color: #1A0919; }
span { border-color: rgb(26,9,25); }
td.TdClassName
{
border-color: #1A0919;
}
.TagClassName
{
border-color: #1A0919;
}
</style>