Html Css Color HEX #140811 Melanzane

📋 copy color: '#140811'

red 20 ◦ green 8 ◦ blue 17

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

Shades of Melanzane #140811

Tints of Melanzane #140811

RGB

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

 GREEN value IS 8 (3.52% from 255) = 17.78%

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

R = 44.44%
G = 17.78%
B = 37.78%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.15

 K value IS 0.92

RGB Variations

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

Color information

#140811 (or 0x140811) is known color: Melanzane. HEX triplet: 14, 08 and 11. RGB value is (20,8,17). Sum of RGB (Red+Green+Blue) = 20+8+17=45 (5% of max value = 765). Red value is 20 (8.20% from 255 or 44.44% from 45); Green value is 8 (3.52% from 255 or 17.78% from 45); Blue value is 17 (7.03% from 255 or 37.78% from 45); Max value from RGB is 20 - color contains mainly: red. Hex color #140811 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140811 is #EBF7EE. Grayscale: #0C0C0C. Windows color (decimal): -15464431 or 1116180. OLE color: 1116180.

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

Color convert

RGB 20 8 17 -
CMYK 0 0.60 0.15 0.92
HSL 315º 0.43% 0.05% -
HSV(B) 315º 0.6% 0.08% -
XYZ 0.48 0.36 0.58 -
YUV 12.61 130.48 133.27 -
System Red Green Blue C M Y K H S L
Decimal 20 8 17 0 0.60 0.15 0.92 315 0.43 0.05
Hex 14 8 11 0 3C F 5C 13B 2B 5
Octal 24 10 21 0 74 17 134 473 53 5
Binary 10100 1000 10001 0 111100 1111 1011100 100111011 101011 101

Color Harmonies of #140811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140811

Black with #140811

Text Example


Text Example

White with #140811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140811; }

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

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

background-color css

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

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

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

border-color css

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

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

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