#1D031E

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

Shades of Mardi Gras #1D031E

Tints of Mardi Gras #1D031E

Color information

#1D031E (or 0x1D031E) is unknown color: approx Mardi Gras. HEX triplet: 1D, 03 and 1E. RGB value is (29,3,30). Sum of RGB (Red+Green+Blue) = 29+3+30=62 (8% of max value = 765). Red value is 29 (11.72% from 255 or 46.77% from 62); Green value is 3 (1.56% from 255 or 4.84% from 62); Blue value is 30 (12.11% from 255 or 48.39% from 62); Max value from RGB is 30 - color contains mainly: blue. Hex color #1D031E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D031E is #E2FCE1. Grayscale: #0D0D0D. Windows color (decimal): -14875874 or 1966877. OLE color: 1966877.

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

Color convert

RGB29330-
CMYK0.030.9000.88
HSL297.78º81.82%6.47%-
HSV(B)297.78º90%11.76%-
XYZ0.770.421.27-
YUV13.85137.11138.8-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 46.77%
GREEN value IS 3 (1.56% from 255) = 4.84%
BLUE value IS 30 (12.11% from 255) = 48.39%
R=46.77%
G=4.84%
B=48.39%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal293300.030.9000.88297.7881.826.47
Hex1D31E35A05812a526
Octal35336313201304521226
Binary111011111110111011010010110001001010101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D031E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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