Html Css Color HEX #14000F Melanzane

📋 copy color: '#14000F'

red 20 ◦ green 0 ◦ blue 15

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

Shades of Melanzane #14000F

Tints of Melanzane #14000F

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 57.14%
G = 0%
B = 42.86%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.25

 K value IS 0.92

RGB Variations

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

Color information

#14000F (or 0x14000F) is known color: Melanzane. HEX triplet: 14, 00 and 0F. RGB value is (20,0,15). Sum of RGB (Red+Green+Blue) = 20+0+15=35 (4% of max value = 765). Red value is 20 (8.20% from 255 or 57.14% from 35); Green value is 0 (0.39% from 255 or 0% from 35); Blue value is 15 (6.25% from 255 or 42.86% from 35); Max value from RGB is 20 - color contains mainly: red. Hex color #14000F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #14000F is #EBFFF0. Grayscale: #070707. Windows color (decimal): -15466481 or 983060. OLE color: 983060.

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

Color convert

RGB 20 0 15 -
CMYK 0 1 0.25 0.92
HSL 315º 1% 0.04% -
HSV(B) 315º 1% 0.08% -
XYZ 0.37 0.18 0.47 -
YUV 7.69 132.13 136.78 -
System Red Green Blue C M Y K H S L
Decimal 20 0 15 0 1 0.25 0.92 315 1 0.04
Hex 14 0 F 0 64 19 5C 13B 64 4
Octal 24 0 17 0 144 31 134 473 144 4
Binary 10100 0 1111 0 1100100 11001 1011100 100111011 1100100 100

Color Harmonies of #14000F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14000F

Black with #14000F

Text Example


Text Example

White with #14000F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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