Html Css Color HEX #140410 Melanzane

📋 copy color: '#140410'

red 20 ◦ green 4 ◦ blue 16

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

Shades of Melanzane #140410

Tints of Melanzane #140410

RGB

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

 GREEN value IS 4 (1.95% from 255) = 10%

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

R = 50%
G = 10%
B = 40%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.20

 K value IS 0.92

RGB Variations

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

Color information

#140410 (or 0x140410) is known color: Melanzane. HEX triplet: 14, 04 and 10. RGB value is (20,4,16). Sum of RGB (Red+Green+Blue) = 20+4+16=40 (5% of max value = 765). Red value is 20 (8.20% from 255 or 50% from 40); Green value is 4 (1.95% from 255 or 10% from 40); Blue value is 16 (6.64% from 255 or 40% from 40); Max value from RGB is 20 - color contains mainly: red. Hex color #140410 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140410 is #EBFBEF. Grayscale: #0A0A0A. Windows color (decimal): -15465456 or 1049620. OLE color: 1049620.

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

Color convert

RGB 20 4 16 -
CMYK 0 0.80 0.20 0.92
HSL 315º 0.67% 0.05% -
HSV(B) 315º 0.8% 0.08% -
XYZ 0.43 0.27 0.52 -
YUV 10.15 131.3 135.02 -
System Red Green Blue C M Y K H S L
Decimal 20 4 16 0 0.80 0.20 0.92 315 0.67 0.05
Hex 14 4 10 0 50 14 5C 13B 43 5
Octal 24 4 20 0 120 24 134 473 103 5
Binary 10100 100 10000 0 1010000 10100 1011100 100111011 1000011 101

Color Harmonies of #140410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140410

Black with #140410

Text Example


Text Example

White with #140410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140410; }

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

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

background-color css

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

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

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

border-color css

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

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

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