#1C1318

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

Shades of Melanzane #1C1318

Tints of Melanzane #1C1318

Color information

#1C1318 (or 0x1C1318) is unknown color: approx Melanzane. HEX triplet: 1C, 13 and 18. RGB value is (28,19,24). Sum of RGB (Red+Green+Blue) = 28+19+24=71 (9% of max value = 765). Red value is 28 (11.33% from 255 or 39.44% from 71); Green value is 19 (7.81% from 255 or 26.76% from 71); Blue value is 24 (9.77% from 255 or 33.80% from 71); Max value from RGB is 28 - color contains mainly: red. Hex color #1C1318 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C1318 is #E3ECE7. Grayscale: #161616. Windows color (decimal): -14937320 or 1577756. OLE color: 1577756.

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

Color convert

RGB281924-
CMYK00.320.140.89
HSL326.67º19.15%9.22%-
HSV(B)326.67º32.14%10.98%-
XYZ0.880.780.97-
YUV22.26128.98132.09-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 39.44%
GREEN value IS 19 (7.81% from 255) = 26.76%
BLUE value IS 24 (9.77% from 255) = 33.80%
R=39.44%
G=26.76%
B=33.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.14
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal28192400.320.140.89326.6719.159.22
Hex1C1318020E59147139
Octal342330040161315072311
Binary111001001111000010000011101011001101000111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C1318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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