#1D011A

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

Shades of Mardi Gras #1D011A

Tints of Mardi Gras #1D011A

Color information

#1D011A (or 0x1D011A) is unknown color: approx Mardi Gras. HEX triplet: 1D, 01 and 1A. RGB value is (29,1,26). Sum of RGB (Red+Green+Blue) = 29+1+26=56 (7% of max value = 765). Red value is 29 (11.72% from 255 or 51.79% from 56); Green value is 1 (0.78% from 255 or 1.79% from 56); Blue value is 26 (10.55% from 255 or 46.43% from 56); Max value from RGB is 29 - color contains mainly: red. Hex color #1D011A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D011A is #E2FEE5. Grayscale: #0C0C0C. Windows color (decimal): -14876390 or 1704221. OLE color: 1704221.

HSL color Cylindrical-coordinate representation of color #1D011A: hue angle of 306.43º 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 #1D011A is Cyan = 0, Magento = 0.97, Yellow = 0.10 and Black (K on CMYK) = 0.89.

Color convert

RGB29126-
CMYK00.970.100.89
HSL306.43º93.33%5.88%-
HSV(B)306.43º96.55%11.37%-
XYZ0.70.361.01-
YUV12.22135.78139.97-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 51.79%
GREEN value IS 1 (0.78% from 255) = 1.79%
BLUE value IS 26 (10.55% from 255) = 46.43%
R=51.79%
G=1.79%
B=46.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.10
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2912600.970.100.89306.4393.335.88
Hex1D11A061A591325d6
Octal351320141121314621356
Binary1110111101001100001101010110011001100101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D011A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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