Html Css Color HEX #2E212B Melanzane

📋 copy color: '#2E212B'

red 46 ◦ green 33 ◦ blue 43

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

Shades of Melanzane #2E212B

Tints of Melanzane #2E212B

RGB

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

 GREEN value IS 33 (13.28% from 255) = 27.05%

 BLUE value IS 43 (17.19% from 255) = 35.25%

R = 37.7%
G = 27.05%
B = 35.25%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.07

 K value IS 0.82

RGB Variations

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

Color information

#2E212B (or 0x2E212B) is known color: Melanzane. HEX triplet: 2E, 21 and 2B. RGB value is (46,33,43). Sum of RGB (Red+Green+Blue) = 46+33+43=122 (16% of max value = 765). Red value is 46 (18.36% from 255 or 37.70% from 122); Green value is 33 (13.28% from 255 or 27.05% from 122); Blue value is 43 (17.19% from 255 or 35.25% from 122); Max value from RGB is 46 - color contains mainly: red. Hex color #2E212B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E212B is #D1DED4. Grayscale: #262626. Windows color (decimal): -13754069 or 2826542. OLE color: 2826542.

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

Color convert

RGB 46 33 43 -
CMYK 0 0.28 0.07 0.82
HSL 313.85º 0.16% 0.15% -
HSV(B) 313.85º 0.28% 0.18% -
XYZ 2.11 1.84 2.53 -
YUV 38.03 130.81 133.69 -
System Red Green Blue C M Y K H S L
Decimal 46 33 43 0 0.28 0.07 0.82 313.85 0.16 0.15
Hex 2E 21 2B 0 1C 7 52 13A 10 F
Octal 56 41 53 0 34 7 122 472 20 17
Binary 101110 100001 101011 0 11100 111 1010010 100111010 10000 1111

Color Harmonies of #2E212B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E212B

Black with #2E212B

Text Example


Text Example

White with #2E212B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,33,43); }

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

background-color css

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

 a { background-color: rgb(46,33,43); }

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

border-color css

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

 span { border-color: rgb(46,33,43); }

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