#1D091A

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

Shades of Mardi Gras #1D091A

Tints of Mardi Gras #1D091A

Color information

#1D091A (or 0x1D091A) is unknown color: approx Mardi Gras. HEX triplet: 1D, 09 and 1A. RGB value is (29,9,26). Sum of RGB (Red+Green+Blue) = 29+9+26=64 (8% of max value = 765). Red value is 29 (11.72% from 255 or 45.31% from 64); Green value is 9 (3.91% from 255 or 14.06% from 64); Blue value is 26 (10.55% from 255 or 40.62% from 64); Max value from RGB is 29 - color contains mainly: red. Hex color #1D091A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D091A is #E2F6E5. Grayscale: #101010. Windows color (decimal): -14874342 or 1706269. OLE color: 1706269.

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

Color convert

RGB29926-
CMYK00.690.100.89
HSL309º52.63%7.45%-
HSV(B)309º68.97%11.37%-
XYZ0.790.531.04-
YUV16.92133.13136.62-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 45.31%
GREEN value IS 9 (3.91% from 255) = 14.06%
BLUE value IS 26 (10.55% from 255) = 40.62%
R=45.31%
G=14.06%
B=40.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.10
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2992600.690.100.8930952.637.45
Hex1D91A045A59135357
Octal351132010512131465657
Binary111011001110100100010110101011001100110101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D091A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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