#1D1B09

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

Shades of Maire #1D1B09

Tints of Maire #1D1B09

Color information

#1D1B09 (or 0x1D1B09) is unknown color: approx Maire. HEX triplet: 1D, 1B and 09. RGB value is (29,27,9). Sum of RGB (Red+Green+Blue) = 29+27+9=65 (8% of max value = 765). Red value is 29 (11.72% from 255 or 44.62% from 65); Green value is 27 (10.94% from 255 or 41.54% from 65); Blue value is 9 (3.91% from 255 or 13.85% from 65); Max value from RGB is 29 - color contains mainly: red. Hex color #1D1B09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D1B09 is #E2E4F6. Grayscale: #191919. Windows color (decimal): -14869751 or 596765. OLE color: 596765.

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

Color convert

RGB29279-
CMYK00.070.690.89
HSL54º52.63%7.45%-
HSV(B)54º68.97%11.37%-
XYZ0.951.060.41-
YUV25.55118.66130.46-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 44.62%
GREEN value IS 27 (10.94% from 255) = 41.54%
BLUE value IS 9 (3.91% from 255) = 13.85%
R=44.62%
G=41.54%
B=13.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.69
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2927900.070.690.895452.637.45
Hex1D1B907455936357
Octal3533110710513166657
Binary11101110111001011110001011011001110110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D1B09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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