Shades of Mardi Gras #1B121B
Tints of Mardi Gras #1B121B
RGB
CMYK
RGB Variations
Color information
#1B121B (or 0x1B121B) is known color: Mardi Gras. HEX triplet: 1B, 12 and 1B. RGB value is (27,18,27). Sum of RGB (Red+Green+Blue) = 27+18+27=72 (9% of max value = 765). Red value is 27 (10.94% from 255 or 37.5% from 72); Green value is 18 (7.42% from 255 or 25% from 72); Blue value is 27 (10.94% from 255 or 37.5% from 72); Max value from RGB is 27 - color contains mainly: red, blue. Hex color #1B121B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B121B is #E4EDE4. Grayscale: #151515. Windows color (decimal): -15003109 or 1774107. OLE color: 1774107.
HSL color Cylindrical-coordinate representation of color #1B121B: hue angle of 300º degrees, saturation: 0.2, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #1B121B is Cyan = 0, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 27 | 18 | 27 | - |
| CMYK | 0 | 0.33 | 0 | 0.89 |
| HSL | 300º | 0.2% | 0.09% | - |
| HSV(B) | 300º | 0.33% | 0.11% | - |
| XYZ | 0.87 | 0.74 | 1.14 | - |
| YUV | 21.72 | 130.98 | 131.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 18 | 27 | 0 | 0.33 | 0 | 0.89 | 300 | 0.2 | 0.09 |
| Hex | 1B | 12 | 1B | 0 | 21 | 0 | 59 | 12C | 14 | 9 |
| Octal | 33 | 22 | 33 | 0 | 41 | 0 | 131 | 454 | 24 | 11 |
| Binary | 11011 | 10010 | 11011 | 0 | 100001 | 0 | 1011001 | 100101100 | 10100 | 1001 |
Color Harmonies of #1B121B
Complementary color
Monochromatic Colors of #1B121B
Black with #1B121B
Text Example
Text Example
White with #1B121B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B121B; }
p { color: rgb(27,18,27); }
H1.HeaderClassName
{
color: #1B121B;
}
.AnyTagClassName
{
color: #1B121B;
}
</style>
background-color css
<style>
a { background-color: #1B121B; }
a { background-color: rgb(27,18,27); }
div.DivClassName
{
background-color: #1B121B;
}
.BgClassName
{
background-color: #1B121B;
}
</style>
border-color css
<style>
span { border-color: #1B121B; }
span { border-color: rgb(27,18,27); }
td.TdClassName
{
border-color: #1B121B;
}
.TagClassName
{
border-color: #1B121B;
}
</style>