Html Css Color HEX #14020F Melanzane

📋 copy color: '#14020F'

red 20 ◦ green 2 ◦ blue 15

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

Shades of Melanzane #14020F

Tints of Melanzane #14020F

RGB

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

 GREEN value IS 2 (1.17% from 255) = 5.41%

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

R = 54.05%
G = 5.41%
B = 40.54%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.25

 K value IS 0.92

RGB Variations

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

Color information

#14020F (or 0x14020F) is known color: Melanzane. HEX triplet: 14, 02 and 0F. RGB value is (20,2,15). Sum of RGB (Red+Green+Blue) = 20+2+15=37 (4% of max value = 765). Red value is 20 (8.20% from 255 or 54.05% from 37); Green value is 2 (1.17% from 255 or 5.41% from 37); Blue value is 15 (6.25% from 255 or 40.54% from 37); Max value from RGB is 20 - color contains mainly: red. Hex color #14020F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #14020F is #EBFDF0. Grayscale: #080808. Windows color (decimal): -15465969 or 983572. OLE color: 983572.

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

Color convert

RGB 20 2 15 -
CMYK 0 0.90 0.25 0.92
HSL 316.67º 0.82% 0.04% -
HSV(B) 316.67º 0.9% 0.08% -
XYZ 0.4 0.23 0.47 -
YUV 8.86 131.46 135.94 -
System Red Green Blue C M Y K H S L
Decimal 20 2 15 0 0.90 0.25 0.92 316.67 0.82 0.04
Hex 14 2 F 0 5A 19 5C 13D 52 4
Octal 24 2 17 0 132 31 134 475 122 4
Binary 10100 10 1111 0 1011010 11001 1011100 100111101 1010010 100

Color Harmonies of #14020F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14020F

Black with #14020F

Text Example


Text Example

White with #14020F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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