#1D021E

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

Shades of Mardi Gras #1D021E

Tints of Mardi Gras #1D021E

Color information

#1D021E (or 0x1D021E) is unknown color: approx Mardi Gras. HEX triplet: 1D, 02 and 1E. RGB value is (29,2,30). Sum of RGB (Red+Green+Blue) = 29+2+30=61 (8% of max value = 765). Red value is 29 (11.72% from 255 or 47.54% from 61); Green value is 2 (1.17% from 255 or 3.28% from 61); Blue value is 30 (12.11% from 255 or 49.18% from 61); Max value from RGB is 30 - color contains mainly: blue. Hex color #1D021E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D021E is #E2FDE1. Grayscale: #0D0D0D. Windows color (decimal): -14876130 or 1966621. OLE color: 1966621.

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

Color convert

RGB29230-
CMYK0.030.9300.88
HSL297.86º87.5%6.27%-
HSV(B)297.86º93.33%11.76%-
XYZ0.760.41.26-
YUV13.26137.45139.22-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 47.54%
GREEN value IS 2 (1.17% from 255) = 3.28%
BLUE value IS 30 (12.11% from 255) = 49.18%
R=47.54%
G=3.28%
B=49.18%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal292300.030.9300.88297.8687.56.27
Hex1D21E35D05812a586
Octal35236313501304521306
Binary111011011110111011101010110001001010101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D021E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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