Html Css Color HEX #140D13 Melanzane

📋 copy color: '#140D13'

red 20 ◦ green 13 ◦ blue 19

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

Shades of Melanzane #140D13

Tints of Melanzane #140D13

RGB

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

 GREEN value IS 13 (5.47% from 255) = 25%

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

R = 38.46%
G = 25%
B = 36.54%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.05

 K value IS 0.92

RGB Variations

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

Color information

#140D13 (or 0x140D13) is known color: Melanzane. HEX triplet: 14, 0D and 13. RGB value is (20,13,19). Sum of RGB (Red+Green+Blue) = 20+13+19=52 (6% of max value = 765). Red value is 20 (8.20% from 255 or 38.46% from 52); Green value is 13 (5.47% from 255 or 25% from 52); Blue value is 19 (7.81% from 255 or 36.54% from 52); Max value from RGB is 20 - color contains mainly: red. Hex color #140D13 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140D13 is #EBF2EC. Grayscale: #0F0F0F. Windows color (decimal): -15463149 or 1248532. OLE color: 1248532.

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

Color convert

RGB 20 13 19 -
CMYK 0 0.35 0.05 0.92
HSL 308.57º 0.21% 0.06% -
HSV(B) 308.57º 0.35% 0.08% -
XYZ 0.55 0.48 0.68 -
YUV 15.78 129.82 131.01 -
System Red Green Blue C M Y K H S L
Decimal 20 13 19 0 0.35 0.05 0.92 308.57 0.21 0.06
Hex 14 D 13 0 23 5 5C 135 15 6
Octal 24 15 23 0 43 5 134 465 25 6
Binary 10100 1101 10011 0 100011 101 1011100 100110101 10101 110

Color Harmonies of #140D13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140D13

Black with #140D13

Text Example


Text Example

White with #140D13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140D13; }

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

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

background-color css

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

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

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

border-color css

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

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

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