#1D011E

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

Shades of Mardi Gras #1D011E

Tints of Mardi Gras #1D011E

Color information

#1D011E (or 0x1D011E) is unknown color: approx Mardi Gras. HEX triplet: 1D, 01 and 1E. RGB value is (29,1,30). Sum of RGB (Red+Green+Blue) = 29+1+30=60 (7% of max value = 765). Red value is 29 (11.72% from 255 or 48.33% from 60); Green value is 1 (0.78% from 255 or 1.67% from 60); Blue value is 30 (12.11% from 255 or 50% from 60); Max value from RGB is 30 - color contains mainly: blue. Hex color #1D011E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D011E is #E2FEE1. Grayscale: #0C0C0C. Windows color (decimal): -14876386 or 1966365. OLE color: 1966365.

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

Color convert

RGB29130-
CMYK0.030.9700.88
HSL297.93º93.55%6.08%-
HSV(B)297.93º96.67%11.76%-
XYZ0.750.381.26-
YUV12.68137.78139.64-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 48.33%
GREEN value IS 1 (0.78% from 255) = 1.67%
BLUE value IS 30 (12.11% from 255) = 50%
R=48.33%
G=1.67%
B=50%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal291300.030.9700.88297.9393.556.08
Hex1D11E36105812a5e6
Octal35136314101304521366
Binary11101111110111100001010110001001010101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D011E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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