#1C111C

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

Shades of Mardi Gras #1C111C

Tints of Mardi Gras #1C111C

Color information

#1C111C (or 0x1C111C) is unknown color: approx Mardi Gras. HEX triplet: 1C, 11 and 1C. RGB value is (28,17,28). Sum of RGB (Red+Green+Blue) = 28+17+28=73 (9% of max value = 765). Red value is 28 (11.33% from 255 or 38.36% from 73); Green value is 17 (7.03% from 255 or 23.29% from 73); Blue value is 28 (11.33% from 255 or 38.36% from 73); Max value from RGB is 28 - color contains mainly: red, blue. Hex color #1C111C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C111C is #E3EEE3. Grayscale: #151515. Windows color (decimal): -14937828 or 1839388. OLE color: 1839388.

HSL color Cylindrical-coordinate representation of color #1C111C: hue angle of 300º 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 #1C111C is Cyan = 0, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB281728-
CMYK00.3900.89
HSL300º24.44%8.82%-
HSV(B)300º39.29%10.98%-
XYZ0.890.731.19-
YUV21.54131.64132.61-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 38.36%
GREEN value IS 17 (7.03% from 255) = 23.29%
BLUE value IS 28 (11.33% from 255) = 38.36%
R=38.36%
G=23.29%
B=38.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal28172800.3900.8930024.448.82
Hex1C111C02705912c189
Octal34213404701314543011
Binary111001000111100010011101011001100101100110001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C111C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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