#1D1D14

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

Shades of Maire #1D1D14

Tints of Maire #1D1D14

Color information

#1D1D14 (or 0x1D1D14) is unknown color: approx Maire. HEX triplet: 1D, 1D and 14. RGB value is (29,29,20). Sum of RGB (Red+Green+Blue) = 29+29+20=78 (10% of max value = 765). Red value is 29 (11.72% from 255 or 37.18% from 78); Green value is 29 (11.72% from 255 or 37.18% from 78); Blue value is 20 (8.20% from 255 or 25.64% from 78); Max value from RGB is 29 - color contains mainly: red, green. Hex color #1D1D14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D1D14 is #E2E2EB. Grayscale: #1C1C1C. Windows color (decimal): -14869228 or 1318173. OLE color: 1318173.

HSL color Cylindrical-coordinate representation of color #1D1D14: hue angle of 60º degrees, saturation: 0.18, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #1D1D14 is Cyan = 0, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.89.

Color convert

RGB292920-
CMYK000.310.89
HSL60º18.37%9.61%-
HSV(B)60º31.03%11.37%-
XYZ1.071.190.84-
YUV27.97123.5128.73-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 37.18%
GREEN value IS 29 (11.72% from 255) = 37.18%
BLUE value IS 20 (8.20% from 255) = 25.64%
R=37.18%
G=37.18%
B=25.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal292920000.310.896018.379.61
Hex1D1D14001F593c12a
Octal3535240037131742212
Binary11101111011010000111111011001111100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D1D14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,29,20); }

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

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

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

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

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

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

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