#1D011C

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

Shades of Mardi Gras #1D011C

Tints of Mardi Gras #1D011C

Color information

#1D011C (or 0x1D011C) is unknown color: approx Mardi Gras. HEX triplet: 1D, 01 and 1C. RGB value is (29,1,28). Sum of RGB (Red+Green+Blue) = 29+1+28=58 (7% of max value = 765). Red value is 29 (11.72% from 255 or 50% from 58); Green value is 1 (0.78% from 255 or 1.72% from 58); Blue value is 28 (11.33% from 255 or 48.28% from 58); Max value from RGB is 29 - color contains mainly: red. Hex color #1D011C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D011C is #E2FEE3. Grayscale: #0C0C0C. Windows color (decimal): -14876388 or 1835293. OLE color: 1835293.

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

Color convert

RGB29128-
CMYK00.970.030.89
HSL302.14º93.33%5.88%-
HSV(B)302.14º96.55%11.37%-
XYZ0.730.371.13-
YUV12.45136.78139.8-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 50%
GREEN value IS 1 (0.78% from 255) = 1.72%
BLUE value IS 28 (11.33% from 255) = 48.28%
R=50%
G=1.72%
B=48.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.03
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2912800.970.030.89302.1493.335.88
Hex1D11C06135912e5d6
Octal35134014131314561356
Binary11101111100011000011110110011001011101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D011C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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