Shades of Mardi Gras #1B051C
Tints of Mardi Gras #1B051C
RGB
CMYK
RGB Variations
Color information
#1B051C (or 0x1B051C) is known color: Mardi Gras. HEX triplet: 1B, 05 and 1C. RGB value is (27,5,28). Sum of RGB (Red+Green+Blue) = 27+5+28=60 (7% of max value = 765). Red value is 27 (10.94% from 255 or 45% from 60); Green value is 5 (2.34% from 255 or 8.33% from 60); Blue value is 28 (11.33% from 255 or 46.67% from 60); Max value from RGB is 28 - color contains mainly: blue. Hex color #1B051C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B051C is #E4FAE3. Grayscale: #0E0E0E. Windows color (decimal): -15006436 or 1836315. OLE color: 1836315.
HSL color Cylindrical-coordinate representation of color #1B051C: hue angle of 297.39º degrees, saturation: 0.7, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1B051C is Cyan = 0.04, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 27 | 5 | 28 | - |
| CMYK | 0.04 | 0.82 | 0 | 0.89 |
| HSL | 297.39º | 0.7% | 0.06% | - |
| HSV(B) | 297.39º | 0.82% | 0.11% | - |
| XYZ | 0.72 | 0.43 | 1.14 | - |
| YUV | 14.2 | 135.79 | 137.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 5 | 28 | 0.04 | 0.82 | 0 | 0.89 | 297.39 | 0.7 | 0.06 |
| Hex | 1B | 5 | 1C | 4 | 52 | 0 | 59 | 129 | 46 | 6 |
| Octal | 33 | 5 | 34 | 4 | 122 | 0 | 131 | 451 | 106 | 6 |
| Binary | 11011 | 101 | 11100 | 100 | 1010010 | 0 | 1011001 | 100101001 | 1000110 | 110 |
Color Harmonies of #1B051C
Complementary color
Monochromatic Colors of #1B051C
Black with #1B051C
Text Example
Text Example
White with #1B051C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B051C; }
p { color: rgb(27,5,28); }
H1.HeaderClassName
{
color: #1B051C;
}
.AnyTagClassName
{
color: #1B051C;
}
</style>
background-color css
<style>
a { background-color: #1B051C; }
a { background-color: rgb(27,5,28); }
div.DivClassName
{
background-color: #1B051C;
}
.BgClassName
{
background-color: #1B051C;
}
</style>
border-color css
<style>
span { border-color: #1B051C; }
span { border-color: rgb(27,5,28); }
td.TdClassName
{
border-color: #1B051C;
}
.TagClassName
{
border-color: #1B051C;
}
</style>