#1D131D

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

Shades of Mardi Gras #1D131D

Tints of Mardi Gras #1D131D

Color information

#1D131D (or 0x1D131D) is unknown color: approx Mardi Gras. HEX triplet: 1D, 13 and 1D. RGB value is (29,19,29). Sum of RGB (Red+Green+Blue) = 29+19+29=77 (10% of max value = 765). Red value is 29 (11.72% from 255 or 37.66% from 77); Green value is 19 (7.81% from 255 or 24.68% from 77); Blue value is 29 (11.72% from 255 or 37.66% from 77); Max value from RGB is 29 - color contains mainly: red, blue. Hex color #1D131D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D131D is #E2ECE2. Grayscale: #171717. Windows color (decimal): -14871779 or 1905437. OLE color: 1905437.

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

Color convert

RGB291929-
CMYK00.3400.89
HSL300º20.83%9.41%-
HSV(B)300º34.48%11.37%-
XYZ0.960.821.27-
YUV23.13131.31132.19-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 37.66%
GREEN value IS 19 (7.81% from 255) = 24.68%
BLUE value IS 29 (11.72% from 255) = 37.66%
R=37.66%
G=24.68%
B=37.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal29192900.3400.8930020.839.41
Hex1D131D02205912c159
Octal35233504201314542511
Binary111011001111101010001001011001100101100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D131D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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