Shades of Mardi Gras #1B081A
Tints of Mardi Gras #1B081A
RGB
CMYK
RGB Variations
Color information
#1B081A (or 0x1B081A) is known color: Mardi Gras. HEX triplet: 1B, 08 and 1A. RGB value is (27,8,26). Sum of RGB (Red+Green+Blue) = 27+8+26=61 (8% of max value = 765). Red value is 27 (10.94% from 255 or 44.26% from 61); Green value is 8 (3.52% from 255 or 13.11% from 61); Blue value is 26 (10.55% from 255 or 42.62% from 61); Max value from RGB is 27 - color contains mainly: red. Hex color #1B081A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B081A is #E4F7E5. Grayscale: #0F0F0F. Windows color (decimal): -15005670 or 1706011. OLE color: 1706011.
HSL color Cylindrical-coordinate representation of color #1B081A: hue angle of 303.16º degrees, saturation: 0.54, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1B081A is Cyan = 0, Magento = 0.70, Yellow = 0.04 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 27 | 8 | 26 | - |
| CMYK | 0 | 0.70 | 0.04 | 0.89 |
| HSL | 303.16º | 0.54% | 0.07% | - |
| HSV(B) | 303.16º | 0.7% | 0.11% | - |
| XYZ | 0.73 | 0.48 | 1.03 | - |
| YUV | 15.73 | 133.79 | 136.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 8 | 26 | 0 | 0.70 | 0.04 | 0.89 | 303.16 | 0.54 | 0.07 |
| Hex | 1B | 8 | 1A | 0 | 46 | 4 | 59 | 12F | 36 | 7 |
| Octal | 33 | 10 | 32 | 0 | 106 | 4 | 131 | 457 | 66 | 7 |
| Binary | 11011 | 1000 | 11010 | 0 | 1000110 | 100 | 1011001 | 100101111 | 110110 | 111 |
Color Harmonies of #1B081A
Complementary color
Monochromatic Colors of #1B081A
Black with #1B081A
Text Example
Text Example
White with #1B081A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B081A; }
p { color: rgb(27,8,26); }
H1.HeaderClassName
{
color: #1B081A;
}
.AnyTagClassName
{
color: #1B081A;
}
</style>
background-color css
<style>
a { background-color: #1B081A; }
a { background-color: rgb(27,8,26); }
div.DivClassName
{
background-color: #1B081A;
}
.BgClassName
{
background-color: #1B081A;
}
</style>
border-color css
<style>
span { border-color: #1B081A; }
span { border-color: rgb(27,8,26); }
td.TdClassName
{
border-color: #1B081A;
}
.TagClassName
{
border-color: #1B081A;
}
</style>