Shades of Mardi Gras #1B0A1C
Tints of Mardi Gras #1B0A1C
RGB
CMYK
RGB Variations
Color information
#1B0A1C (or 0x1B0A1C) is known color: Mardi Gras. HEX triplet: 1B, 0A and 1C. RGB value is (27,10,28). Sum of RGB (Red+Green+Blue) = 27+10+28=65 (8% of max value = 765). Red value is 27 (10.94% from 255 or 41.54% from 65); Green value is 10 (4.30% from 255 or 15.38% from 65); Blue value is 28 (11.33% from 255 or 43.08% from 65); Max value from RGB is 28 - color contains mainly: blue. Hex color #1B0A1C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B0A1C is #E4F5E3. Grayscale: #111111. Windows color (decimal): -15005156 or 1837595. OLE color: 1837595.
HSL color Cylindrical-coordinate representation of color #1B0A1C: hue angle of 296.67º degrees, saturation: 0.47, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #1B0A1C is Cyan = 0.04, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 27 | 10 | 28 | - |
| CMYK | 0.04 | 0.64 | 0 | 0.89 |
| HSL | 296.67º | 0.47% | 0.07% | - |
| HSV(B) | 296.67º | 0.64% | 0.11% | - |
| XYZ | 0.77 | 0.53 | 1.16 | - |
| YUV | 17.14 | 134.13 | 135.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 10 | 28 | 0.04 | 0.64 | 0 | 0.89 | 296.67 | 0.47 | 0.07 |
| Hex | 1B | A | 1C | 4 | 40 | 0 | 59 | 129 | 2F | 7 |
| Octal | 33 | 12 | 34 | 4 | 100 | 0 | 131 | 451 | 57 | 7 |
| Binary | 11011 | 1010 | 11100 | 100 | 1000000 | 0 | 1011001 | 100101001 | 101111 | 111 |
Color Harmonies of #1B0A1C
Complementary color
Monochromatic Colors of #1B0A1C
Black with #1B0A1C
Text Example
Text Example
White with #1B0A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B0A1C; }
p { color: rgb(27,10,28); }
H1.HeaderClassName
{
color: #1B0A1C;
}
.AnyTagClassName
{
color: #1B0A1C;
}
</style>
background-color css
<style>
a { background-color: #1B0A1C; }
a { background-color: rgb(27,10,28); }
div.DivClassName
{
background-color: #1B0A1C;
}
.BgClassName
{
background-color: #1B0A1C;
}
</style>
border-color css
<style>
span { border-color: #1B0A1C; }
span { border-color: rgb(27,10,28); }
td.TdClassName
{
border-color: #1B0A1C;
}
.TagClassName
{
border-color: #1B0A1C;
}
</style>