#0E010A

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

Shades of Melanzane #0E010A

Tints of Melanzane #0E010A

Color information

#0E010A (or 0x0E010A) is unknown color: approx Melanzane. HEX triplet: 0E, 01 and 0A. RGB value is (14,1,10). Sum of RGB (Red+Green+Blue) = 14+1+10=25 (3% of max value = 765). Red value is 14 (5.86% from 255 or 56% from 25); Green value is 1 (0.78% from 255 or 4% from 25); Blue value is 10 (4.30% from 255 or 40% from 25); Max value from RGB is 14 - color contains mainly: red. Hex color #0E010A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E010A is #F1FEF5. Grayscale: #050505. Windows color (decimal): -15859446 or 655630. OLE color: 655630.

HSL color Cylindrical-coordinate representation of color #0E010A: hue angle of 318.46º degrees, saturation: 0.87, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0E010A is Cyan = 0, Magento = 0.93, Yellow = 0.29 and Black (K on CMYK) = 0.95.

Color convert

RGB14110-
CMYK00.930.290.95
HSL318.46º86.67%2.94%-
HSV(B)318.46º92.86%5.49%-
XYZ0.250.140.3-
YUV5.91130.31133.77-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 56%
GREEN value IS 1 (0.78% from 255) = 4%
BLUE value IS 10 (4.30% from 255) = 40%
R=56%
G=4%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.29
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal1411000.930.290.95318.4686.672.94
HexE1A05D1D5F13e573
Octal161120135351374761273
Binary11101101001011101111011011111100111110101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E010A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,1,10); }

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

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

 a { background-color: rgb(14,1,10); }

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

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

 span { border-color: rgb(14,1,10); }

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