Shades of Mardi Gras #1B0C1A
Tints of Mardi Gras #1B0C1A
RGB
CMYK
RGB Variations
Color information
#1B0C1A (or 0x1B0C1A) is known color: Mardi Gras. HEX triplet: 1B, 0C and 1A. RGB value is (27,12,26). Sum of RGB (Red+Green+Blue) = 27+12+26=65 (8% of max value = 765). Red value is 27 (10.94% from 255 or 41.54% from 65); Green value is 12 (5.08% from 255 or 18.46% from 65); Blue value is 26 (10.55% from 255 or 40% from 65); Max value from RGB is 27 - color contains mainly: red. Hex color #1B0C1A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B0C1A is #E4F3E5. Grayscale: #121212. Windows color (decimal): -15004646 or 1707035. OLE color: 1707035.
HSL color Cylindrical-coordinate representation of color #1B0C1A: hue angle of 304º degrees, saturation: 0.38, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #1B0C1A is Cyan = 0, Magento = 0.56, Yellow = 0.04 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 27 | 12 | 26 | - |
| CMYK | 0 | 0.56 | 0.04 | 0.89 |
| HSL | 304º | 0.38% | 0.08% | - |
| HSV(B) | 304º | 0.56% | 0.11% | - |
| XYZ | 0.77 | 0.57 | 1.05 | - |
| YUV | 18.08 | 132.47 | 134.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 12 | 26 | 0 | 0.56 | 0.04 | 0.89 | 304 | 0.38 | 0.08 |
| Hex | 1B | C | 1A | 0 | 38 | 4 | 59 | 130 | 26 | 8 |
| Octal | 33 | 14 | 32 | 0 | 70 | 4 | 131 | 460 | 46 | 10 |
| Binary | 11011 | 1100 | 11010 | 0 | 111000 | 100 | 1011001 | 100110000 | 100110 | 1000 |
Color Harmonies of #1B0C1A
Complementary color
Monochromatic Colors of #1B0C1A
Black with #1B0C1A
Text Example
Text Example
White with #1B0C1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B0C1A; }
p { color: rgb(27,12,26); }
H1.HeaderClassName
{
color: #1B0C1A;
}
.AnyTagClassName
{
color: #1B0C1A;
}
</style>
background-color css
<style>
a { background-color: #1B0C1A; }
a { background-color: rgb(27,12,26); }
div.DivClassName
{
background-color: #1B0C1A;
}
.BgClassName
{
background-color: #1B0C1A;
}
</style>
border-color css
<style>
span { border-color: #1B0C1A; }
span { border-color: rgb(27,12,26); }
td.TdClassName
{
border-color: #1B0C1A;
}
.TagClassName
{
border-color: #1B0C1A;
}
</style>