#1C151A

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

Shades of Melanzane #1C151A

Tints of Melanzane #1C151A

Color information

#1C151A (or 0x1C151A) is unknown color: approx Melanzane. HEX triplet: 1C, 15 and 1A. RGB value is (28,21,26). Sum of RGB (Red+Green+Blue) = 28+21+26=75 (9% of max value = 765). Red value is 28 (11.33% from 255 or 37.33% from 75); Green value is 21 (8.59% from 255 or 28% from 75); Blue value is 26 (10.55% from 255 or 34.67% from 75); Max value from RGB is 28 - color contains mainly: red. Hex color #1C151A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C151A is #E3EAE5. Grayscale: #171717. Windows color (decimal): -14936806 or 1709340. OLE color: 1709340.

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

Color convert

RGB282126-
CMYK00.250.070.89
HSL317.14º14.29%9.61%-
HSV(B)317.14º25%10.98%-
XYZ0.930.861.09-
YUV23.66129.32131.09-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 37.33%
GREEN value IS 21 (8.59% from 255) = 28%
BLUE value IS 26 (10.55% from 255) = 34.67%
R=37.33%
G=28%
B=34.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.07
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal28212600.250.070.89317.1414.299.61
Hex1C151A01975913dea
Octal34253203171314751612
Binary111001010111010011001111101100110011110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C151A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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