Shades of Mardi Gras #1C171C
Tints of Mardi Gras #1C171C
RGB
CMYK
RGB Variations
Color information
#1C171C (or 0x1C171C) is known color: Mardi Gras. HEX triplet: 1C, 17 and 1C. RGB value is (28,23,28). Sum of RGB (Red+Green+Blue) = 28+23+28=79 (10% of max value = 765). Red value is 28 (11.33% from 255 or 35.44% from 79); Green value is 23 (9.38% from 255 or 29.11% from 79); Blue value is 28 (11.33% from 255 or 35.44% from 79); Max value from RGB is 28 - color contains mainly: red, blue. Hex color #1C171C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C171C is #E3E8E3. Grayscale: #191919. Windows color (decimal): -14936292 or 1840924. OLE color: 1840924.
HSL color Cylindrical-coordinate representation of color #1C171C: hue angle of 300º degrees, saturation: 0.1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #1C171C is Cyan = 0, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
RGB | 28 | 23 | 28 | - |
CMYK | 0 | 0.18 | 0 | 0.89 |
HSL | 300º | 0.1% | 0.1% | - |
HSV(B) | 300º | 0.18% | 0.11% | - |
XYZ | 0.99 | 0.94 | 1.23 | - |
YUV | 25.07 | 129.66 | 130.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 28 | 23 | 28 | 0 | 0.18 | 0 | 0.89 | 300 | 0.1 | 0.1 |
Hex | 1C | 17 | 1C | 0 | 12 | 0 | 59 | 12C | A | A |
Octal | 34 | 27 | 34 | 0 | 22 | 0 | 131 | 454 | 12 | 12 |
Binary | 11100 | 10111 | 11100 | 0 | 10010 | 0 | 1011001 | 100101100 | 1010 | 1010 |
Color Harmonies of #1C171C
Complementary color
Monochromatic Colors of #1C171C
Black with #1C171C
Text Example
Text Example
White with #1C171C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C171C; }
p { color: rgb(28,23,28); }
H1.HeaderClassName
{
color: #1C171C;
}
.AnyTagClassName
{
color: #1C171C;
}
</style>
background-color css
<style>
a { background-color: #1C171C; }
a { background-color: rgb(28,23,28); }
div.DivClassName
{
background-color: #1C171C;
}
.BgClassName
{
background-color: #1C171C;
}
</style>
border-color css
<style>
span { border-color: #1C171C; }
span { border-color: rgb(28,23,28); }
td.TdClassName
{
border-color: #1C171C;
}
.TagClassName
{
border-color: #1C171C;
}
</style>