Html Css Color HEX #141013 Melanzane

📋 copy color: '#141013'

red 20 ◦ green 16 ◦ blue 19

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

Shades of Melanzane #141013

Tints of Melanzane #141013

RGB

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

 GREEN value IS 16 (6.64% from 255) = 29.09%

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

R = 36.36%
G = 29.09%
B = 34.55%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.05

 K value IS 0.92

RGB Variations

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

Color information

#141013 (or 0x141013) is known color: Melanzane. HEX triplet: 14, 10 and 13. RGB value is (20,16,19). Sum of RGB (Red+Green+Blue) = 20+16+19=55 (7% of max value = 765). Red value is 20 (8.20% from 255 or 36.36% from 55); Green value is 16 (6.64% from 255 or 29.09% from 55); Blue value is 19 (7.81% from 255 or 34.55% from 55); Max value from RGB is 20 - color contains mainly: red. Hex color #141013 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #141013 is #EBEFEC. Grayscale: #111111. Windows color (decimal): -15462381 or 1249300. OLE color: 1249300.

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

Color convert

RGB 20 16 19 -
CMYK 0 0.20 0.05 0.92
HSL 315º 0.11% 0.07% -
HSV(B) 315º 0.2% 0.08% -
XYZ 0.59 0.57 0.69 -
YUV 17.54 128.83 129.76 -
System Red Green Blue C M Y K H S L
Decimal 20 16 19 0 0.20 0.05 0.92 315 0.11 0.07
Hex 14 10 13 0 14 5 5C 13B B 7
Octal 24 20 23 0 24 5 134 473 13 7
Binary 10100 10000 10011 0 10100 101 1011100 100111011 1011 111

Color Harmonies of #141013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141013

Black with #141013

Text Example


Text Example

White with #141013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141013; }

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

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

background-color css

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

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

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

border-color css

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

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

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