Html Css Color HEX #140110 Melanzane

📋 copy color: '#140110'

red 20 ◦ green 1 ◦ blue 16

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

Shades of Melanzane #140110

Tints of Melanzane #140110

RGB

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

 GREEN value IS 1 (0.78% from 255) = 2.7%

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

R = 54.05%
G = 2.7%
B = 43.24%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.20

 K value IS 0.92

RGB Variations

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

Color information

#140110 (or 0x140110) is known color: Melanzane. HEX triplet: 14, 01 and 10. RGB value is (20,1,16). Sum of RGB (Red+Green+Blue) = 20+1+16=37 (4% of max value = 765). Red value is 20 (8.20% from 255 or 54.05% from 37); Green value is 1 (0.78% from 255 or 2.70% from 37); Blue value is 16 (6.64% from 255 or 43.24% from 37); Max value from RGB is 20 - color contains mainly: red. Hex color #140110 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140110 is #EBFEEF. Grayscale: #080808. Windows color (decimal): -15466224 or 1048852. OLE color: 1048852.

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

Color convert

RGB 20 1 16 -
CMYK 0 0.95 0.20 0.92
HSL 312.63º 0.9% 0.04% -
HSV(B) 312.63º 0.95% 0.08% -
XYZ 0.39 0.21 0.51 -
YUV 8.39 132.29 136.28 -
System Red Green Blue C M Y K H S L
Decimal 20 1 16 0 0.95 0.20 0.92 312.63 0.9 0.04
Hex 14 1 10 0 5F 14 5C 139 5A 4
Octal 24 1 20 0 137 24 134 471 132 4
Binary 10100 1 10000 0 1011111 10100 1011100 100111001 1011010 100

Color Harmonies of #140110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140110

Black with #140110

Text Example


Text Example

White with #140110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140110; }

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

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

background-color css

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

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

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

border-color css

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

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

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