#1D1A10

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

Shades of Maire #1D1A10

Tints of Maire #1D1A10

Color information

#1D1A10 (or 0x1D1A10) is unknown color: approx Maire. HEX triplet: 1D, 1A and 10. RGB value is (29,26,16). Sum of RGB (Red+Green+Blue) = 29+26+16=71 (9% of max value = 765). Red value is 29 (11.72% from 255 or 40.85% from 71); Green value is 26 (10.55% from 255 or 36.62% from 71); Blue value is 16 (6.64% from 255 or 22.54% from 71); Max value from RGB is 29 - color contains mainly: red. Hex color #1D1A10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D1A10 is #E2E5EF. Grayscale: #191919. Windows color (decimal): -14870000 or 1055261. OLE color: 1055261.

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

Color convert

RGB292616-
CMYK00.100.450.89
HSL46.15º28.89%8.82%-
HSV(B)46.15º44.83%11.37%-
XYZ0.971.040.64-
YUV25.76122.49130.31-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 40.85%
GREEN value IS 26 (10.55% from 255) = 36.62%
BLUE value IS 16 (6.64% from 255) = 22.54%
R=40.85%
G=36.62%
B=22.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.45
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal29261600.100.450.8946.1528.898.82
Hex1D1A100A2D592e1d9
Octal35322001255131563511
Binary111011101010000010101011011011001101110111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D1A10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,26,16); }

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

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

 a { background-color: rgb(29,26,16); }

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

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

 span { border-color: rgb(29,26,16); }

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