Html Css Color HEX #2E1D23 Aubergine

📋 copy color: '#2E1D23'

red 46 ◦ green 29 ◦ blue 35

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

Shades of Aubergine #2E1D23

Tints of Aubergine #2E1D23

RGB

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

 GREEN value IS 29 (11.72% from 255) = 26.36%

 BLUE value IS 35 (14.06% from 255) = 31.82%

R = 41.82%
G = 26.36%
B = 31.82%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.24

 K value IS 0.82

RGB Variations

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

Color information

#2E1D23 (or 0x2E1D23) is known color: Aubergine. HEX triplet: 2E, 1D and 23. RGB value is (46,29,35). Sum of RGB (Red+Green+Blue) = 46+29+35=110 (14% of max value = 765). Red value is 46 (18.36% from 255 or 41.82% from 110); Green value is 29 (11.72% from 255 or 26.36% from 110); Blue value is 35 (14.06% from 255 or 31.82% from 110); Max value from RGB is 46 - color contains mainly: red. Hex color #2E1D23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E1D23 is #D1E2DC. Grayscale: #222222. Windows color (decimal): -13755101 or 2301230. OLE color: 2301230.

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

Color convert

RGB 46 29 35 -
CMYK 0 0.37 0.24 0.82
HSL 338.82º 0.23% 0.15% -
HSV(B) 338.82º 0.37% 0.18% -
XYZ 1.87 1.58 1.8 -
YUV 34.77 128.13 136.01 -
System Red Green Blue C M Y K H S L
Decimal 46 29 35 0 0.37 0.24 0.82 338.82 0.23 0.15
Hex 2E 1D 23 0 25 18 52 153 17 F
Octal 56 35 43 0 45 30 122 523 27 17
Binary 101110 11101 100011 0 100101 11000 1010010 101010011 10111 1111

Color Harmonies of #2E1D23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E1D23

Black with #2E1D23

Text Example


Text Example

White with #2E1D23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,29,35); }

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

background-color css

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

 a { background-color: rgb(46,29,35); }

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

border-color css

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

 span { border-color: rgb(46,29,35); }

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