#1D170B

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

Shades of Maire #1D170B

Tints of Maire #1D170B

Color information

#1D170B (or 0x1D170B) is unknown color: approx Maire. HEX triplet: 1D, 17 and 0B. RGB value is (29,23,11). Sum of RGB (Red+Green+Blue) = 29+23+11=63 (8% of max value = 765). Red value is 29 (11.72% from 255 or 46.03% from 63); Green value is 23 (9.38% from 255 or 36.51% from 63); Blue value is 11 (4.69% from 255 or 17.46% from 63); Max value from RGB is 29 - color contains mainly: red. Hex color #1D170B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D170B is #E2E8F4. Grayscale: #171717. Windows color (decimal): -14870773 or 726813. OLE color: 726813.

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

Color convert

RGB292311-
CMYK00.210.620.89
HSL40º45%7.84%-
HSV(B)40º62.07%11.37%-
XYZ0.870.90.44-
YUV23.43120.99131.98-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 46.03%
GREEN value IS 23 (9.38% from 255) = 36.51%
BLUE value IS 11 (4.69% from 255) = 17.46%
R=46.03%
G=36.51%
B=17.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.62
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal29231100.210.620.8940457.84
Hex1D17B0153E59282d8
Octal35271302576131505510
Binary1110110111101101010111111010110011010001011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D170B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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