#1D121C

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

Shades of Mardi Gras #1D121C

Tints of Mardi Gras #1D121C

Color information

#1D121C (or 0x1D121C) is unknown color: approx Mardi Gras. HEX triplet: 1D, 12 and 1C. RGB value is (29,18,28). Sum of RGB (Red+Green+Blue) = 29+18+28=75 (9% of max value = 765). Red value is 29 (11.72% from 255 or 38.67% from 75); Green value is 18 (7.42% from 255 or 24% from 75); Blue value is 28 (11.33% from 255 or 37.33% from 75); Max value from RGB is 29 - color contains mainly: red. Hex color #1D121C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D121C is #E2EDE3. Grayscale: #161616. Windows color (decimal): -14872036 or 1839645. OLE color: 1839645.

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

Color convert

RGB291828-
CMYK00.380.030.89
HSL305.45º23.4%9.22%-
HSV(B)305.45º37.93%11.37%-
XYZ0.930.781.2-
YUV22.43131.14132.69-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 38.67%
GREEN value IS 18 (7.42% from 255) = 24%
BLUE value IS 28 (11.33% from 255) = 37.33%
R=38.67%
G=24%
B=37.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.03
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal29182800.380.030.89305.4523.49.22
Hex1D121C026359131179
Octal35223404631314612711
Binary1110110010111000100110111011001100110001101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D121C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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