#1C111B

Color #1C111B Mardi Gras (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mardi Gras #1C111B

Tints of Mardi Gras #1C111B

Color information

#1C111B (or 0x1C111B) is unknown color: approx Mardi Gras. HEX triplet: 1C, 11 and 1B. RGB value is (28,17,27). Sum of RGB (Red+Green+Blue) = 28+17+27=72 (9% of max value = 765). Red value is 28 (11.33% from 255 or 38.89% from 72); Green value is 17 (7.03% from 255 or 23.61% from 72); Blue value is 27 (10.94% from 255 or 37.5% from 72); Max value from RGB is 28 - color contains mainly: red. Hex color #1C111B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C111B is #E3EEE4. Grayscale: #151515. Windows color (decimal): -14937829 or 1773852. OLE color: 1773852.

HSL color Cylindrical-coordinate representation of color #1C111B: hue angle of 305.45º degrees, saturation: 0.24, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #1C111B is Cyan = 0, Magento = 0.39, Yellow = 0.04 and Black (K on CMYK) = 0.89.

Color convert

RGB281727-
CMYK00.390.040.89
HSL305.45º24.44%8.82%-
HSV(B)305.45º39.29%10.98%-
XYZ0.880.731.13-
YUV21.43131.14132.69-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 28 (11.33% from 255) = 38.89%
GREEN value IS 17 (7.03% from 255) = 23.61%
BLUE value IS 27 (10.94% from 255) = 37.5%
R=38.89%
G=23.61%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.04
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal28172700.390.040.89305.4524.448.82
Hex1C111B027459131189
Octal34213304741314613011
Binary11100100011101101001111001011001100110001110001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C111B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1C111B; }

 p { color: rgb(28,17,27); }

 H1.HeaderClassName
 {
   color: #1C111B;
 }
 .AnyTagClassName
 {
   color: #1C111B;
 }
</style>
background-color css

<style>
 a { background-color: #1C111B; }

 a { background-color: rgb(28,17,27); }

 div.DivClassName
 {
   background-color: #1C111B;
 }
 .BgClassName
 {
   background-color: #1C111B;
 }
</style>
border-color css

<style>
 span { border-color: #1C111B; }

 span { border-color: rgb(28,17,27); }

 td.TdClassName
 {
   border-color: #1C111B;
 }
 .TagClassName
 {
   border-color: #1C111B;
 }
</style>