Html Css Color HEX #14040F Melanzane

📋 copy color: '#14040F'

red 20 ◦ green 4 ◦ blue 15

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

Shades of Melanzane #14040F

Tints of Melanzane #14040F

RGB

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

 GREEN value IS 4 (1.95% from 255) = 10.26%

 BLUE value IS 15 (6.25% from 255) = 38.46%

R = 51.28%
G = 10.26%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.25

 K value IS 0.92

RGB Variations

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

Color information

#14040F (or 0x14040F) is known color: Melanzane. HEX triplet: 14, 04 and 0F. RGB value is (20,4,15). Sum of RGB (Red+Green+Blue) = 20+4+15=39 (5% of max value = 765). Red value is 20 (8.20% from 255 or 51.28% from 39); Green value is 4 (1.95% from 255 or 10.26% from 39); Blue value is 15 (6.25% from 255 or 38.46% from 39); Max value from RGB is 20 - color contains mainly: red. Hex color #14040F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #14040F is #EBFBF0. Grayscale: #0A0A0A. Windows color (decimal): -15465457 or 984084. OLE color: 984084.

HSL color Cylindrical-coordinate representation of color #14040F: hue angle of 318.75º degrees, saturation: 0.67, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #14040F is Cyan = 0, Magento = 0.80, Yellow = 0.25 and Black (K on CMYK) = 0.92.

Color convert

RGB 20 4 15 -
CMYK 0 0.80 0.25 0.92
HSL 318.75º 0.67% 0.05% -
HSV(B) 318.75º 0.8% 0.08% -
XYZ 0.42 0.27 0.48 -
YUV 10.04 130.8 135.11 -
System Red Green Blue C M Y K H S L
Decimal 20 4 15 0 0.80 0.25 0.92 318.75 0.67 0.05
Hex 14 4 F 0 50 19 5C 13F 43 5
Octal 24 4 17 0 120 31 134 477 103 5
Binary 10100 100 1111 0 1010000 11001 1011100 100111111 1000011 101

Color Harmonies of #14040F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14040F

Black with #14040F

Text Example


Text Example

White with #14040F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14040F; }

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

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

background-color css

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

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

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

border-color css

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

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

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