Shades of Mardi Gras #1B101A
Tints of Mardi Gras #1B101A
RGB
CMYK
RGB Variations
Color information
#1B101A (or 0x1B101A) is known color: Mardi Gras. HEX triplet: 1B, 10 and 1A. RGB value is (27,16,26). Sum of RGB (Red+Green+Blue) = 27+16+26=69 (9% of max value = 765). Red value is 27 (10.94% from 255 or 39.13% from 69); Green value is 16 (6.64% from 255 or 23.19% from 69); Blue value is 26 (10.55% from 255 or 37.68% from 69); Max value from RGB is 27 - color contains mainly: red. Hex color #1B101A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B101A is #E4EFE5. Grayscale: #141414. Windows color (decimal): -15003622 or 1708059. OLE color: 1708059.
HSL color Cylindrical-coordinate representation of color #1B101A: hue angle of 305.45º degrees, saturation: 0.26, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #1B101A is Cyan = 0, Magento = 0.41, Yellow = 0.04 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 27 | 16 | 26 | - |
| CMYK | 0 | 0.41 | 0.04 | 0.89 |
| HSL | 305.45º | 0.26% | 0.08% | - |
| HSV(B) | 305.45º | 0.41% | 0.11% | - |
| XYZ | 0.82 | 0.68 | 1.06 | - |
| YUV | 20.43 | 131.14 | 132.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 16 | 26 | 0 | 0.41 | 0.04 | 0.89 | 305.45 | 0.26 | 0.08 |
| Hex | 1B | 10 | 1A | 0 | 29 | 4 | 59 | 131 | 1A | 8 |
| Octal | 33 | 20 | 32 | 0 | 51 | 4 | 131 | 461 | 32 | 10 |
| Binary | 11011 | 10000 | 11010 | 0 | 101001 | 100 | 1011001 | 100110001 | 11010 | 1000 |
Color Harmonies of #1B101A
Complementary color
Monochromatic Colors of #1B101A
Black with #1B101A
Text Example
Text Example
White with #1B101A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B101A; }
p { color: rgb(27,16,26); }
H1.HeaderClassName
{
color: #1B101A;
}
.AnyTagClassName
{
color: #1B101A;
}
</style>
background-color css
<style>
a { background-color: #1B101A; }
a { background-color: rgb(27,16,26); }
div.DivClassName
{
background-color: #1B101A;
}
.BgClassName
{
background-color: #1B101A;
}
</style>
border-color css
<style>
span { border-color: #1B101A; }
span { border-color: rgb(27,16,26); }
td.TdClassName
{
border-color: #1B101A;
}
.TagClassName
{
border-color: #1B101A;
}
</style>