Html Css Color HEX #140F13 Melanzane

📋 copy color: '#140F13'

red 20 ◦ green 15 ◦ blue 19

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

Shades of Melanzane #140F13

Tints of Melanzane #140F13

RGB

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

 GREEN value IS 15 (6.25% from 255) = 27.78%

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

R = 37.04%
G = 27.78%
B = 35.19%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.05

 K value IS 0.92

RGB Variations

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

Color information

#140F13 (or 0x140F13) is known color: Melanzane. HEX triplet: 14, 0F and 13. RGB value is (20,15,19). Sum of RGB (Red+Green+Blue) = 20+15+19=54 (7% of max value = 765). Red value is 20 (8.20% from 255 or 37.04% from 54); Green value is 15 (6.25% from 255 or 27.78% from 54); Blue value is 19 (7.81% from 255 or 35.19% from 54); Max value from RGB is 20 - color contains mainly: red. Hex color #140F13 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140F13 is #EBF0EC. Grayscale: #101010. Windows color (decimal): -15462637 or 1249044. OLE color: 1249044.

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

Color convert

RGB 20 15 19 -
CMYK 0 0.25 0.05 0.92
HSL 312º 0.14% 0.07% -
HSV(B) 312º 0.25% 0.08% -
XYZ 0.58 0.54 0.69 -
YUV 16.95 129.16 130.17 -
System Red Green Blue C M Y K H S L
Decimal 20 15 19 0 0.25 0.05 0.92 312 0.14 0.07
Hex 14 F 13 0 19 5 5C 138 E 7
Octal 24 17 23 0 31 5 134 470 16 7
Binary 10100 1111 10011 0 11001 101 1011100 100111000 1110 111

Color Harmonies of #140F13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140F13

Black with #140F13

Text Example


Text Example

White with #140F13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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