Html Css Color HEX #14000E Melanzane

📋 copy color: '#14000E'

red 20 ◦ green 0 ◦ blue 14

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

Shades of Melanzane #14000E

Tints of Melanzane #14000E

RGB

 RED value IS 20 (8.2% from 255) = 58.82%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 14 (5.86% from 255) = 41.18%

R = 58.82%
G = 0%
B = 41.18%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.30

 K value IS 0.92

RGB Variations

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

Color information

#14000E (or 0x14000E) is known color: Melanzane. HEX triplet: 14, 00 and 0E. RGB value is (20,0,14). Sum of RGB (Red+Green+Blue) = 20+0+14=34 (4% of max value = 765). Red value is 20 (8.20% from 255 or 58.82% from 34); Green value is 0 (0.39% from 255 or 0% from 34); Blue value is 14 (5.86% from 255 or 41.18% from 34); Max value from RGB is 20 - color contains mainly: red. Hex color #14000E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #14000E is #EBFFF1. Grayscale: #070707. Windows color (decimal): -15466482 or 917524. OLE color: 917524.

HSL color Cylindrical-coordinate representation of color #14000E: hue angle of 318º degrees, saturation: 1, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 1%. Process color model (Four color, CMYK) of #14000E is Cyan = 0, Magento = 1, Yellow = 0.30 and Black (K on CMYK) = 0.92.

Color convert

RGB 20 0 14 -
CMYK 0 1 0.30 0.92
HSL 318º 1% 0.04% -
HSV(B) 318º 1% 0.08% -
XYZ 0.37 0.18 0.43 -
YUV 7.58 131.63 136.86 -
System Red Green Blue C M Y K H S L
Decimal 20 0 14 0 1 0.30 0.92 318 1 0.04
Hex 14 0 E 0 64 1E 5C 13E 64 4
Octal 24 0 16 0 144 36 134 476 144 4
Binary 10100 0 1110 0 1100100 11110 1011100 100111110 1100100 100

Color Harmonies of #14000E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14000E

Black with #14000E

Text Example


Text Example

White with #14000E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14000E; }

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

 H1.HeaderClassName
 {
   color: #14000E;
 }
 .AnyTagClassName
 {
   color: #14000E;
 }
</style>

background-color css

<style>
 a { background-color: #14000E; }

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

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

border-color css

<style>
 span { border-color: #14000E; }

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

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