#1D180A

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

Shades of Maire #1D180A

Tints of Maire #1D180A

Color information

#1D180A (or 0x1D180A) is unknown color: approx Maire. HEX triplet: 1D, 18 and 0A. RGB value is (29,24,10). Sum of RGB (Red+Green+Blue) = 29+24+10=63 (8% of max value = 765). Red value is 29 (11.72% from 255 or 46.03% from 63); Green value is 24 (9.77% from 255 or 38.10% from 63); Blue value is 10 (4.30% from 255 or 15.87% from 63); Max value from RGB is 29 - color contains mainly: red. Hex color #1D180A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D180A is #E2E7F5. Grayscale: #171717. Windows color (decimal): -14870518 or 661533. OLE color: 661533.

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

Color convert

RGB292410-
CMYK00.170.660.89
HSL44.21º48.72%7.65%-
HSV(B)44.21º65.52%11.37%-
XYZ0.890.940.42-
YUV23.9120.16131.64-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 46.03%
GREEN value IS 24 (9.77% from 255) = 38.10%
BLUE value IS 10 (4.30% from 255) = 15.87%
R=46.03%
G=38.10%
B=15.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.66
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal29241000.170.660.8944.2148.727.65
Hex1D18A01142592c318
Octal353012021102131546110
Binary11101110001010010001100001010110011011001100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D180A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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