#1C091D

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

Shades of Mardi Gras #1C091D

Tints of Mardi Gras #1C091D

Color information

#1C091D (or 0x1C091D) is unknown color: approx Mardi Gras. HEX triplet: 1C, 09 and 1D. RGB value is (28,9,29). Sum of RGB (Red+Green+Blue) = 28+9+29=66 (8% of max value = 765). Red value is 28 (11.33% from 255 or 42.42% from 66); Green value is 9 (3.91% from 255 or 13.64% from 66); Blue value is 29 (11.72% from 255 or 43.94% from 66); Max value from RGB is 29 - color contains mainly: blue. Hex color #1C091D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C091D is #E3F6E2. Grayscale: #101010. Windows color (decimal): -14939875 or 1902876. OLE color: 1902876.

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

Color convert

RGB28929-
CMYK0.030.6900.89
HSL297º52.63%7.45%-
HSV(B)297º68.97%11.37%-
XYZ0.80.531.22-
YUV16.96134.79135.87-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 42.42%
GREEN value IS 9 (3.91% from 255) = 13.64%
BLUE value IS 29 (11.72% from 255) = 43.94%
R=42.42%
G=13.64%
B=43.94%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal289290.030.6900.8929752.637.45
Hex1C91D345059129357
Octal34113531050131451657
Binary1110010011110111100010101011001100101001110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C091D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,9,29); }

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

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

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

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

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

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

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