Html Css Color HEX #140210 Melanzane

📋 copy color: '#140210'

red 20 ◦ green 2 ◦ blue 16

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

Shades of Melanzane #140210

Tints of Melanzane #140210

RGB

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

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

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

R = 52.63%
G = 5.26%
B = 42.11%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.20

 K value IS 0.92

RGB Variations

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

Color information

#140210 (or 0x140210) is known color: Melanzane. HEX triplet: 14, 02 and 10. RGB value is (20,2,16). Sum of RGB (Red+Green+Blue) = 20+2+16=38 (5% of max value = 765). Red value is 20 (8.20% from 255 or 52.63% from 38); Green value is 2 (1.17% from 255 or 5.26% from 38); Blue value is 16 (6.64% from 255 or 42.11% from 38); Max value from RGB is 20 - color contains mainly: red. Hex color #140210 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140210 is #EBFDEF. Grayscale: #080808. Windows color (decimal): -15465968 or 1049108. OLE color: 1049108.

HSL color Cylindrical-coordinate representation of color #140210: hue angle of 313.33º 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 #140210 is Cyan = 0, Magento = 0.90, Yellow = 0.20 and Black (K on CMYK) = 0.92.

Color convert

RGB 20 2 16 -
CMYK 0 0.90 0.20 0.92
HSL 313.33º 0.82% 0.04% -
HSV(B) 313.33º 0.9% 0.08% -
XYZ 0.4 0.23 0.51 -
YUV 8.98 131.96 135.86 -
System Red Green Blue C M Y K H S L
Decimal 20 2 16 0 0.90 0.20 0.92 313.33 0.82 0.04
Hex 14 2 10 0 5A 14 5C 139 52 4
Octal 24 2 20 0 132 24 134 471 122 4
Binary 10100 10 10000 0 1011010 10100 1011100 100111001 1010010 100

Color Harmonies of #140210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140210

Black with #140210

Text Example


Text Example

White with #140210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140210; }

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

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

background-color css

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

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

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

border-color css

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

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

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