#1D180C

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

Shades of Maire #1D180C

Tints of Maire #1D180C

Color information

#1D180C (or 0x1D180C) is unknown color: approx Maire. HEX triplet: 1D, 18 and 0C. RGB value is (29,24,12). Sum of RGB (Red+Green+Blue) = 29+24+12=65 (8% of max value = 765). Red value is 29 (11.72% from 255 or 44.62% from 65); Green value is 24 (9.77% from 255 or 36.92% from 65); Blue value is 12 (5.08% from 255 or 18.46% from 65); Max value from RGB is 29 - color contains mainly: red. Hex color #1D180C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D180C is #E2E7F3. Grayscale: #181818. Windows color (decimal): -14870516 or 792605. OLE color: 792605.

HSL color Cylindrical-coordinate representation of color #1D180C: hue angle of 42.35º degrees, saturation: 0.41, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #1D180C is Cyan = 0, Magento = 0.17, Yellow = 0.59 and Black (K on CMYK) = 0.89.

Color convert

RGB292412-
CMYK00.170.590.89
HSL42.35º41.46%8.04%-
HSV(B)42.35º58.62%11.37%-
XYZ0.90.940.48-
YUV24.13121.16131.48-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 44.62%
GREEN value IS 24 (9.77% from 255) = 36.92%
BLUE value IS 12 (5.08% from 255) = 18.46%
R=44.62%
G=36.92%
B=18.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.59
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal29241200.170.590.8942.3541.468.04
Hex1D18C0113B592a298
Octal35301402173131525110
Binary1110111000110001000111101110110011010101010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D180C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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