Html Css Color HEX #2E1B29 Melanzane

📋 copy color: '#2E1B29'

red 46 ◦ green 27 ◦ blue 41

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

Shades of Melanzane #2E1B29

Tints of Melanzane #2E1B29

RGB

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

 GREEN value IS 27 (10.94% from 255) = 23.68%

 BLUE value IS 41 (16.41% from 255) = 35.96%

R = 40.35%
G = 23.68%
B = 35.96%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.11

 K value IS 0.82

RGB Variations

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

Color information

#2E1B29 (or 0x2E1B29) is known color: Melanzane. HEX triplet: 2E, 1B and 29. RGB value is (46,27,41). Sum of RGB (Red+Green+Blue) = 46+27+41=114 (15% of max value = 765). Red value is 46 (18.36% from 255 or 40.35% from 114); Green value is 27 (10.94% from 255 or 23.68% from 114); Blue value is 41 (16.41% from 255 or 35.96% from 114); Max value from RGB is 46 - color contains mainly: red. Hex color #2E1B29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E1B29 is #D1E4D6. Grayscale: #222222. Windows color (decimal): -13755607 or 2693934. OLE color: 2693934.

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

Color convert

RGB 46 27 41 -
CMYK 0 0.41 0.11 0.82
HSL 315.79º 0.26% 0.14% -
HSV(B) 315.79º 0.41% 0.18% -
XYZ 1.92 1.52 2.29 -
YUV 34.28 131.79 136.36 -
System Red Green Blue C M Y K H S L
Decimal 46 27 41 0 0.41 0.11 0.82 315.79 0.26 0.14
Hex 2E 1B 29 0 29 B 52 13C 1A E
Octal 56 33 51 0 51 13 122 474 32 16
Binary 101110 11011 101001 0 101001 1011 1010010 100111100 11010 1110

Color Harmonies of #2E1B29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E1B29

Black with #2E1B29

Text Example


Text Example

White with #2E1B29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,27,41); }

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

background-color css

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

 a { background-color: rgb(46,27,41); }

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

border-color css

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

 span { border-color: rgb(46,27,41); }

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