#0E070C

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

Shades of Melanzane #0E070C

Tints of Melanzane #0E070C

Color information

#0E070C (or 0x0E070C) is unknown color: approx Melanzane. HEX triplet: 0E, 07 and 0C. RGB value is (14,7,12). Sum of RGB (Red+Green+Blue) = 14+7+12=33 (4% of max value = 765). Red value is 14 (5.86% from 255 or 42.42% from 33); Green value is 7 (3.12% from 255 or 21.21% from 33); Blue value is 12 (5.08% from 255 or 36.36% from 33); Max value from RGB is 14 - color contains mainly: red. Hex color #0E070C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E070C is #F1F8F3. Grayscale: #090909. Windows color (decimal): -15857908 or 788238. OLE color: 788238.

HSL color Cylindrical-coordinate representation of color #0E070C: hue angle of 317.14º degrees, saturation: 0.33, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #0E070C is Cyan = 0, Magento = 0.5, Yellow = 0.14 and Black (K on CMYK) = 0.95.

Color convert

RGB14712-
CMYK00.50.140.95
HSL317.14º33.33%4.12%-
HSV(B)317.14º50%5.49%-
XYZ0.320.270.38-
YUV9.66129.32131.09-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 42.42%
GREEN value IS 7 (3.12% from 255) = 21.21%
BLUE value IS 12 (5.08% from 255) = 36.36%
R=42.42%
G=21.21%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.14
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal1471200.50.140.95317.1433.334.12
HexE7C032E5F13d214
Octal1671406216137475414
Binary11101111100011001011101011111100111101100001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E070C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0E070C; }

 p { color: rgb(14,7,12); }

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

<style>
 a { background-color: #0E070C; }

 a { background-color: rgb(14,7,12); }

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

<style>
 span { border-color: #0E070C; }

 span { border-color: rgb(14,7,12); }

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