Shades of Mardi Gras #26001F
Tints of Mardi Gras #26001F
RGB
CMYK
RGB Variations
Color information
#26001F (or 0x26001F) is known color: Mardi Gras. HEX triplet: 26, 00 and 1F. RGB value is (38,0,31). Sum of RGB (Red+Green+Blue) = 38+0+31=69 (9% of max value = 765). Red value is 38 (15.23% from 255 or 55.07% from 69); Green value is 0 (0.39% from 255 or 0% from 69); Blue value is 31 (12.5% from 255 or 44.93% from 69); Max value from RGB is 38 - color contains mainly: red. Hex color #26001F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #26001F is #D9FFE0. Grayscale: #0E0E0E. Windows color (decimal): -14286817 or 2031654. OLE color: 2031654.
HSL color Cylindrical-coordinate representation of color #26001F: hue angle of 311.05º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 1%. Process color model (Four color, CMYK) of #26001F is Cyan = 0, Magento = 1, Yellow = 0.18 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 38 | 0 | 31 | - |
| CMYK | 0 | 1 | 0.18 | 0.85 |
| HSL | 311.05º | 1% | 0.07% | - |
| HSV(B) | 311.05º | 1% | 0.15% | - |
| XYZ | 1.05 | 0.51 | 1.34 | - |
| YUV | 14.9 | 137.09 | 144.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 0 | 31 | 0 | 1 | 0.18 | 0.85 | 311.05 | 1 | 0.07 |
| Hex | 26 | 0 | 1F | 0 | 64 | 12 | 55 | 137 | 64 | 7 |
| Octal | 46 | 0 | 37 | 0 | 144 | 22 | 125 | 467 | 144 | 7 |
| Binary | 100110 | 0 | 11111 | 0 | 1100100 | 10010 | 1010101 | 100110111 | 1100100 | 111 |
Color Harmonies of #26001F
Complementary color
Monochromatic Colors of #26001F
Black with #26001F
Text Example
Text Example
White with #26001F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26001F; }
p { color: rgb(38,0,31); }
H1.HeaderClassName
{
color: #26001F;
}
.AnyTagClassName
{
color: #26001F;
}
</style>
background-color css
<style>
a { background-color: #26001F; }
a { background-color: rgb(38,0,31); }
div.DivClassName
{
background-color: #26001F;
}
.BgClassName
{
background-color: #26001F;
}
</style>
border-color css
<style>
span { border-color: #26001F; }
span { border-color: rgb(38,0,31); }
td.TdClassName
{
border-color: #26001F;
}
.TagClassName
{
border-color: #26001F;
}
</style>