#1C1619

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

Shades of Melanzane #1C1619

Tints of Melanzane #1C1619

Color information

#1C1619 (or 0x1C1619) is unknown color: approx Melanzane. HEX triplet: 1C, 16 and 19. RGB value is (28,22,25). Sum of RGB (Red+Green+Blue) = 28+22+25=75 (9% of max value = 765). Red value is 28 (11.33% from 255 or 37.33% from 75); Green value is 22 (8.98% from 255 or 29.33% from 75); Blue value is 25 (10.16% from 255 or 33.33% from 75); Max value from RGB is 28 - color contains mainly: red. Hex color #1C1619 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C1619 is #E3E9E6. Grayscale: #181818. Windows color (decimal): -14936551 or 1644060. OLE color: 1644060.

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

Color convert

RGB282225-
CMYK00.210.110.89
HSL330º12%9.8%-
HSV(B)330º21.43%10.98%-
XYZ0.940.891.04-
YUV24.14128.49130.76-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 37.33%
GREEN value IS 22 (8.98% from 255) = 29.33%
BLUE value IS 25 (10.16% from 255) = 33.33%
R=37.33%
G=29.33%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.11
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal28222500.210.110.89330129.8
Hex1C1619015B5914aca
Octal342631025131315121412
Binary1110010110110010101011011101100110100101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C1619

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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