Html Css Color HEX #2E202A Melanzane

📋 copy color: '#2E202A'

red 46 ◦ green 32 ◦ blue 42

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

Shades of Melanzane #2E202A

Tints of Melanzane #2E202A

RGB

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

 GREEN value IS 32 (12.89% from 255) = 26.67%

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

R = 38.33%
G = 26.67%
B = 35%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.09

 K value IS 0.82

RGB Variations

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

Color information

#2E202A (or 0x2E202A) is known color: Melanzane. HEX triplet: 2E, 20 and 2A. RGB value is (46,32,42). Sum of RGB (Red+Green+Blue) = 46+32+42=120 (15% of max value = 765). Red value is 46 (18.36% from 255 or 38.33% from 120); Green value is 32 (12.89% from 255 or 26.67% from 120); Blue value is 42 (16.80% from 255 or 35% from 120); Max value from RGB is 46 - color contains mainly: red. Hex color #2E202A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E202A is #D1DFD5. Grayscale: #252525. Windows color (decimal): -13754326 or 2760750. OLE color: 2760750.

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

Color convert

RGB 46 32 42 -
CMYK 0 0.30 0.09 0.82
HSL 317.14º 0.18% 0.15% -
HSV(B) 317.14º 0.3% 0.18% -
XYZ 2.06 1.78 2.43 -
YUV 37.33 130.64 134.19 -
System Red Green Blue C M Y K H S L
Decimal 46 32 42 0 0.30 0.09 0.82 317.14 0.18 0.15
Hex 2E 20 2A 0 1E 9 52 13D 12 F
Octal 56 40 52 0 36 11 122 475 22 17
Binary 101110 100000 101010 0 11110 1001 1010010 100111101 10010 1111

Color Harmonies of #2E202A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E202A

Black with #2E202A

Text Example


Text Example

White with #2E202A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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