#1D031D

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

Shades of Mardi Gras #1D031D

Tints of Mardi Gras #1D031D

Color information

#1D031D (or 0x1D031D) is unknown color: approx Mardi Gras. HEX triplet: 1D, 03 and 1D. RGB value is (29,3,29). Sum of RGB (Red+Green+Blue) = 29+3+29=61 (8% of max value = 765). Red value is 29 (11.72% from 255 or 47.54% from 61); Green value is 3 (1.56% from 255 or 4.92% from 61); Blue value is 29 (11.72% from 255 or 47.54% from 61); Max value from RGB is 29 - color contains mainly: red, blue. Hex color #1D031D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D031D is #E2FCE2. Grayscale: #0D0D0D. Windows color (decimal): -14875875 or 1901341. OLE color: 1901341.

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

Color convert

RGB29329-
CMYK00.9000.89
HSL300º81.25%6.27%-
HSV(B)300º89.66%11.37%-
XYZ0.760.421.2-
YUV13.74136.61138.89-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 47.54%
GREEN value IS 3 (1.56% from 255) = 4.92%
BLUE value IS 29 (11.72% from 255) = 47.54%
R=47.54%
G=4.92%
B=47.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2932900.9000.8930081.256.27
Hex1D31D05A05912c516
Octal35335013201314541216
Binary11101111110101011010010110011001011001010001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D031D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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