Html Css Color HEX #0E050C Melanzane

📋 copy color: '#0E050C'

red 14 ◦ green 5 ◦ blue 12

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

Shades of Melanzane #0E050C

Tints of Melanzane #0E050C

RGB

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

 GREEN value IS 5 (2.34% from 255) = 16.13%

 BLUE value IS 12 (5.08% from 255) = 38.71%

R = 45.16%
G = 16.13%
B = 38.71%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.14

 K value IS 0.95

RGB Variations

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

Color information

#0E050C (or 0x0E050C) is known color: Melanzane. HEX triplet: 0E, 05 and 0C. RGB value is (14,5,12). Sum of RGB (Red+Green+Blue) = 14+5+12=31 (4% of max value = 765). Red value is 14 (5.86% from 255 or 45.16% from 31); Green value is 5 (2.34% from 255 or 16.13% from 31); Blue value is 12 (5.08% from 255 or 38.71% from 31); Max value from RGB is 14 - color contains mainly: red. Hex color #0E050C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E050C is #F1FAF3. Grayscale: #080808. Windows color (decimal): -15858420 or 787726. OLE color: 787726.

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

Color convert

RGB 14 5 12 -
CMYK 0 0.64 0.14 0.95
HSL 313.33º 0.47% 0.04% -
HSV(B) 313.33º 0.64% 0.05% -
XYZ 0.3 0.23 0.38 -
YUV 8.49 129.98 131.93 -
System Red Green Blue C M Y K H S L
Decimal 14 5 12 0 0.64 0.14 0.95 313.33 0.47 0.04
Hex E 5 C 0 40 E 5F 139 2F 4
Octal 16 5 14 0 100 16 137 471 57 4
Binary 1110 101 1100 0 1000000 1110 1011111 100111001 101111 100

Color Harmonies of #0E050C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E050C

Black with #0E050C

Text Example


Text Example

White with #0E050C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0E050C;
 }
 .AnyTagClassName
 {
   color: #0E050C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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