Html Css Color HEX #14010E Melanzane

📋 copy color: '#14010E'

red 20 ◦ green 1 ◦ blue 14

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

Shades of Melanzane #14010E

Tints of Melanzane #14010E

RGB

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

 GREEN value IS 1 (0.78% from 255) = 2.86%

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

R = 57.14%
G = 2.86%
B = 40%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.30

 K value IS 0.92

RGB Variations

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

Color information

#14010E (or 0x14010E) is known color: Melanzane. HEX triplet: 14, 01 and 0E. RGB value is (20,1,14). Sum of RGB (Red+Green+Blue) = 20+1+14=35 (4% of max value = 765). Red value is 20 (8.20% from 255 or 57.14% from 35); Green value is 1 (0.78% from 255 or 2.86% from 35); Blue value is 14 (5.86% from 255 or 40% from 35); Max value from RGB is 20 - color contains mainly: red. Hex color #14010E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #14010E is #EBFEF1. Grayscale: #080808. Windows color (decimal): -15466226 or 917780. OLE color: 917780.

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

Color convert

RGB 20 1 14 -
CMYK 0 0.95 0.30 0.92
HSL 318.95º 0.9% 0.04% -
HSV(B) 318.95º 0.95% 0.08% -
XYZ 0.38 0.2 0.43 -
YUV 8.16 131.29 136.44 -
System Red Green Blue C M Y K H S L
Decimal 20 1 14 0 0.95 0.30 0.92 318.95 0.9 0.04
Hex 14 1 E 0 5F 1E 5C 13F 5A 4
Octal 24 1 16 0 137 36 134 477 132 4
Binary 10100 1 1110 0 1011111 11110 1011100 100111111 1011010 100

Color Harmonies of #14010E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14010E

Black with #14010E

Text Example


Text Example

White with #14010E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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