#0E070B

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

Shades of Melanzane #0E070B

Tints of Melanzane #0E070B

Color information

#0E070B (or 0x0E070B) is unknown color: approx Melanzane. HEX triplet: 0E, 07 and 0B. RGB value is (14,7,11). Sum of RGB (Red+Green+Blue) = 14+7+11=32 (4% of max value = 765). Red value is 14 (5.86% from 255 or 43.75% from 32); Green value is 7 (3.12% from 255 or 21.88% from 32); Blue value is 11 (4.69% from 255 or 34.38% from 32); Max value from RGB is 14 - color contains mainly: red. Hex color #0E070B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E070B is #F1F8F4. Grayscale: #090909. Windows color (decimal): -15857909 or 722702. OLE color: 722702.

HSL color Cylindrical-coordinate representation of color #0E070B: hue angle of 325.71º 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 #0E070B is Cyan = 0, Magento = 0.5, Yellow = 0.21 and Black (K on CMYK) = 0.95.

Color convert

RGB14711-
CMYK00.50.210.95
HSL325.71º33.33%4.12%-
HSV(B)325.71º50%5.49%-
XYZ0.320.270.35-
YUV9.55128.82131.17-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 43.75%
GREEN value IS 7 (3.12% from 255) = 21.88%
BLUE value IS 11 (4.69% from 255) = 34.38%
R=43.75%
G=21.88%
B=34.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.21
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal1471100.50.210.95325.7133.334.12
HexE7B032155F146214
Octal1671306225137506414
Binary111011110110110010101011011111101000110100001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E070B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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