Html Css Color HEX #140B10 Melanzane

📋 copy color: '#140B10'

red 20 ◦ green 11 ◦ blue 16

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

Shades of Melanzane #140B10

Tints of Melanzane #140B10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 34.04%

R = 42.55%
G = 23.4%
B = 34.04%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.20

 K value IS 0.92

RGB Variations

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

Color information

#140B10 (or 0x140B10) is known color: Melanzane. HEX triplet: 14, 0B and 10. RGB value is (20,11,16). Sum of RGB (Red+Green+Blue) = 20+11+16=47 (6% of max value = 765). Red value is 20 (8.20% from 255 or 42.55% from 47); Green value is 11 (4.69% from 255 or 23.40% from 47); Blue value is 16 (6.64% from 255 or 34.04% from 47); Max value from RGB is 20 - color contains mainly: red. Hex color #140B10 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140B10 is #EBF4EF. Grayscale: #0E0E0E. Windows color (decimal): -15463664 or 1051412. OLE color: 1051412.

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

Color convert

RGB 20 11 16 -
CMYK 0 0.45 0.20 0.92
HSL 326.67º 0.29% 0.06% -
HSV(B) 326.67º 0.45% 0.08% -
XYZ 0.5 0.43 0.55 -
YUV 14.26 128.98 132.09 -
System Red Green Blue C M Y K H S L
Decimal 20 11 16 0 0.45 0.20 0.92 326.67 0.29 0.06
Hex 14 B 10 0 2D 14 5C 147 1D 6
Octal 24 13 20 0 55 24 134 507 35 6
Binary 10100 1011 10000 0 101101 10100 1011100 101000111 11101 110

Color Harmonies of #140B10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140B10

Black with #140B10

Text Example


Text Example

White with #140B10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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