#1C1319

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

Shades of Melanzane #1C1319

Tints of Melanzane #1C1319

Color information

#1C1319 (or 0x1C1319) is unknown color: approx Melanzane. HEX triplet: 1C, 13 and 19. RGB value is (28,19,25). Sum of RGB (Red+Green+Blue) = 28+19+25=72 (9% of max value = 765). Red value is 28 (11.33% from 255 or 38.89% from 72); Green value is 19 (7.81% from 255 or 26.39% from 72); Blue value is 25 (10.16% from 255 or 34.72% from 72); Max value from RGB is 28 - color contains mainly: red. Hex color #1C1319 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C1319 is #E3ECE6. Grayscale: #161616. Windows color (decimal): -14937319 or 1643292. OLE color: 1643292.

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

Color convert

RGB281925-
CMYK00.320.110.89
HSL320º19.15%9.22%-
HSV(B)320º32.14%10.98%-
XYZ0.890.781.02-
YUV22.38129.48132.01-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 38.89%
GREEN value IS 19 (7.81% from 255) = 26.39%
BLUE value IS 25 (10.16% from 255) = 34.72%
R=38.89%
G=26.39%
B=34.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.11
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal28192500.320.110.8932019.159.22
Hex1C1319020B59140139
Octal342331040131315002311
Binary111001001111001010000010111011001101000000100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C1319

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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