#1D1C09

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

Shades of Maire #1D1C09

Tints of Maire #1D1C09

Color information

#1D1C09 (or 0x1D1C09) is unknown color: approx Maire. HEX triplet: 1D, 1C and 09. RGB value is (29,28,9). Sum of RGB (Red+Green+Blue) = 29+28+9=66 (8% of max value = 765). Red value is 29 (11.72% from 255 or 43.94% from 66); Green value is 28 (11.33% from 255 or 42.42% from 66); Blue value is 9 (3.91% from 255 or 13.64% from 66); Max value from RGB is 29 - color contains mainly: red. Hex color #1D1C09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D1C09 is #E2E3F6. Grayscale: #1A1A1A. Windows color (decimal): -14869495 or 597021. OLE color: 597021.

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

Color convert

RGB29289-
CMYK00.030.690.89
HSL57º52.63%7.45%-
HSV(B)57º68.97%11.37%-
XYZ0.971.110.42-
YUV26.13118.33130.04-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 43.94%
GREEN value IS 28 (11.33% from 255) = 42.42%
BLUE value IS 9 (3.91% from 255) = 13.64%
R=43.94%
G=42.42%
B=13.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.69
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2928900.030.690.895752.637.45
Hex1D1C903455939357
Octal3534110310513171657
Binary1110111100100101110001011011001111001110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D1C09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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