Html Css Color HEX #140912 Melanzane

📋 copy color: '#140912'

red 20 ◦ green 9 ◦ blue 18

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

Shades of Melanzane #140912

Tints of Melanzane #140912

RGB

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

 GREEN value IS 9 (3.91% from 255) = 19.15%

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

R = 42.55%
G = 19.15%
B = 38.3%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.10

 K value IS 0.92

RGB Variations

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

Color information

#140912 (or 0x140912) is known color: Melanzane. HEX triplet: 14, 09 and 12. RGB value is (20,9,18). Sum of RGB (Red+Green+Blue) = 20+9+18=47 (6% of max value = 765). Red value is 20 (8.20% from 255 or 42.55% from 47); Green value is 9 (3.91% from 255 or 19.15% from 47); Blue value is 18 (7.42% from 255 or 38.30% from 47); Max value from RGB is 20 - color contains mainly: red. Hex color #140912 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140912 is #EBF6ED. Grayscale: #0D0D0D. Windows color (decimal): -15464174 or 1181972. OLE color: 1181972.

HSL color Cylindrical-coordinate representation of color #140912: hue angle of 310.91º degrees, saturation: 0.38, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #140912 is Cyan = 0, Magento = 0.55, Yellow = 0.10 and Black (K on CMYK) = 0.92.

Color convert

RGB 20 9 18 -
CMYK 0 0.55 0.10 0.92
HSL 310.91º 0.38% 0.06% -
HSV(B) 310.91º 0.55% 0.08% -
XYZ 0.5 0.39 0.62 -
YUV 13.32 130.64 132.77 -
System Red Green Blue C M Y K H S L
Decimal 20 9 18 0 0.55 0.10 0.92 310.91 0.38 0.06
Hex 14 9 12 0 37 A 5C 137 26 6
Octal 24 11 22 0 67 12 134 467 46 6
Binary 10100 1001 10010 0 110111 1010 1011100 100110111 100110 110

Color Harmonies of #140912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140912

Black with #140912

Text Example


Text Example

White with #140912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140912; }

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

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

background-color css

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

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

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

border-color css

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

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

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