#1D180B

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

Shades of Maire #1D180B

Tints of Maire #1D180B

Color information

#1D180B (or 0x1D180B) is unknown color: approx Maire. HEX triplet: 1D, 18 and 0B. RGB value is (29,24,11). Sum of RGB (Red+Green+Blue) = 29+24+11=64 (8% of max value = 765). Red value is 29 (11.72% from 255 or 45.31% from 64); Green value is 24 (9.77% from 255 or 37.5% from 64); Blue value is 11 (4.69% from 255 or 17.19% from 64); Max value from RGB is 29 - color contains mainly: red. Hex color #1D180B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D180B is #E2E7F4. Grayscale: #181818. Windows color (decimal): -14870517 or 727069. OLE color: 727069.

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

Color convert

RGB292411-
CMYK00.170.620.89
HSL43.33º45%7.84%-
HSV(B)43.33º62.07%11.37%-
XYZ0.890.940.45-
YUV24.01120.66131.56-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 45.31%
GREEN value IS 24 (9.77% from 255) = 37.5%
BLUE value IS 11 (4.69% from 255) = 17.19%
R=45.31%
G=37.5%
B=17.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.62
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal29241100.170.620.8943.33457.84
Hex1D18B0113E592b2d8
Octal35301302176131535510
Binary1110111000101101000111111010110011010111011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D180B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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