#1D180D

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

Shades of Maire #1D180D

Tints of Maire #1D180D

Color information

#1D180D (or 0x1D180D) is unknown color: approx Maire. HEX triplet: 1D, 18 and 0D. RGB value is (29,24,13). Sum of RGB (Red+Green+Blue) = 29+24+13=66 (8% of max value = 765). Red value is 29 (11.72% from 255 or 43.94% from 66); Green value is 24 (9.77% from 255 or 36.36% from 66); Blue value is 13 (5.47% from 255 or 19.70% from 66); Max value from RGB is 29 - color contains mainly: red. Hex color #1D180D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D180D is #E2E7F2. Grayscale: #181818. Windows color (decimal): -14870515 or 858141. OLE color: 858141.

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

Color convert

RGB292413-
CMYK00.170.550.89
HSL41.25º38.1%8.24%-
HSV(B)41.25º55.17%11.37%-
XYZ0.910.940.52-
YUV24.24121.66131.39-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 43.94%
GREEN value IS 24 (9.77% from 255) = 36.36%
BLUE value IS 13 (5.47% from 255) = 19.70%
R=43.94%
G=36.36%
B=19.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.55
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal29241300.170.550.8941.2538.18.24
Hex1D18D011375929268
Octal35301502167131514610
Binary1110111000110101000111011110110011010011001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D180D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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