#1C1418

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

Shades of Melanzane #1C1418

Tints of Melanzane #1C1418

Color information

#1C1418 (or 0x1C1418) is unknown color: approx Melanzane. HEX triplet: 1C, 14 and 18. RGB value is (28,20,24). Sum of RGB (Red+Green+Blue) = 28+20+24=72 (9% of max value = 765). Red value is 28 (11.33% from 255 or 38.89% from 72); Green value is 20 (8.20% from 255 or 27.78% from 72); Blue value is 24 (9.77% from 255 or 33.33% from 72); Max value from RGB is 28 - color contains mainly: red. Hex color #1C1418 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C1418 is #E3EBE7. Grayscale: #161616. Windows color (decimal): -14937064 or 1578012. OLE color: 1578012.

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

Color convert

RGB282024-
CMYK00.290.140.89
HSL330º16.67%9.41%-
HSV(B)330º28.57%10.98%-
XYZ0.890.810.97-
YUV22.85128.65131.67-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 38.89%
GREEN value IS 20 (8.20% from 255) = 27.78%
BLUE value IS 24 (9.77% from 255) = 33.33%
R=38.89%
G=27.78%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.14
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal28202400.290.140.8933016.679.41
Hex1C141801DE5914a119
Octal342430035161315122111
Binary11100101001100001110111101011001101001010100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C1418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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