#1C1D0A

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

Shades of Maire #1C1D0A

Tints of Maire #1C1D0A

Color information

#1C1D0A (or 0x1C1D0A) is unknown color: approx Maire. HEX triplet: 1C, 1D and 0A. RGB value is (28,29,10). Sum of RGB (Red+Green+Blue) = 28+29+10=67 (8% of max value = 765). Red value is 28 (11.33% from 255 or 41.79% from 67); Green value is 29 (11.72% from 255 or 43.28% from 67); Blue value is 10 (4.30% from 255 or 14.93% from 67); Max value from RGB is 29 - color contains mainly: green. Hex color #1C1D0A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C1D0A is #E3E2F5. Grayscale: #1A1A1A. Windows color (decimal): -14934774 or 662812. OLE color: 662812.

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

Color convert

RGB282910-
CMYK0.0300.660.89
HSL63.16º48.72%7.65%-
HSV(B)63.16º65.52%11.37%-
XYZ0.971.150.46-
YUV26.54118.67129.04-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 41.79%
GREEN value IS 29 (11.72% from 255) = 43.28%
BLUE value IS 10 (4.30% from 255) = 14.93%
R=41.79%
G=43.28%
B=14.93%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2829100.0300.660.8963.1648.727.65
Hex1C1DA3042593f318
Octal34351230102131776110
Binary11100111011010110100001010110011111111100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C1D0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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