#1D1809

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

Shades of Maire #1D1809

Tints of Maire #1D1809

Color information

#1D1809 (or 0x1D1809) is unknown color: approx Maire. HEX triplet: 1D, 18 and 09. RGB value is (29,24,9). Sum of RGB (Red+Green+Blue) = 29+24+9=62 (8% of max value = 765). Red value is 29 (11.72% from 255 or 46.77% from 62); Green value is 24 (9.77% from 255 or 38.71% from 62); Blue value is 9 (3.91% from 255 or 14.52% from 62); Max value from RGB is 29 - color contains mainly: red. Hex color #1D1809 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D1809 is #E2E7F6. Grayscale: #171717. Windows color (decimal): -14870519 or 595997. OLE color: 595997.

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

Color convert

RGB29249-
CMYK00.170.690.89
HSL45º52.63%7.45%-
HSV(B)45º68.97%11.37%-
XYZ0.880.930.39-
YUV23.78119.66131.72-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 46.77%
GREEN value IS 24 (9.77% from 255) = 38.71%
BLUE value IS 9 (3.91% from 255) = 14.52%
R=46.77%
G=38.71%
B=14.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.69
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2924900.170.690.894552.637.45
Hex1D18901145592d357
Octal35301102110513155657
Binary1110111000100101000110001011011001101101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D1809

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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