#1C001C

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

Shades of Mardi Gras #1C001C

Tints of Mardi Gras #1C001C

Color information

#1C001C (or 0x1C001C) is unknown color: approx Mardi Gras. HEX triplet: 1C, 00 and 1C. RGB value is (28,0,28). Sum of RGB (Red+Green+Blue) = 28+0+28=56 (7% of max value = 765). Red value is 28 (11.33% from 255 or 50% from 56); Green value is 0 (0.39% from 255 or 0% from 56); Blue value is 28 (11.33% from 255 or 50% from 56); Max value from RGB is 28 - color contains mainly: red, blue. Hex color #1C001C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C001C is #E3FFE3. Grayscale: #0B0B0B. Windows color (decimal): -14942180 or 1835036. OLE color: 1835036.

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

Color convert

RGB28028-
CMYK0100.89
HSL300º100%5.49%-
HSV(B)300º100%10.98%-
XYZ0.690.331.13-
YUV11.56137.28139.72-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 50%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 28 (11.33% from 255) = 50%
R=50%
G=0%
B=50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal280280100.893001005.49
Hex1C01C06405912c645
Octal34034014401314541445
Binary1110001110001100100010110011001011001100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C001C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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