Html Css Color HEX #140F12 Melanzane

📋 copy color: '#140F12'

red 20 ◦ green 15 ◦ blue 18

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

Shades of Melanzane #140F12

Tints of Melanzane #140F12

RGB

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

 GREEN value IS 15 (6.25% from 255) = 28.3%

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

R = 37.74%
G = 28.3%
B = 33.96%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.10

 K value IS 0.92

RGB Variations

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

Color information

#140F12 (or 0x140F12) is known color: Melanzane. HEX triplet: 14, 0F and 12. RGB value is (20,15,18). Sum of RGB (Red+Green+Blue) = 20+15+18=53 (7% of max value = 765). Red value is 20 (8.20% from 255 or 37.74% from 53); Green value is 15 (6.25% from 255 or 28.30% from 53); Blue value is 18 (7.42% from 255 or 33.96% from 53); Max value from RGB is 20 - color contains mainly: red. Hex color #140F12 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140F12 is #EBF0ED. Grayscale: #101010. Windows color (decimal): -15462638 or 1183508. OLE color: 1183508.

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

Color convert

RGB 20 15 18 -
CMYK 0 0.25 0.10 0.92
HSL 324º 0.14% 0.07% -
HSV(B) 324º 0.25% 0.08% -
XYZ 0.57 0.53 0.65 -
YUV 16.84 128.66 130.26 -
System Red Green Blue C M Y K H S L
Decimal 20 15 18 0 0.25 0.10 0.92 324 0.14 0.07
Hex 14 F 12 0 19 A 5C 144 E 7
Octal 24 17 22 0 31 12 134 504 16 7
Binary 10100 1111 10010 0 11001 1010 1011100 101000100 1110 111

Color Harmonies of #140F12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140F12

Black with #140F12

Text Example


Text Example

White with #140F12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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