#1D1C14

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

Shades of Maire #1D1C14

Tints of Maire #1D1C14

Color information

#1D1C14 (or 0x1D1C14) is unknown color: approx Maire. HEX triplet: 1D, 1C and 14. RGB value is (29,28,20). Sum of RGB (Red+Green+Blue) = 29+28+20=77 (10% of max value = 765). Red value is 29 (11.72% from 255 or 37.66% from 77); Green value is 28 (11.33% from 255 or 36.36% from 77); Blue value is 20 (8.20% from 255 or 25.97% from 77); Max value from RGB is 29 - color contains mainly: red. Hex color #1D1C14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D1C14 is #E2E3EB. Grayscale: #1B1B1B. Windows color (decimal): -14869484 or 1317917. OLE color: 1317917.

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

Color convert

RGB292820-
CMYK00.030.310.89
HSL53.33º18.37%9.61%-
HSV(B)53.33º31.03%11.37%-
XYZ1.051.140.83-
YUV27.39123.83129.15-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 37.66%
GREEN value IS 28 (11.33% from 255) = 36.36%
BLUE value IS 20 (8.20% from 255) = 25.97%
R=37.66%
G=36.36%
B=25.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.31
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal29282000.030.310.8953.3318.379.61
Hex1D1C14031F593512a
Octal3534240337131652212
Binary111011110010100011111111011001110101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D1C14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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