Html Css Color HEX #2E2829 Aubergine

📋 copy color: '#2E2829'

red 46 ◦ green 40 ◦ blue 41

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

Shades of Aubergine #2E2829

Tints of Aubergine #2E2829

RGB

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

 GREEN value IS 40 (16.02% from 255) = 31.5%

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

R = 36.22%
G = 31.5%
B = 32.28%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.11

 K value IS 0.82

RGB Variations

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

Color information

#2E2829 (or 0x2E2829) is known color: Aubergine. HEX triplet: 2E, 28 and 29. RGB value is (46,40,41). Sum of RGB (Red+Green+Blue) = 46+40+41=127 (16% of max value = 765). Red value is 46 (18.36% from 255 or 36.22% from 127); Green value is 40 (16.02% from 255 or 31.50% from 127); Blue value is 41 (16.41% from 255 or 32.28% from 127); Max value from RGB is 46 - color contains mainly: red. Hex color #2E2829 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E2829 is #D1D7D6. Grayscale: #292929. Windows color (decimal): -13752279 or 2697262. OLE color: 2697262.

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

Color convert

RGB 46 40 41 -
CMYK 0 0.13 0.11 0.82
HSL 350º 0.07% 0.17% -
HSV(B) 350º 0.13% 0.18% -
XYZ 2.29 2.26 2.41 -
YUV 41.91 127.49 130.92 -
System Red Green Blue C M Y K H S L
Decimal 46 40 41 0 0.13 0.11 0.82 350 0.07 0.17
Hex 2E 28 29 0 D B 52 15E 7 11
Octal 56 50 51 0 15 13 122 536 7 21
Binary 101110 101000 101001 0 1101 1011 1010010 101011110 111 10001

Color Harmonies of #2E2829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E2829

Black with #2E2829

Text Example


Text Example

White with #2E2829

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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