#1C161B

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

Shades of Melanzane #1C161B

Tints of Melanzane #1C161B

Color information

#1C161B (or 0x1C161B) is unknown color: approx Melanzane. HEX triplet: 1C, 16 and 1B. RGB value is (28,22,27). Sum of RGB (Red+Green+Blue) = 28+22+27=77 (10% of max value = 765). Red value is 28 (11.33% from 255 or 36.36% from 77); Green value is 22 (8.98% from 255 or 28.57% from 77); Blue value is 27 (10.94% from 255 or 35.06% from 77); Max value from RGB is 28 - color contains mainly: red. Hex color #1C161B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C161B is #E3E9E4. Grayscale: #181818. Windows color (decimal): -14936549 or 1775132. OLE color: 1775132.

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

Color convert

RGB282227-
CMYK00.210.040.89
HSL310º12%9.8%-
HSV(B)310º21.43%10.98%-
XYZ0.960.91.16-
YUV24.36129.49130.59-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 36.36%
GREEN value IS 22 (8.98% from 255) = 28.57%
BLUE value IS 27 (10.94% from 255) = 35.06%
R=36.36%
G=28.57%
B=35.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.04
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal28222700.210.040.89310129.8
Hex1C161B015459136ca
Octal34263302541314661412
Binary111001011011011010101100101100110011011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C161B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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