Html Css Color HEX #14050E Melanzane

📋 copy color: '#14050E'

red 20 ◦ green 5 ◦ blue 14

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

Shades of Melanzane #14050E

Tints of Melanzane #14050E

RGB

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

 GREEN value IS 5 (2.34% from 255) = 12.82%

 BLUE value IS 14 (5.86% from 255) = 35.9%

R = 51.28%
G = 12.82%
B = 35.9%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.30

 K value IS 0.92

RGB Variations

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

Color information

#14050E (or 0x14050E) is known color: Melanzane. HEX triplet: 14, 05 and 0E. RGB value is (20,5,14). Sum of RGB (Red+Green+Blue) = 20+5+14=39 (5% of max value = 765). Red value is 20 (8.20% from 255 or 51.28% from 39); Green value is 5 (2.34% from 255 or 12.82% from 39); Blue value is 14 (5.86% from 255 or 35.90% from 39); Max value from RGB is 20 - color contains mainly: red. Hex color #14050E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #14050E is #EBFAF1. Grayscale: #0A0A0A. Windows color (decimal): -15465202 or 918804. OLE color: 918804.

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

Color convert

RGB 20 5 14 -
CMYK 0 0.75 0.30 0.92
HSL 324º 0.6% 0.05% -
HSV(B) 324º 0.75% 0.08% -
XYZ 0.42 0.29 0.45 -
YUV 10.51 129.97 134.77 -
System Red Green Blue C M Y K H S L
Decimal 20 5 14 0 0.75 0.30 0.92 324 0.6 0.05
Hex 14 5 E 0 4B 1E 5C 144 3C 5
Octal 24 5 16 0 113 36 134 504 74 5
Binary 10100 101 1110 0 1001011 11110 1011100 101000100 111100 101

Color Harmonies of #14050E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14050E

Black with #14050E

Text Example


Text Example

White with #14050E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14050E; }

 p { color: rgb(20,5,14); }

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

background-color css

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

 a { background-color: rgb(20,5,14); }

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

border-color css

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

 span { border-color: rgb(20,5,14); }

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