Html Css Color HEX #14070F Melanzane

📋 copy color: '#14070F'

red 20 ◦ green 7 ◦ blue 15

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

Shades of Melanzane #14070F

Tints of Melanzane #14070F

RGB

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

 GREEN value IS 7 (3.13% from 255) = 16.67%

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

R = 47.62%
G = 16.67%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.25

 K value IS 0.92

RGB Variations

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

Color information

#14070F (or 0x14070F) is known color: Melanzane. HEX triplet: 14, 07 and 0F. RGB value is (20,7,15). Sum of RGB (Red+Green+Blue) = 20+7+15=42 (5% of max value = 765). Red value is 20 (8.20% from 255 or 47.62% from 42); Green value is 7 (3.12% from 255 or 16.67% from 42); Blue value is 15 (6.25% from 255 or 35.71% from 42); Max value from RGB is 20 - color contains mainly: red. Hex color #14070F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #14070F is #EBF8F0. Grayscale: #0B0B0B. Windows color (decimal): -15464689 or 984852. OLE color: 984852.

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

Color convert

RGB 20 7 15 -
CMYK 0 0.65 0.25 0.92
HSL 323.08º 0.48% 0.05% -
HSV(B) 323.08º 0.65% 0.08% -
XYZ 0.45 0.34 0.49 -
YUV 11.8 129.81 133.85 -
System Red Green Blue C M Y K H S L
Decimal 20 7 15 0 0.65 0.25 0.92 323.08 0.48 0.05
Hex 14 7 F 0 41 19 5C 143 30 5
Octal 24 7 17 0 101 31 134 503 60 5
Binary 10100 111 1111 0 1000001 11001 1011100 101000011 110000 101

Color Harmonies of #14070F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14070F

Black with #14070F

Text Example


Text Example

White with #14070F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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