#1D170C

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

Shades of Maire #1D170C

Tints of Maire #1D170C

Color information

#1D170C (or 0x1D170C) is unknown color: approx Maire. HEX triplet: 1D, 17 and 0C. RGB value is (29,23,12). Sum of RGB (Red+Green+Blue) = 29+23+12=64 (8% of max value = 765). Red value is 29 (11.72% from 255 or 45.31% from 64); Green value is 23 (9.38% from 255 or 35.94% from 64); Blue value is 12 (5.08% from 255 or 18.75% from 64); Max value from RGB is 29 - color contains mainly: red. Hex color #1D170C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D170C is #E2E8F3. Grayscale: #171717. Windows color (decimal): -14870772 or 792349. OLE color: 792349.

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

Color convert

RGB292312-
CMYK00.210.590.89
HSL38.82º41.46%8.04%-
HSV(B)38.82º58.62%11.37%-
XYZ0.880.90.48-
YUV23.54121.49131.89-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 45.31%
GREEN value IS 23 (9.38% from 255) = 35.94%
BLUE value IS 12 (5.08% from 255) = 18.75%
R=45.31%
G=35.94%
B=18.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.59
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal29231200.210.590.8938.8241.468.04
Hex1D17C0153B5927298
Octal35271402573131475110
Binary1110110111110001010111101110110011001111010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D170C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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