Html Css Color HEX #0E070C Melanzane

📋 copy color: '#0E070C'

red 14 ◦ green 7 ◦ blue 12

#0E070C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Melanzane #0E070C

Tints of Melanzane #0E070C

RGB

 RED value IS 14 (5.86% from 255) = 42.42%

 GREEN value IS 7 (3.13% 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 value IS 0

 M value IS 0.5

 Y value IS 0.14

 K value IS 0.95

RGB Variations

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

Color information

#0E070C (or 0x0E070C) is known color: 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

RGB 14 7 12 -
CMYK 0 0.5 0.14 0.95
HSL 317.14º 0.33% 0.04% -
HSV(B) 317.14º 0.5% 0.05% -
XYZ 0.32 0.27 0.38 -
YUV 9.66 129.32 131.09 -
System Red Green Blue C M Y K H S L
Decimal 14 7 12 0 0.5 0.14 0.95 317.14 0.33 0.04
Hex E 7 C 0 32 E 5F 13D 21 4
Octal 16 7 14 0 62 16 137 475 41 4
Binary 1110 111 1100 0 110010 1110 1011111 100111101 100001 100

Color Harmonies of #0E070C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E070C

Black with #0E070C

Text Example


Text Example

White with #0E070C

Text Example


Text Example

HTML Codes & Css Web 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>