#1D111C

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

Shades of Mardi Gras #1D111C

Tints of Mardi Gras #1D111C

Color information

#1D111C (or 0x1D111C) is unknown color: approx Mardi Gras. HEX triplet: 1D, 11 and 1C. RGB value is (29,17,28). Sum of RGB (Red+Green+Blue) = 29+17+28=74 (9% of max value = 765). Red value is 29 (11.72% from 255 or 39.19% from 74); Green value is 17 (7.03% from 255 or 22.97% from 74); Blue value is 28 (11.33% from 255 or 37.84% from 74); Max value from RGB is 29 - color contains mainly: red. Hex color #1D111C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D111C is #E2EEE3. Grayscale: #151515. Windows color (decimal): -14872292 or 1839389. OLE color: 1839389.

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

Color convert

RGB291728-
CMYK00.410.030.89
HSL305º26.09%9.02%-
HSV(B)305º41.38%11.37%-
XYZ0.920.751.19-
YUV21.84131.48133.11-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 39.19%
GREEN value IS 17 (7.03% from 255) = 22.97%
BLUE value IS 28 (11.33% from 255) = 37.84%
R=39.19%
G=22.97%
B=37.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.03
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal29172800.410.030.8930526.099.02
Hex1D111C0293591311a9
Octal35213405131314613211
Binary1110110001111000101001111011001100110001110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D111C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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