#1C111A

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

Shades of Melanzane #1C111A

Tints of Melanzane #1C111A

Color information

#1C111A (or 0x1C111A) is unknown color: approx Melanzane. HEX triplet: 1C, 11 and 1A. RGB value is (28,17,26). Sum of RGB (Red+Green+Blue) = 28+17+26=71 (9% of max value = 765). Red value is 28 (11.33% from 255 or 39.44% from 71); Green value is 17 (7.03% from 255 or 23.94% from 71); Blue value is 26 (10.55% from 255 or 36.62% from 71); Max value from RGB is 28 - color contains mainly: red. Hex color #1C111A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C111A is #E3EEE5. Grayscale: #151515. Windows color (decimal): -14937830 or 1708316. OLE color: 1708316.

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

Color convert

RGB281726-
CMYK00.390.070.89
HSL310.91º24.44%8.82%-
HSV(B)310.91º39.29%10.98%-
XYZ0.870.721.07-
YUV21.32130.64132.77-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 39.44%
GREEN value IS 17 (7.03% from 255) = 23.94%
BLUE value IS 26 (10.55% from 255) = 36.62%
R=39.44%
G=23.94%
B=36.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.07
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal28172600.390.070.89310.9124.448.82
Hex1C111A027759137189
Octal34213204771314673011
Binary11100100011101001001111111011001100110111110001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C111A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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