Html Css Color HEX #2E202C Melanzane

📋 copy color: '#2E202C'

red 46 ◦ green 32 ◦ blue 44

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

Shades of Melanzane #2E202C

Tints of Melanzane #2E202C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 36.07%

R = 37.7%
G = 26.23%
B = 36.07%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.04

 K value IS 0.82

RGB Variations

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

Color information

#2E202C (or 0x2E202C) is known color: Melanzane. HEX triplet: 2E, 20 and 2C. RGB value is (46,32,44). Sum of RGB (Red+Green+Blue) = 46+32+44=122 (16% of max value = 765). Red value is 46 (18.36% from 255 or 37.70% from 122); Green value is 32 (12.89% from 255 or 26.23% from 122); Blue value is 44 (17.58% from 255 or 36.07% from 122); Max value from RGB is 46 - color contains mainly: red. Hex color #2E202C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E202C is #D1DFD3. Grayscale: #252525. Windows color (decimal): -13754324 or 2891822. OLE color: 2891822.

HSL color Cylindrical-coordinate representation of color #2E202C: hue angle of 308.57º 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 #2E202C is Cyan = 0, Magento = 0.30, Yellow = 0.04 and Black (K on CMYK) = 0.82.

Color convert

RGB 46 32 44 -
CMYK 0 0.30 0.04 0.82
HSL 308.57º 0.18% 0.15% -
HSV(B) 308.57º 0.3% 0.18% -
XYZ 2.1 1.8 2.62 -
YUV 37.55 131.64 134.02 -
System Red Green Blue C M Y K H S L
Decimal 46 32 44 0 0.30 0.04 0.82 308.57 0.18 0.15
Hex 2E 20 2C 0 1E 4 52 135 12 F
Octal 56 40 54 0 36 4 122 465 22 17
Binary 101110 100000 101100 0 11110 100 1010010 100110101 10010 1111

Color Harmonies of #2E202C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E202C

Black with #2E202C

Text Example


Text Example

White with #2E202C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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