Html Css Color HEX #140311 Melanzane

📋 copy color: '#140311'

red 20 ◦ green 3 ◦ blue 17

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

Shades of Melanzane #140311

Tints of Melanzane #140311

RGB

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

 GREEN value IS 3 (1.56% from 255) = 7.5%

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

R = 50%
G = 7.5%
B = 42.5%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.15

 K value IS 0.92

RGB Variations

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

Color information

#140311 (or 0x140311) is known color: Melanzane. HEX triplet: 14, 03 and 11. RGB value is (20,3,17). Sum of RGB (Red+Green+Blue) = 20+3+17=40 (5% of max value = 765). Red value is 20 (8.20% from 255 or 50% from 40); Green value is 3 (1.56% from 255 or 7.5% from 40); Blue value is 17 (7.03% from 255 or 42.5% from 40); Max value from RGB is 20 - color contains mainly: red. Hex color #140311 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140311 is #EBFCEE. Grayscale: #090909. Windows color (decimal): -15465711 or 1114900. OLE color: 1114900.

HSL color Cylindrical-coordinate representation of color #140311: hue angle of 310.59º degrees, saturation: 0.74, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #140311 is Cyan = 0, Magento = 0.85, Yellow = 0.15 and Black (K on CMYK) = 0.92.

Color convert

RGB 20 3 17 -
CMYK 0 0.85 0.15 0.92
HSL 310.59º 0.74% 0.05% -
HSV(B) 310.59º 0.85% 0.08% -
XYZ 0.42 0.25 0.56 -
YUV 9.68 132.13 135.36 -
System Red Green Blue C M Y K H S L
Decimal 20 3 17 0 0.85 0.15 0.92 310.59 0.74 0.05
Hex 14 3 11 0 55 F 5C 137 4A 5
Octal 24 3 21 0 125 17 134 467 112 5
Binary 10100 11 10001 0 1010101 1111 1011100 100110111 1001010 101

Color Harmonies of #140311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140311

Black with #140311

Text Example


Text Example

White with #140311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140311; }

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

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

background-color css

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

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

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

border-color css

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

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

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