#1C141A

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

Shades of Melanzane #1C141A

Tints of Melanzane #1C141A

Color information

#1C141A (or 0x1C141A) is unknown color: approx Melanzane. HEX triplet: 1C, 14 and 1A. RGB value is (28,20,26). Sum of RGB (Red+Green+Blue) = 28+20+26=74 (9% of max value = 765). Red value is 28 (11.33% from 255 or 37.84% from 74); Green value is 20 (8.20% from 255 or 27.03% from 74); Blue value is 26 (10.55% from 255 or 35.14% from 74); Max value from RGB is 28 - color contains mainly: red. Hex color #1C141A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C141A is #E3EBE5. Grayscale: #171717. Windows color (decimal): -14937062 or 1709084. OLE color: 1709084.

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

Color convert

RGB282026-
CMYK00.290.070.89
HSL315º16.67%9.41%-
HSV(B)315º28.57%10.98%-
XYZ0.920.821.09-
YUV23.08129.65131.51-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 37.84%
GREEN value IS 20 (8.20% from 255) = 27.03%
BLUE value IS 26 (10.55% from 255) = 35.14%
R=37.84%
G=27.03%
B=35.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.07
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal28202600.290.070.8931516.679.41
Hex1C141A01D75913b119
Octal34243203571314732111
Binary1110010100110100111011111011001100111011100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C141A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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