Html Css Color HEX #140B12 Melanzane

📋 copy color: '#140B12'

red 20 ◦ green 11 ◦ blue 18

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

Shades of Melanzane #140B12

Tints of Melanzane #140B12

RGB

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

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

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

R = 40.82%
G = 22.45%
B = 36.73%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.10

 K value IS 0.92

RGB Variations

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

Color information

#140B12 (or 0x140B12) is known color: Melanzane. HEX triplet: 14, 0B and 12. RGB value is (20,11,18). Sum of RGB (Red+Green+Blue) = 20+11+18=49 (6% of max value = 765). Red value is 20 (8.20% from 255 or 40.82% from 49); Green value is 11 (4.69% from 255 or 22.45% from 49); Blue value is 18 (7.42% from 255 or 36.73% from 49); Max value from RGB is 20 - color contains mainly: red. Hex color #140B12 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140B12 is #EBF4ED. Grayscale: #0E0E0E. Windows color (decimal): -15463662 or 1182484. OLE color: 1182484.

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

Color convert

RGB 20 11 18 -
CMYK 0 0.45 0.10 0.92
HSL 313.33º 0.29% 0.06% -
HSV(B) 313.33º 0.45% 0.08% -
XYZ 0.52 0.43 0.63 -
YUV 14.49 129.98 131.93 -
System Red Green Blue C M Y K H S L
Decimal 20 11 18 0 0.45 0.10 0.92 313.33 0.29 0.06
Hex 14 B 12 0 2D A 5C 139 1D 6
Octal 24 13 22 0 55 12 134 471 35 6
Binary 10100 1011 10010 0 101101 1010 1011100 100111001 11101 110

Color Harmonies of #140B12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140B12

Black with #140B12

Text Example


Text Example

White with #140B12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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