Html Css Color HEX #140310 Melanzane

📋 copy color: '#140310'

red 20 ◦ green 3 ◦ blue 16

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

Shades of Melanzane #140310

Tints of Melanzane #140310

RGB

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

 GREEN value IS 3 (1.56% from 255) = 7.69%

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

R = 51.28%
G = 7.69%
B = 41.03%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.20

 K value IS 0.92

RGB Variations

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

Color information

#140310 (or 0x140310) is known color: Melanzane. HEX triplet: 14, 03 and 10. RGB value is (20,3,16). Sum of RGB (Red+Green+Blue) = 20+3+16=39 (5% of max value = 765). Red value is 20 (8.20% from 255 or 51.28% from 39); Green value is 3 (1.56% from 255 or 7.69% from 39); Blue value is 16 (6.64% from 255 or 41.03% from 39); Max value from RGB is 20 - color contains mainly: red. Hex color #140310 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140310 is #EBFCEF. Grayscale: #090909. Windows color (decimal): -15465712 or 1049364. OLE color: 1049364.

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

Color convert

RGB 20 3 16 -
CMYK 0 0.85 0.20 0.92
HSL 314.12º 0.74% 0.05% -
HSV(B) 314.12º 0.85% 0.08% -
XYZ 0.41 0.25 0.52 -
YUV 9.57 131.63 135.44 -
System Red Green Blue C M Y K H S L
Decimal 20 3 16 0 0.85 0.20 0.92 314.12 0.74 0.05
Hex 14 3 10 0 55 14 5C 13A 4A 5
Octal 24 3 20 0 125 24 134 472 112 5
Binary 10100 11 10000 0 1010101 10100 1011100 100111010 1001010 101

Color Harmonies of #140310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140310

Black with #140310

Text Example


Text Example

White with #140310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140310; }

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

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

background-color css

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

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

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

border-color css

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

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

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