Html Css Color HEX #2E262D Melanzane

📋 copy color: '#2E262D'

red 46 ◦ green 38 ◦ blue 45

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

Shades of Melanzane #2E262D

Tints of Melanzane #2E262D

RGB

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

 GREEN value IS 38 (15.23% from 255) = 29.46%

 BLUE value IS 45 (17.97% from 255) = 34.88%

R = 35.66%
G = 29.46%
B = 34.88%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.02

 K value IS 0.82

RGB Variations

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

Color information

#2E262D (or 0x2E262D) is known color: Melanzane. HEX triplet: 2E, 26 and 2D. RGB value is (46,38,45). Sum of RGB (Red+Green+Blue) = 46+38+45=129 (17% of max value = 765). Red value is 46 (18.36% from 255 or 35.66% from 129); Green value is 38 (15.23% from 255 or 29.46% from 129); Blue value is 45 (17.97% from 255 or 34.88% from 129); Max value from RGB is 46 - color contains mainly: red. Hex color #2E262D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E262D is #D1D9D2. Grayscale: #292929. Windows color (decimal): -13752787 or 2958894. OLE color: 2958894.

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

Color convert

RGB 46 38 45 -
CMYK 0 0.17 0.02 0.82
HSL 307.5º 0.1% 0.16% -
HSV(B) 307.5º 0.17% 0.18% -
XYZ 2.29 2.16 2.78 -
YUV 41.19 130.15 131.43 -
System Red Green Blue C M Y K H S L
Decimal 46 38 45 0 0.17 0.02 0.82 307.5 0.1 0.16
Hex 2E 26 2D 0 11 2 52 134 A 10
Octal 56 46 55 0 21 2 122 464 12 20
Binary 101110 100110 101101 0 10001 10 1010010 100110100 1010 10000

Color Harmonies of #2E262D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E262D

Black with #2E262D

Text Example


Text Example

White with #2E262D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,38,45); }

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

background-color css

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

 a { background-color: rgb(46,38,45); }

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

border-color css

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

 span { border-color: rgb(46,38,45); }

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