#1D111D

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

Shades of Mardi Gras #1D111D

Tints of Mardi Gras #1D111D

Color information

#1D111D (or 0x1D111D) is unknown color: approx Mardi Gras. HEX triplet: 1D, 11 and 1D. RGB value is (29,17,29). Sum of RGB (Red+Green+Blue) = 29+17+29=75 (9% of max value = 765). Red value is 29 (11.72% from 255 or 38.67% from 75); Green value is 17 (7.03% from 255 or 22.67% from 75); Blue value is 29 (11.72% from 255 or 38.67% from 75); Max value from RGB is 29 - color contains mainly: red, blue. Hex color #1D111D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D111D is #E2EEE2. Grayscale: #151515. Windows color (decimal): -14872291 or 1904925. OLE color: 1904925.

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

Color convert

RGB291729-
CMYK00.4100.89
HSL300º26.09%9.02%-
HSV(B)300º41.38%11.37%-
XYZ0.930.751.26-
YUV21.96131.98133.02-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 38.67%
GREEN value IS 17 (7.03% from 255) = 22.67%
BLUE value IS 29 (11.72% from 255) = 38.67%
R=38.67%
G=22.67%
B=38.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal29172900.4100.8930026.099.02
Hex1D111D02905912c1a9
Octal35213505101314543211
Binary111011000111101010100101011001100101100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D111D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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