Html Css Color HEX #140511 Melanzane

📋 copy color: '#140511'

red 20 ◦ green 5 ◦ blue 17

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

Shades of Melanzane #140511

Tints of Melanzane #140511

RGB

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

 GREEN value IS 5 (2.34% from 255) = 11.9%

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

R = 47.62%
G = 11.9%
B = 40.48%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.15

 K value IS 0.92

RGB Variations

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

Color information

#140511 (or 0x140511) is known color: Melanzane. HEX triplet: 14, 05 and 11. RGB value is (20,5,17). Sum of RGB (Red+Green+Blue) = 20+5+17=42 (5% of max value = 765). Red value is 20 (8.20% from 255 or 47.62% from 42); Green value is 5 (2.34% from 255 or 11.90% from 42); Blue value is 17 (7.03% from 255 or 40.48% from 42); Max value from RGB is 20 - color contains mainly: red. Hex color #140511 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140511 is #EBFAEE. Grayscale: #0A0A0A. Windows color (decimal): -15465199 or 1115412. OLE color: 1115412.

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

Color convert

RGB 20 5 17 -
CMYK 0 0.75 0.15 0.92
HSL 312º 0.6% 0.05% -
HSV(B) 312º 0.75% 0.08% -
XYZ 0.44 0.3 0.56 -
YUV 10.85 131.47 134.52 -
System Red Green Blue C M Y K H S L
Decimal 20 5 17 0 0.75 0.15 0.92 312 0.6 0.05
Hex 14 5 11 0 4B F 5C 138 3C 5
Octal 24 5 21 0 113 17 134 470 74 5
Binary 10100 101 10001 0 1001011 1111 1011100 100111000 111100 101

Color Harmonies of #140511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140511

Black with #140511

Text Example


Text Example

White with #140511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140511; }

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

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

background-color css

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

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

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

border-color css

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

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

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