Html Css Color HEX #2E2A2B Aubergine

📋 copy color: '#2E2A2B'

red 46 ◦ green 42 ◦ blue 43

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

Shades of Aubergine #2E2A2B

Tints of Aubergine #2E2A2B

RGB

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

 GREEN value IS 42 (16.8% from 255) = 32.06%

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

R = 35.11%
G = 32.06%
B = 32.82%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.07

 K value IS 0.82

RGB Variations

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

Color information

#2E2A2B (or 0x2E2A2B) is known color: Aubergine. HEX triplet: 2E, 2A and 2B. RGB value is (46,42,43). Sum of RGB (Red+Green+Blue) = 46+42+43=131 (17% of max value = 765). Red value is 46 (18.36% from 255 or 35.11% from 131); Green value is 42 (16.80% from 255 or 32.06% from 131); Blue value is 43 (17.19% from 255 or 32.82% from 131); Max value from RGB is 46 - color contains mainly: red. Hex color #2E2A2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E2A2B is #D1D5D4. Grayscale: #2B2B2B. Windows color (decimal): -13751765 or 2828846. OLE color: 2828846.

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

Color convert

RGB 46 42 43 -
CMYK 0 0.09 0.07 0.82
HSL 345º 0.05% 0.17% -
HSV(B) 345º 0.09% 0.18% -
XYZ 2.39 2.41 2.62 -
YUV 43.31 127.83 129.92 -
System Red Green Blue C M Y K H S L
Decimal 46 42 43 0 0.09 0.07 0.82 345 0.05 0.17
Hex 2E 2A 2B 0 9 7 52 159 5 11
Octal 56 52 53 0 11 7 122 531 5 21
Binary 101110 101010 101011 0 1001 111 1010010 101011001 101 10001

Color Harmonies of #2E2A2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E2A2B

Black with #2E2A2B

Text Example


Text Example

White with #2E2A2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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