Html Css Color HEX #140010 Melanzane

📋 copy color: '#140010'

red 20 ◦ green 0 ◦ blue 16

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

Shades of Melanzane #140010

Tints of Melanzane #140010

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 16 (6.64% from 255) = 44.44%

R = 55.56%
G = 0%
B = 44.44%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.20

 K value IS 0.92

RGB Variations

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

Color information

#140010 (or 0x140010) is known color: Melanzane. HEX triplet: 14, 00 and 10. RGB value is (20,0,16). Sum of RGB (Red+Green+Blue) = 20+0+16=36 (4% of max value = 765). Red value is 20 (8.20% from 255 or 55.56% from 36); Green value is 0 (0.39% from 255 or 0% from 36); Blue value is 16 (6.64% from 255 or 44.44% from 36); Max value from RGB is 20 - color contains mainly: red. Hex color #140010 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140010 is #EBFFEF. Grayscale: #070707. Windows color (decimal): -15466480 or 1048596. OLE color: 1048596.

HSL color Cylindrical-coordinate representation of color #140010: hue angle of 312º degrees, saturation: 1, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 1%. Process color model (Four color, CMYK) of #140010 is Cyan = 0, Magento = 1, Yellow = 0.20 and Black (K on CMYK) = 0.92.

Color convert

RGB 20 0 16 -
CMYK 0 1 0.20 0.92
HSL 312º 1% 0.04% -
HSV(B) 312º 1% 0.08% -
XYZ 0.38 0.19 0.51 -
YUV 7.8 132.63 136.7 -
System Red Green Blue C M Y K H S L
Decimal 20 0 16 0 1 0.20 0.92 312 1 0.04
Hex 14 0 10 0 64 14 5C 138 64 4
Octal 24 0 20 0 144 24 134 470 144 4
Binary 10100 0 10000 0 1100100 10100 1011100 100111000 1100100 100

Color Harmonies of #140010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140010

Black with #140010

Text Example


Text Example

White with #140010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140010; }

 p { color: rgb(20,0,16); }

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

background-color css

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

 a { background-color: rgb(20,0,16); }

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

border-color css

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

 span { border-color: rgb(20,0,16); }

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