Html Css Color HEX #140C11 Melanzane

📋 copy color: '#140C11'

red 20 ◦ green 12 ◦ blue 17

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

Shades of Melanzane #140C11

Tints of Melanzane #140C11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 34.69%

R = 40.82%
G = 24.49%
B = 34.69%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.15

 K value IS 0.92

RGB Variations

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

Color information

#140C11 (or 0x140C11) is known color: Melanzane. HEX triplet: 14, 0C and 11. RGB value is (20,12,17). Sum of RGB (Red+Green+Blue) = 20+12+17=49 (6% of max value = 765). Red value is 20 (8.20% from 255 or 40.82% from 49); Green value is 12 (5.08% from 255 or 24.49% from 49); Blue value is 17 (7.03% from 255 or 34.69% from 49); Max value from RGB is 20 - color contains mainly: red. Hex color #140C11 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140C11 is #EBF3EE. Grayscale: #0E0E0E. Windows color (decimal): -15463407 or 1117204. OLE color: 1117204.

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

Color convert

RGB 20 12 17 -
CMYK 0 0.40 0.15 0.92
HSL 322.5º 0.25% 0.06% -
HSV(B) 322.5º 0.4% 0.08% -
XYZ 0.52 0.45 0.59 -
YUV 14.96 129.15 131.59 -
System Red Green Blue C M Y K H S L
Decimal 20 12 17 0 0.40 0.15 0.92 322.5 0.25 0.06
Hex 14 C 11 0 28 F 5C 142 19 6
Octal 24 14 21 0 50 17 134 502 31 6
Binary 10100 1100 10001 0 101000 1111 1011100 101000010 11001 110

Color Harmonies of #140C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140C11

Black with #140C11

Text Example


Text Example

White with #140C11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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