#1C181A

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

Shades of Melanzane #1C181A

Tints of Melanzane #1C181A

Color information

#1C181A (or 0x1C181A) is unknown color: approx Melanzane. HEX triplet: 1C, 18 and 1A. RGB value is (28,24,26). Sum of RGB (Red+Green+Blue) = 28+24+26=78 (10% of max value = 765). Red value is 28 (11.33% from 255 or 35.90% from 78); Green value is 24 (9.77% from 255 or 30.77% from 78); Blue value is 26 (10.55% from 255 or 33.33% from 78); Max value from RGB is 28 - color contains mainly: red. Hex color #1C181A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C181A is #E3E7E5. Grayscale: #191919. Windows color (decimal): -14936038 or 1710108. OLE color: 1710108.

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

Color convert

RGB282426-
CMYK00.140.070.89
HSL330º7.69%10.2%-
HSV(B)330º14.29%10.98%-
XYZ0.990.971.11-
YUV25.42128.33129.84-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 35.90%
GREEN value IS 24 (9.77% from 255) = 30.77%
BLUE value IS 26 (10.55% from 255) = 33.33%
R=35.90%
G=30.77%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.07
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal28242600.140.070.893307.6910.2
Hex1C181A0E75914a8a
Octal34303201671315121012
Binary11100110001101001110111101100110100101010001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C181A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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