Html Css Color HEX #140E13 Melanzane

📋 copy color: '#140E13'

red 20 ◦ green 14 ◦ blue 19

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

Shades of Melanzane #140E13

Tints of Melanzane #140E13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 35.85%

R = 37.74%
G = 26.42%
B = 35.85%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.05

 K value IS 0.92

RGB Variations

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

Color information

#140E13 (or 0x140E13) is known color: Melanzane. HEX triplet: 14, 0E and 13. RGB value is (20,14,19). Sum of RGB (Red+Green+Blue) = 20+14+19=53 (7% of max value = 765). Red value is 20 (8.20% from 255 or 37.74% from 53); Green value is 14 (5.86% from 255 or 26.42% from 53); Blue value is 19 (7.81% from 255 or 35.85% from 53); Max value from RGB is 20 - color contains mainly: red. Hex color #140E13 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140E13 is #EBF1EC. Grayscale: #101010. Windows color (decimal): -15462893 or 1248788. OLE color: 1248788.

HSL color Cylindrical-coordinate representation of color #140E13: hue angle of 310º 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 #140E13 is Cyan = 0, Magento = 0.30, Yellow = 0.05 and Black (K on CMYK) = 0.92.

Color convert

RGB 20 14 19 -
CMYK 0 0.30 0.05 0.92
HSL 310º 0.18% 0.07% -
HSV(B) 310º 0.3% 0.08% -
XYZ 0.56 0.51 0.68 -
YUV 16.36 129.49 130.59 -
System Red Green Blue C M Y K H S L
Decimal 20 14 19 0 0.30 0.05 0.92 310 0.18 0.07
Hex 14 E 13 0 1E 5 5C 136 12 7
Octal 24 16 23 0 36 5 134 466 22 7
Binary 10100 1110 10011 0 11110 101 1011100 100110110 10010 111

Color Harmonies of #140E13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140E13

Black with #140E13

Text Example


Text Example

White with #140E13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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