Shades of Mardi Gras #1B0E1A
Tints of Mardi Gras #1B0E1A
RGB
CMYK
RGB Variations
Color information
#1B0E1A (or 0x1B0E1A) is known color: Mardi Gras. HEX triplet: 1B, 0E and 1A. RGB value is (27,14,26). Sum of RGB (Red+Green+Blue) = 27+14+26=67 (8% of max value = 765). Red value is 27 (10.94% from 255 or 40.30% from 67); Green value is 14 (5.86% from 255 or 20.90% from 67); Blue value is 26 (10.55% from 255 or 38.81% from 67); Max value from RGB is 27 - color contains mainly: red. Hex color #1B0E1A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B0E1A is #E4F1E5. Grayscale: #131313. Windows color (decimal): -15004134 or 1707547. OLE color: 1707547.
HSL color Cylindrical-coordinate representation of color #1B0E1A: hue angle of 304.62º degrees, saturation: 0.32, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #1B0E1A is Cyan = 0, Magento = 0.48, Yellow = 0.04 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 27 | 14 | 26 | - |
| CMYK | 0 | 0.48 | 0.04 | 0.89 |
| HSL | 304.62º | 0.32% | 0.08% | - |
| HSV(B) | 304.62º | 0.48% | 0.11% | - |
| XYZ | 0.8 | 0.62 | 1.06 | - |
| YUV | 19.26 | 131.81 | 133.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 14 | 26 | 0 | 0.48 | 0.04 | 0.89 | 304.62 | 0.32 | 0.08 |
| Hex | 1B | E | 1A | 0 | 30 | 4 | 59 | 131 | 20 | 8 |
| Octal | 33 | 16 | 32 | 0 | 60 | 4 | 131 | 461 | 40 | 10 |
| Binary | 11011 | 1110 | 11010 | 0 | 110000 | 100 | 1011001 | 100110001 | 100000 | 1000 |
Color Harmonies of #1B0E1A
Complementary color
Monochromatic Colors of #1B0E1A
Black with #1B0E1A
Text Example
Text Example
White with #1B0E1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B0E1A; }
p { color: rgb(27,14,26); }
H1.HeaderClassName
{
color: #1B0E1A;
}
.AnyTagClassName
{
color: #1B0E1A;
}
</style>
background-color css
<style>
a { background-color: #1B0E1A; }
a { background-color: rgb(27,14,26); }
div.DivClassName
{
background-color: #1B0E1A;
}
.BgClassName
{
background-color: #1B0E1A;
}
</style>
border-color css
<style>
span { border-color: #1B0E1A; }
span { border-color: rgb(27,14,26); }
td.TdClassName
{
border-color: #1B0E1A;
}
.TagClassName
{
border-color: #1B0E1A;
}
</style>