#1C1519

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

Shades of Melanzane #1C1519

Tints of Melanzane #1C1519

Color information

#1C1519 (or 0x1C1519) is unknown color: approx Melanzane. HEX triplet: 1C, 15 and 19. RGB value is (28,21,25). Sum of RGB (Red+Green+Blue) = 28+21+25=74 (9% of max value = 765). Red value is 28 (11.33% from 255 or 37.84% from 74); Green value is 21 (8.59% from 255 or 28.38% from 74); Blue value is 25 (10.16% from 255 or 33.78% from 74); Max value from RGB is 28 - color contains mainly: red. Hex color #1C1519 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C1519 is #E3EAE6. Grayscale: #171717. Windows color (decimal): -14936807 or 1643804. OLE color: 1643804.

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

Color convert

RGB282125-
CMYK00.250.110.89
HSL325.71º14.29%9.61%-
HSV(B)325.71º25%10.98%-
XYZ0.920.851.04-
YUV23.55128.82131.17-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 37.84%
GREEN value IS 21 (8.59% from 255) = 28.38%
BLUE value IS 25 (10.16% from 255) = 33.78%
R=37.84%
G=28.38%
B=33.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.11
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal28212500.250.110.89325.7114.299.61
Hex1C1519019B59146ea
Octal342531031131315061612
Binary1110010101110010110011011101100110100011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C1519

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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