Html Css Color HEX #140E12 Melanzane

📋 copy color: '#140E12'

red 20 ◦ green 14 ◦ blue 18

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

Shades of Melanzane #140E12

Tints of Melanzane #140E12

RGB

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

 GREEN value IS 14 (5.86% from 255) = 26.92%

 BLUE value IS 18 (7.42% from 255) = 34.62%

R = 38.46%
G = 26.92%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.10

 K value IS 0.92

RGB Variations

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

Color information

#140E12 (or 0x140E12) is known color: Melanzane. HEX triplet: 14, 0E and 12. RGB value is (20,14,18). Sum of RGB (Red+Green+Blue) = 20+14+18=52 (6% of max value = 765). Red value is 20 (8.20% from 255 or 38.46% from 52); Green value is 14 (5.86% from 255 or 26.92% from 52); Blue value is 18 (7.42% from 255 or 34.62% from 52); Max value from RGB is 20 - color contains mainly: red. Hex color #140E12 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140E12 is #EBF1ED. Grayscale: #101010. Windows color (decimal): -15462894 or 1183252. OLE color: 1183252.

HSL color Cylindrical-coordinate representation of color #140E12: hue angle of 320º degrees, saturation: 0.18, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #140E12 is Cyan = 0, Magento = 0.30, Yellow = 0.10 and Black (K on CMYK) = 0.92.

Color convert

RGB 20 14 18 -
CMYK 0 0.30 0.10 0.92
HSL 320º 0.18% 0.07% -
HSV(B) 320º 0.3% 0.08% -
XYZ 0.55 0.51 0.64 -
YUV 16.25 128.99 130.67 -
System Red Green Blue C M Y K H S L
Decimal 20 14 18 0 0.30 0.10 0.92 320 0.18 0.07
Hex 14 E 12 0 1E A 5C 140 12 7
Octal 24 16 22 0 36 12 134 500 22 7
Binary 10100 1110 10010 0 11110 1010 1011100 101000000 10010 111

Color Harmonies of #140E12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140E12

Black with #140E12

Text Example


Text Example

White with #140E12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140E12; }

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

 H1.HeaderClassName
 {
   color: #140E12;
 }
 .AnyTagClassName
 {
   color: #140E12;
 }
</style>

background-color css

<style>
 a { background-color: #140E12; }

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

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

border-color css

<style>
 span { border-color: #140E12; }

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

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