#1C1B18

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

Shades of Maire #1C1B18

Tints of Maire #1C1B18

Color information

#1C1B18 (or 0x1C1B18) is unknown color: approx Maire. HEX triplet: 1C, 1B and 18. RGB value is (28,27,24). Sum of RGB (Red+Green+Blue) = 28+27+24=79 (10% of max value = 765). Red value is 28 (11.33% from 255 or 35.44% from 79); Green value is 27 (10.94% from 255 or 34.18% from 79); Blue value is 24 (9.77% from 255 or 30.38% from 79); Max value from RGB is 28 - color contains mainly: red. Hex color #1C1B18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C1B18 is #E3E4E7. Grayscale: #1A1A1A. Windows color (decimal): -14935272 or 1579804. OLE color: 1579804.

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

Color convert

RGB282724-
CMYK00.040.140.89
HSL45º7.69%10.2%-
HSV(B)45º14.29%10.98%-
XYZ1.041.11.02-
YUV26.96126.33128.74-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 35.44%
GREEN value IS 27 (10.94% from 255) = 34.18%
BLUE value IS 24 (9.77% from 255) = 30.38%
R=35.44%
G=34.18%
B=30.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.14
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal28272400.040.140.89457.6910.2
Hex1C1B1804E592d8a
Octal3433300416131551012
Binary11100110111100001001110101100110110110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C1B18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,27,24); }

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

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

 a { background-color: rgb(28,27,24); }

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

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

 span { border-color: rgb(28,27,24); }

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