Html Css Color HEX #141113 Melanzane

📋 copy color: '#141113'

red 20 ◦ green 17 ◦ blue 19

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

Shades of Melanzane #141113

Tints of Melanzane #141113

RGB

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

 GREEN value IS 17 (7.03% from 255) = 30.36%

 BLUE value IS 19 (7.81% from 255) = 33.93%

R = 35.71%
G = 30.36%
B = 33.93%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.05

 K value IS 0.92

RGB Variations

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

Color information

#141113 (or 0x141113) is known color: Melanzane. HEX triplet: 14, 11 and 13. RGB value is (20,17,19). Sum of RGB (Red+Green+Blue) = 20+17+19=56 (7% of max value = 765). Red value is 20 (8.20% from 255 or 35.71% from 56); Green value is 17 (7.03% from 255 or 30.36% from 56); Blue value is 19 (7.81% from 255 or 33.93% from 56); Max value from RGB is 20 - color contains mainly: red. Hex color #141113 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #141113 is #EBEEEC. Grayscale: #121212. Windows color (decimal): -15462125 or 1249556. OLE color: 1249556.

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

Color convert

RGB 20 17 19 -
CMYK 0 0.15 0.05 0.92
HSL 320º 0.08% 0.07% -
HSV(B) 320º 0.15% 0.08% -
XYZ 0.61 0.6 0.7 -
YUV 18.13 128.49 129.34 -
System Red Green Blue C M Y K H S L
Decimal 20 17 19 0 0.15 0.05 0.92 320 0.08 0.07
Hex 14 11 13 0 F 5 5C 140 8 7
Octal 24 21 23 0 17 5 134 500 10 7
Binary 10100 10001 10011 0 1111 101 1011100 101000000 1000 111

Color Harmonies of #141113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141113

Black with #141113

Text Example


Text Example

White with #141113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141113; }

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

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

background-color css

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

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

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

border-color css

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

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

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