#1D131E

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

Shades of Mardi Gras #1D131E

Tints of Mardi Gras #1D131E

Color information

#1D131E (or 0x1D131E) is unknown color: approx Mardi Gras. HEX triplet: 1D, 13 and 1E. RGB value is (29,19,30). Sum of RGB (Red+Green+Blue) = 29+19+30=78 (10% of max value = 765). Red value is 29 (11.72% from 255 or 37.18% from 78); Green value is 19 (7.81% from 255 or 24.36% from 78); Blue value is 30 (12.11% from 255 or 38.46% from 78); Max value from RGB is 30 - color contains mainly: blue. Hex color #1D131E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D131E is #E2ECE1. Grayscale: #171717. Windows color (decimal): -14871778 or 1970973. OLE color: 1970973.

HSL color Cylindrical-coordinate representation of color #1D131E: hue angle of 294.55º degrees, saturation: 0.22, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #1D131E is Cyan = 0.03, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB291930-
CMYK0.030.3700.88
HSL294.55º22.45%9.61%-
HSV(B)294.55º36.67%11.76%-
XYZ0.970.821.34-
YUV23.24131.81132.11-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 37.18%
GREEN value IS 19 (7.81% from 255) = 24.36%
BLUE value IS 30 (12.11% from 255) = 38.46%
R=37.18%
G=24.36%
B=38.46%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal2919300.030.3700.88294.5522.459.61
Hex1D131E32505812716a
Octal35233634501304472612
Binary1110110011111101110010101011000100100111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D131E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,19,30); }

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

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

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

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

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

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

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