Html Css Color HEX #14060F Melanzane

📋 copy color: '#14060F'

red 20 ◦ green 6 ◦ blue 15

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

Shades of Melanzane #14060F

Tints of Melanzane #14060F

RGB

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

 GREEN value IS 6 (2.73% from 255) = 14.63%

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

R = 48.78%
G = 14.63%
B = 36.59%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.25

 K value IS 0.92

RGB Variations

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

Color information

#14060F (or 0x14060F) is known color: Melanzane. HEX triplet: 14, 06 and 0F. RGB value is (20,6,15). Sum of RGB (Red+Green+Blue) = 20+6+15=41 (5% of max value = 765). Red value is 20 (8.20% from 255 or 48.78% from 41); Green value is 6 (2.73% from 255 or 14.63% from 41); Blue value is 15 (6.25% from 255 or 36.59% from 41); Max value from RGB is 20 - color contains mainly: red. Hex color #14060F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #14060F is #EBF9F0. Grayscale: #0B0B0B. Windows color (decimal): -15464945 or 984596. OLE color: 984596.

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

Color convert

RGB 20 6 15 -
CMYK 0 0.70 0.25 0.92
HSL 321.43º 0.54% 0.05% -
HSV(B) 321.43º 0.7% 0.08% -
XYZ 0.44 0.31 0.49 -
YUV 11.21 130.14 134.27 -
System Red Green Blue C M Y K H S L
Decimal 20 6 15 0 0.70 0.25 0.92 321.43 0.54 0.05
Hex 14 6 F 0 46 19 5C 141 36 5
Octal 24 6 17 0 106 31 134 501 66 5
Binary 10100 110 1111 0 1000110 11001 1011100 101000001 110110 101

Color Harmonies of #14060F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14060F

Black with #14060F

Text Example


Text Example

White with #14060F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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