Shades of Mardi Gras #1B0A1A
Tints of Mardi Gras #1B0A1A
RGB
CMYK
RGB Variations
Color information
#1B0A1A (or 0x1B0A1A) is known color: Mardi Gras. HEX triplet: 1B, 0A and 1A. RGB value is (27,10,26). Sum of RGB (Red+Green+Blue) = 27+10+26=63 (8% of max value = 765). Red value is 27 (10.94% from 255 or 42.86% from 63); Green value is 10 (4.30% from 255 or 15.87% from 63); Blue value is 26 (10.55% from 255 or 41.27% from 63); Max value from RGB is 27 - color contains mainly: red. Hex color #1B0A1A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B0A1A is #E4F5E5. Grayscale: #101010. Windows color (decimal): -15005158 or 1706523. OLE color: 1706523.
HSL color Cylindrical-coordinate representation of color #1B0A1A: hue angle of 303.53º degrees, saturation: 0.46, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #1B0A1A is Cyan = 0, Magento = 0.63, Yellow = 0.04 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 27 | 10 | 26 | - |
| CMYK | 0 | 0.63 | 0.04 | 0.89 |
| HSL | 303.53º | 0.46% | 0.07% | - |
| HSV(B) | 303.53º | 0.63% | 0.11% | - |
| XYZ | 0.75 | 0.52 | 1.04 | - |
| YUV | 16.91 | 133.13 | 135.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 10 | 26 | 0 | 0.63 | 0.04 | 0.89 | 303.53 | 0.46 | 0.07 |
| Hex | 1B | A | 1A | 0 | 3F | 4 | 59 | 130 | 2E | 7 |
| Octal | 33 | 12 | 32 | 0 | 77 | 4 | 131 | 460 | 56 | 7 |
| Binary | 11011 | 1010 | 11010 | 0 | 111111 | 100 | 1011001 | 100110000 | 101110 | 111 |
Color Harmonies of #1B0A1A
Complementary color
Monochromatic Colors of #1B0A1A
Black with #1B0A1A
Text Example
Text Example
White with #1B0A1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B0A1A; }
p { color: rgb(27,10,26); }
H1.HeaderClassName
{
color: #1B0A1A;
}
.AnyTagClassName
{
color: #1B0A1A;
}
</style>
background-color css
<style>
a { background-color: #1B0A1A; }
a { background-color: rgb(27,10,26); }
div.DivClassName
{
background-color: #1B0A1A;
}
.BgClassName
{
background-color: #1B0A1A;
}
</style>
border-color css
<style>
span { border-color: #1B0A1A; }
span { border-color: rgb(27,10,26); }
td.TdClassName
{
border-color: #1B0A1A;
}
.TagClassName
{
border-color: #1B0A1A;
}
</style>