#1D1C06

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

Shades of Maire #1D1C06

Tints of Maire #1D1C06

Color information

#1D1C06 (or 0x1D1C06) is unknown color: approx Maire. HEX triplet: 1D, 1C and 06. RGB value is (29,28,6). Sum of RGB (Red+Green+Blue) = 29+28+6=63 (8% of max value = 765). Red value is 29 (11.72% from 255 or 46.03% from 63); Green value is 28 (11.33% from 255 or 44.44% from 63); Blue value is 6 (2.73% from 255 or 9.52% from 63); Max value from RGB is 29 - color contains mainly: red. Hex color #1D1C06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D1C06 is #E2E3F9. Grayscale: #191919. Windows color (decimal): -14869498 or 400413. OLE color: 400413.

HSL color Cylindrical-coordinate representation of color #1D1C06: hue angle of 57.39º degrees, saturation: 0.66, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1D1C06 is Cyan = 0, Magento = 0.03, Yellow = 0.79 and Black (K on CMYK) = 0.89.

Color convert

RGB29286-
CMYK00.030.790.89
HSL57.39º65.71%6.86%-
HSV(B)57.39º79.31%11.37%-
XYZ0.951.10.34-
YUV25.79116.83130.29-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 46.03%
GREEN value IS 28 (11.33% from 255) = 44.44%
BLUE value IS 6 (2.73% from 255) = 9.52%
R=46.03%
G=44.44%
B=9.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.79
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2928600.030.790.8957.3965.716.86
Hex1D1C6034F5939427
Octal3534603117131711027
Binary1110111100110011100111110110011110011000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D1C06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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