#1D091C

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

Shades of Mardi Gras #1D091C

Tints of Mardi Gras #1D091C

Color information

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

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

Color convert

RGB29928-
CMYK00.690.030.89
HSL303º52.63%7.45%-
HSV(B)303º68.97%11.37%-
XYZ0.810.541.16-
YUV17.15134.13136.46-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.03
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2992800.690.030.8930352.637.45
Hex1D91C04535912f357
Octal35113401053131457657
Binary1110110011110001000101111011001100101111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D091C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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