#1D121D

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

Shades of Mardi Gras #1D121D

Tints of Mardi Gras #1D121D

Color information

#1D121D (or 0x1D121D) is unknown color: approx Mardi Gras. HEX triplet: 1D, 12 and 1D. RGB value is (29,18,29). Sum of RGB (Red+Green+Blue) = 29+18+29=76 (10% of max value = 765). Red value is 29 (11.72% from 255 or 38.16% from 76); Green value is 18 (7.42% from 255 or 23.68% from 76); Blue value is 29 (11.72% from 255 or 38.16% from 76); Max value from RGB is 29 - color contains mainly: red, blue. Hex color #1D121D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D121D is #E2EDE2. Grayscale: #161616. Windows color (decimal): -14872035 or 1905181. OLE color: 1905181.

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

Color convert

RGB291829-
CMYK00.3800.89
HSL300º23.4%9.22%-
HSV(B)300º37.93%11.37%-
XYZ0.940.781.26-
YUV22.54131.64132.61-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 38.16%
GREEN value IS 18 (7.42% from 255) = 23.68%
BLUE value IS 29 (11.72% from 255) = 38.16%
R=38.16%
G=23.68%
B=38.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal29182900.3800.8930023.49.22
Hex1D121D02605912c179
Octal35223504601314542711
Binary111011001011101010011001011001100101100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D121D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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