#1C181B

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

Shades of Melanzane #1C181B

Tints of Melanzane #1C181B

Color information

#1C181B (or 0x1C181B) is unknown color: approx Melanzane. HEX triplet: 1C, 18 and 1B. RGB value is (28,24,27). Sum of RGB (Red+Green+Blue) = 28+24+27=79 (10% of max value = 765). Red value is 28 (11.33% from 255 or 35.44% from 79); Green value is 24 (9.77% from 255 or 30.38% from 79); Blue value is 27 (10.94% from 255 or 34.18% from 79); Max value from RGB is 28 - color contains mainly: red. Hex color #1C181B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C181B is #E3E7E4. Grayscale: #191919. Windows color (decimal): -14936037 or 1775644. OLE color: 1775644.

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

Color convert

RGB282427-
CMYK00.140.040.89
HSL315º7.69%10.2%-
HSV(B)315º14.29%10.98%-
XYZ10.981.17-
YUV25.54128.83129.76-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.04
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal28242700.140.040.893157.6910.2
Hex1C181B0E45913b8a
Octal34303301641314731012
Binary11100110001101101110100101100110011101110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C181B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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