#1D191D

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

Shades of Mardi Gras #1D191D

Tints of Mardi Gras #1D191D

Color information

#1D191D (or 0x1D191D) is unknown color: approx Mardi Gras. HEX triplet: 1D, 19 and 1D. RGB value is (29,25,29). Sum of RGB (Red+Green+Blue) = 29+25+29=83 (10% of max value = 765). Red value is 29 (11.72% from 255 or 34.94% from 83); Green value is 25 (10.16% from 255 or 30.12% from 83); Blue value is 29 (11.72% from 255 or 34.94% from 83); Max value from RGB is 29 - color contains mainly: red, blue. Hex color #1D191D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D191D is #E2E6E2. Grayscale: #1A1A1A. Windows color (decimal): -14870243 or 1906973. OLE color: 1906973.

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

Color convert

RGB292529-
CMYK00.1400.89
HSL300º7.41%10.59%-
HSV(B)300º13.79%11.37%-
XYZ1.081.051.31-
YUV26.65129.33129.67-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 34.94%
GREEN value IS 25 (10.16% from 255) = 30.12%
BLUE value IS 29 (11.72% from 255) = 34.94%
R=34.94%
G=30.12%
B=34.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal29252900.1400.893007.4110.59
Hex1D191D0E05912c7b
Octal3531350160131454713
Binary11101110011110101110010110011001011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D191D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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