#1C0E19

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

Shades of Melanzane #1C0E19

Tints of Melanzane #1C0E19

Color information

#1C0E19 (or 0x1C0E19) is unknown color: approx Melanzane. HEX triplet: 1C, 0E and 19. RGB value is (28,14,25). Sum of RGB (Red+Green+Blue) = 28+14+25=67 (8% of max value = 765). Red value is 28 (11.33% from 255 or 41.79% from 67); Green value is 14 (5.86% from 255 or 20.90% from 67); Blue value is 25 (10.16% from 255 or 37.31% from 67); Max value from RGB is 28 - color contains mainly: red. Hex color #1C0E19 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C0E19 is #E3F1E6. Grayscale: #131313. Windows color (decimal): -14938599 or 1642012. OLE color: 1642012.

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

Color convert

RGB281425-
CMYK00.500.110.89
HSL312.86º33.33%8.24%-
HSV(B)312.86º50%10.98%-
XYZ0.810.631-
YUV19.44131.14134.11-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 41.79%
GREEN value IS 14 (5.86% from 255) = 20.90%
BLUE value IS 25 (10.16% from 255) = 37.31%
R=41.79%
G=20.90%
B=37.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.11
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal28142500.500.110.89312.8633.338.24
Hex1CE19032B59139218
Octal341631062131314714110
Binary111001110110010110010101110110011001110011000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C0E19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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