#1D081E

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

Shades of Mardi Gras #1D081E

Tints of Mardi Gras #1D081E

Color information

#1D081E (or 0x1D081E) is unknown color: approx Mardi Gras. HEX triplet: 1D, 08 and 1E. RGB value is (29,8,30). Sum of RGB (Red+Green+Blue) = 29+8+30=67 (8% of max value = 765). Red value is 29 (11.72% from 255 or 43.28% from 67); Green value is 8 (3.52% from 255 or 11.94% from 67); Blue value is 30 (12.11% from 255 or 44.78% from 67); Max value from RGB is 30 - color contains mainly: blue. Hex color #1D081E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D081E is #E2F7E1. Grayscale: #101010. Windows color (decimal): -14874594 or 1968157. OLE color: 1968157.

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

Color convert

RGB29830-
CMYK0.030.7300.88
HSL297.27º57.89%7.45%-
HSV(B)297.27º73.33%11.76%-
XYZ0.830.531.29-
YUV16.79135.46136.71-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 43.28%
GREEN value IS 8 (3.52% from 255) = 11.94%
BLUE value IS 30 (12.11% from 255) = 44.78%
R=43.28%
G=11.94%
B=44.78%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal298300.030.7300.88297.2757.897.45
Hex1D81E3490581293a7
Octal35103631110130451727
Binary1110110001111011100100101011000100101001111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D081E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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