#0E000A

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

Shades of Melanzane #0E000A

Tints of Melanzane #0E000A

Color information

#0E000A (or 0x0E000A) is unknown color: approx Melanzane. HEX triplet: 0E, 00 and 0A. RGB value is (14,0,10). Sum of RGB (Red+Green+Blue) = 14+0+10=24 (3% of max value = 765). Red value is 14 (5.86% from 255 or 58.33% from 24); Green value is 0 (0.39% from 255 or 0% from 24); Blue value is 10 (4.30% from 255 or 41.67% from 24); Max value from RGB is 14 - color contains mainly: red. Hex color #0E000A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E000A is #F1FFF5. Grayscale: #050505. Windows color (decimal): -15859702 or 655374. OLE color: 655374.

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

Color convert

RGB14010-
CMYK010.290.95
HSL317.14º100%2.75%-
HSV(B)317.14º100%5.49%-
XYZ0.240.120.3-
YUV5.33130.64134.19-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 58.33%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 10 (4.30% from 255) = 41.67%
R=58.33%
G=0%
B=41.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.29
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal14010010.290.95317.141002.75
HexE0A0641D5F13d643
Octal160120144351374751443
Binary11100101001100100111011011111100111101110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E000A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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