Html Css Color HEX #140B11 Melanzane

📋 copy color: '#140B11'

red 20 ◦ green 11 ◦ blue 17

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

Shades of Melanzane #140B11

Tints of Melanzane #140B11

RGB

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

 GREEN value IS 11 (4.69% from 255) = 22.92%

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

R = 41.67%
G = 22.92%
B = 35.42%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.15

 K value IS 0.92

RGB Variations

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

Color information

#140B11 (or 0x140B11) is known color: Melanzane. HEX triplet: 14, 0B and 11. RGB value is (20,11,17). Sum of RGB (Red+Green+Blue) = 20+11+17=48 (6% of max value = 765). Red value is 20 (8.20% from 255 or 41.67% from 48); Green value is 11 (4.69% from 255 or 22.92% from 48); Blue value is 17 (7.03% from 255 or 35.42% from 48); Max value from RGB is 20 - color contains mainly: red. Hex color #140B11 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140B11 is #EBF4EE. Grayscale: #0E0E0E. Windows color (decimal): -15463663 or 1116948. OLE color: 1116948.

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

Color convert

RGB 20 11 17 -
CMYK 0 0.45 0.15 0.92
HSL 320º 0.29% 0.06% -
HSV(B) 320º 0.45% 0.08% -
XYZ 0.51 0.43 0.59 -
YUV 14.38 129.48 132.01 -
System Red Green Blue C M Y K H S L
Decimal 20 11 17 0 0.45 0.15 0.92 320 0.29 0.06
Hex 14 B 11 0 2D F 5C 140 1D 6
Octal 24 13 21 0 55 17 134 500 35 6
Binary 10100 1011 10001 0 101101 1111 1011100 101000000 11101 110

Color Harmonies of #140B11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140B11

Black with #140B11

Text Example


Text Example

White with #140B11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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