Html Css Color HEX #2E192A Melanzane

📋 copy color: '#2E192A'

red 46 ◦ green 25 ◦ blue 42

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

Shades of Melanzane #2E192A

Tints of Melanzane #2E192A

RGB

 RED value IS 46 (18.36% from 255) = 40.71%

 GREEN value IS 25 (10.16% from 255) = 22.12%

 BLUE value IS 42 (16.8% from 255) = 37.17%

R = 40.71%
G = 22.12%
B = 37.17%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.09

 K value IS 0.82

RGB Variations

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

Color information

#2E192A (or 0x2E192A) is known color: Melanzane. HEX triplet: 2E, 19 and 2A. RGB value is (46,25,42). Sum of RGB (Red+Green+Blue) = 46+25+42=113 (14% of max value = 765). Red value is 46 (18.36% from 255 or 40.71% from 113); Green value is 25 (10.16% from 255 or 22.12% from 113); Blue value is 42 (16.80% from 255 or 37.17% from 113); Max value from RGB is 46 - color contains mainly: red. Hex color #2E192A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E192A is #D1E6D5. Grayscale: #212121. Windows color (decimal): -13756118 or 2758958. OLE color: 2758958.

HSL color Cylindrical-coordinate representation of color #2E192A: hue angle of 311.43º degrees, saturation: 0.3, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #2E192A is Cyan = 0, Magento = 0.46, Yellow = 0.09 and Black (K on CMYK) = 0.82.

Color convert

RGB 46 25 42 -
CMYK 0 0.46 0.09 0.82
HSL 311.43º 0.3% 0.14% -
HSV(B) 311.43º 0.46% 0.18% -
XYZ 1.89 1.44 2.37 -
YUV 33.22 132.96 137.12 -
System Red Green Blue C M Y K H S L
Decimal 46 25 42 0 0.46 0.09 0.82 311.43 0.3 0.14
Hex 2E 19 2A 0 2E 9 52 137 1E E
Octal 56 31 52 0 56 11 122 467 36 16
Binary 101110 11001 101010 0 101110 1001 1010010 100110111 11110 1110

Color Harmonies of #2E192A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E192A

Black with #2E192A

Text Example


Text Example

White with #2E192A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2E192A; }

 p { color: rgb(46,25,42); }

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

background-color css

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

 a { background-color: rgb(46,25,42); }

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

border-color css

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

 span { border-color: rgb(46,25,42); }

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