#1D081A

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

Shades of Mardi Gras #1D081A

Tints of Mardi Gras #1D081A

Color information

#1D081A (or 0x1D081A) is unknown color: approx Mardi Gras. HEX triplet: 1D, 08 and 1A. RGB value is (29,8,26). Sum of RGB (Red+Green+Blue) = 29+8+26=63 (8% of max value = 765). Red value is 29 (11.72% from 255 or 46.03% from 63); Green value is 8 (3.52% from 255 or 12.70% from 63); Blue value is 26 (10.55% from 255 or 41.27% from 63); Max value from RGB is 29 - color contains mainly: red. Hex color #1D081A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D081A is #E2F7E5. Grayscale: #101010. Windows color (decimal): -14874598 or 1706013. OLE color: 1706013.

HSL color Cylindrical-coordinate representation of color #1D081A: hue angle of 308.57º degrees, saturation: 0.57, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1D081A is Cyan = 0, Magento = 0.72, Yellow = 0.10 and Black (K on CMYK) = 0.89.

Color convert

RGB29826-
CMYK00.720.100.89
HSL308.57º56.76%7.25%-
HSV(B)308.57º72.41%11.37%-
XYZ0.780.511.03-
YUV16.33133.46137.04-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 46.03%
GREEN value IS 8 (3.52% from 255) = 12.70%
BLUE value IS 26 (10.55% from 255) = 41.27%
R=46.03%
G=12.70%
B=41.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.10
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2982600.720.100.89308.5756.767.25
Hex1D81A048A59135397
Octal351032011012131465717
Binary111011000110100100100010101011001100110101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D081A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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