Html Css Color HEX #140C12 Melanzane

📋 copy color: '#140C12'

red 20 ◦ green 12 ◦ blue 18

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

Shades of Melanzane #140C12

Tints of Melanzane #140C12

RGB

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

 GREEN value IS 12 (5.08% from 255) = 24%

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

R = 40%
G = 24%
B = 36%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.10

 K value IS 0.92

RGB Variations

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

Color information

#140C12 (or 0x140C12) is known color: Melanzane. HEX triplet: 14, 0C and 12. RGB value is (20,12,18). Sum of RGB (Red+Green+Blue) = 20+12+18=50 (6% of max value = 765). Red value is 20 (8.20% from 255 or 40% from 50); Green value is 12 (5.08% from 255 or 24% from 50); Blue value is 18 (7.42% from 255 or 36% from 50); Max value from RGB is 20 - color contains mainly: red. Hex color #140C12 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140C12 is #EBF3ED. Grayscale: #0F0F0F. Windows color (decimal): -15463406 or 1182740. OLE color: 1182740.

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

Color convert

RGB 20 12 18 -
CMYK 0 0.40 0.10 0.92
HSL 315º 0.25% 0.06% -
HSV(B) 315º 0.4% 0.08% -
XYZ 0.53 0.46 0.63 -
YUV 15.08 129.65 131.51 -
System Red Green Blue C M Y K H S L
Decimal 20 12 18 0 0.40 0.10 0.92 315 0.25 0.06
Hex 14 C 12 0 28 A 5C 13B 19 6
Octal 24 14 22 0 50 12 134 473 31 6
Binary 10100 1100 10010 0 101000 1010 1011100 100111011 11001 110

Color Harmonies of #140C12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140C12

Black with #140C12

Text Example


Text Example

White with #140C12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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