#1C0718

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

Shades of Melanzane #1C0718

Tints of Melanzane #1C0718

Color information

#1C0718 (or 0x1C0718) is unknown color: approx Melanzane. HEX triplet: 1C, 07 and 18. RGB value is (28,7,24). Sum of RGB (Red+Green+Blue) = 28+7+24=59 (7% of max value = 765). Red value is 28 (11.33% from 255 or 47.46% from 59); Green value is 7 (3.12% from 255 or 11.86% from 59); Blue value is 24 (9.77% from 255 or 40.68% from 59); Max value from RGB is 28 - color contains mainly: red. Hex color #1C0718 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C0718 is #E3F8E7. Grayscale: #0F0F0F. Windows color (decimal): -14940392 or 1574684. OLE color: 1574684.

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

Color convert

RGB28724-
CMYK00.750.140.89
HSL311.43º60%6.86%-
HSV(B)311.43º75%10.98%-
XYZ0.720.460.92-
YUV15.22132.96137.12-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 47.46%
GREEN value IS 7 (3.12% from 255) = 11.86%
BLUE value IS 24 (9.77% from 255) = 40.68%
R=47.46%
G=11.86%
B=40.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.14
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2872400.750.140.89311.43606.86
Hex1C71804BE591373c7
Octal34730011316131467747
Binary11100111110000100101111101011001100110111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C0718

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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