#1D1C10

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

Shades of Maire #1D1C10

Tints of Maire #1D1C10

Color information

#1D1C10 (or 0x1D1C10) is unknown color: approx Maire. HEX triplet: 1D, 1C and 10. RGB value is (29,28,16). Sum of RGB (Red+Green+Blue) = 29+28+16=73 (9% of max value = 765). Red value is 29 (11.72% from 255 or 39.73% from 73); Green value is 28 (11.33% from 255 or 38.36% from 73); Blue value is 16 (6.64% from 255 or 21.92% from 73); Max value from RGB is 29 - color contains mainly: red. Hex color #1D1C10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D1C10 is #E2E3EF. Grayscale: #1A1A1A. Windows color (decimal): -14869488 or 1055773. OLE color: 1055773.

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

Color convert

RGB292816-
CMYK00.030.450.89
HSL55.38º28.89%8.82%-
HSV(B)55.38º44.83%11.37%-
XYZ1.021.130.65-
YUV26.93121.83129.48-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 39.73%
GREEN value IS 28 (11.33% from 255) = 38.36%
BLUE value IS 16 (6.64% from 255) = 21.92%
R=39.73%
G=38.36%
B=21.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.45
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal29281600.030.450.8955.3828.898.82
Hex1D1C10032D59371d9
Octal3534200355131673511
Binary1110111100100000111011011011001110111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D1C10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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