Html Css Color HEX #14080F Melanzane

📋 copy color: '#14080F'

red 20 ◦ green 8 ◦ blue 15

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

Shades of Melanzane #14080F

Tints of Melanzane #14080F

RGB

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

 GREEN value IS 8 (3.52% from 255) = 18.6%

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

R = 46.51%
G = 18.6%
B = 34.88%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.25

 K value IS 0.92

RGB Variations

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

Color information

#14080F (or 0x14080F) is known color: Melanzane. HEX triplet: 14, 08 and 0F. RGB value is (20,8,15). Sum of RGB (Red+Green+Blue) = 20+8+15=43 (5% of max value = 765). Red value is 20 (8.20% from 255 or 46.51% from 43); Green value is 8 (3.52% from 255 or 18.60% from 43); Blue value is 15 (6.25% from 255 or 34.88% from 43); Max value from RGB is 20 - color contains mainly: red. Hex color #14080F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #14080F is #EBF7F0. Grayscale: #0C0C0C. Windows color (decimal): -15464433 or 985108. OLE color: 985108.

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

Color convert

RGB 20 8 15 -
CMYK 0 0.60 0.25 0.92
HSL 325º 0.43% 0.05% -
HSV(B) 325º 0.6% 0.08% -
XYZ 0.46 0.36 0.5 -
YUV 12.39 129.48 133.43 -
System Red Green Blue C M Y K H S L
Decimal 20 8 15 0 0.60 0.25 0.92 325 0.43 0.05
Hex 14 8 F 0 3C 19 5C 145 2B 5
Octal 24 10 17 0 74 31 134 505 53 5
Binary 10100 1000 1111 0 111100 11001 1011100 101000101 101011 101

Color Harmonies of #14080F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14080F

Black with #14080F

Text Example


Text Example

White with #14080F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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