#1C011C

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

Shades of Mardi Gras #1C011C

Tints of Mardi Gras #1C011C

Color information

#1C011C (or 0x1C011C) is unknown color: approx Mardi Gras. HEX triplet: 1C, 01 and 1C. RGB value is (28,1,28). Sum of RGB (Red+Green+Blue) = 28+1+28=57 (7% of max value = 765). Red value is 28 (11.33% from 255 or 49.12% from 57); Green value is 1 (0.78% from 255 or 1.75% from 57); Blue value is 28 (11.33% from 255 or 49.12% from 57); Max value from RGB is 28 - color contains mainly: red, blue. Hex color #1C011C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C011C is #E3FEE3. Grayscale: #0C0C0C. Windows color (decimal): -14941924 or 1835292. OLE color: 1835292.

HSL color Cylindrical-coordinate representation of color #1C011C: hue angle of 300º degrees, saturation: 0.93, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1C011C is Cyan = 0, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB28128-
CMYK00.9600.89
HSL300º93.1%5.69%-
HSV(B)300º96.43%10.98%-
XYZ0.70.351.13-
YUV12.15136.95139.3-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 49.12%
GREEN value IS 1 (0.78% from 255) = 1.75%
BLUE value IS 28 (11.33% from 255) = 49.12%
R=49.12%
G=1.75%
B=49.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2812800.9600.8930093.15.69
Hex1C11C06005912c5d6
Octal34134014001314541356
Binary1110011110001100000010110011001011001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C011C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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