Html Css Color HEX #140D11 Melanzane

📋 copy color: '#140D11'

red 20 ◦ green 13 ◦ blue 17

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

Shades of Melanzane #140D11

Tints of Melanzane #140D11

RGB

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

 GREEN value IS 13 (5.47% from 255) = 26%

 BLUE value IS 17 (7.03% from 255) = 34%

R = 40%
G = 26%
B = 34%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.15

 K value IS 0.92

RGB Variations

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

Color information

#140D11 (or 0x140D11) is known color: Melanzane. HEX triplet: 14, 0D and 11. RGB value is (20,13,17). Sum of RGB (Red+Green+Blue) = 20+13+17=50 (6% of max value = 765). Red value is 20 (8.20% from 255 or 40% from 50); Green value is 13 (5.47% from 255 or 26% from 50); Blue value is 17 (7.03% from 255 or 34% from 50); Max value from RGB is 20 - color contains mainly: red. Hex color #140D11 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140D11 is #EBF2EE. Grayscale: #0F0F0F. Windows color (decimal): -15463151 or 1117460. OLE color: 1117460.

HSL color Cylindrical-coordinate representation of color #140D11: hue angle of 325.71º degrees, saturation: 0.21, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #140D11 is Cyan = 0, Magento = 0.35, Yellow = 0.15 and Black (K on CMYK) = 0.92.

Color convert

RGB 20 13 17 -
CMYK 0 0.35 0.15 0.92
HSL 325.71º 0.21% 0.06% -
HSV(B) 325.71º 0.35% 0.08% -
XYZ 0.53 0.48 0.59 -
YUV 15.55 128.82 131.17 -
System Red Green Blue C M Y K H S L
Decimal 20 13 17 0 0.35 0.15 0.92 325.71 0.21 0.06
Hex 14 D 11 0 23 F 5C 146 15 6
Octal 24 15 21 0 43 17 134 506 25 6
Binary 10100 1101 10001 0 100011 1111 1011100 101000110 10101 110

Color Harmonies of #140D11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140D11

Black with #140D11

Text Example


Text Example

White with #140D11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,13,17); }

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

background-color css

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

 a { background-color: rgb(20,13,17); }

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

border-color css

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

 span { border-color: rgb(20,13,17); }

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