Html Css Color HEX #14090F Melanzane

📋 copy color: '#14090F'

red 20 ◦ green 9 ◦ blue 15

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

Shades of Melanzane #14090F

Tints of Melanzane #14090F

RGB

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

 GREEN value IS 9 (3.91% from 255) = 20.45%

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

R = 45.45%
G = 20.45%
B = 34.09%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.25

 K value IS 0.92

RGB Variations

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

Color information

#14090F (or 0x14090F) is known color: Melanzane. HEX triplet: 14, 09 and 0F. RGB value is (20,9,15). Sum of RGB (Red+Green+Blue) = 20+9+15=44 (5% of max value = 765). Red value is 20 (8.20% from 255 or 45.45% from 44); Green value is 9 (3.91% from 255 or 20.45% from 44); Blue value is 15 (6.25% from 255 or 34.09% from 44); Max value from RGB is 20 - color contains mainly: red. Hex color #14090F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #14090F is #EBF6F0. Grayscale: #0C0C0C. Windows color (decimal): -15464177 or 985364. OLE color: 985364.

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

Color convert

RGB 20 9 15 -
CMYK 0 0.55 0.25 0.92
HSL 327.27º 0.38% 0.06% -
HSV(B) 327.27º 0.55% 0.08% -
XYZ 0.47 0.38 0.5 -
YUV 12.97 129.14 133.01 -
System Red Green Blue C M Y K H S L
Decimal 20 9 15 0 0.55 0.25 0.92 327.27 0.38 0.06
Hex 14 9 F 0 37 19 5C 147 26 6
Octal 24 11 17 0 67 31 134 507 46 6
Binary 10100 1001 1111 0 110111 11001 1011100 101000111 100110 110

Color Harmonies of #14090F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14090F

Black with #14090F

Text Example


Text Example

White with #14090F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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