Html Css Color HEX #2E2728 Aubergine

📋 copy color: '#2E2728'

red 46 ◦ green 39 ◦ blue 40

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

Shades of Aubergine #2E2728

Tints of Aubergine #2E2728

RGB

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

 GREEN value IS 39 (15.63% from 255) = 31.2%

 BLUE value IS 40 (16.02% from 255) = 32%

R = 36.8%
G = 31.2%
B = 32%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.13

 K value IS 0.82

RGB Variations

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

Color information

#2E2728 (or 0x2E2728) is known color: Aubergine. HEX triplet: 2E, 27 and 28. RGB value is (46,39,40). Sum of RGB (Red+Green+Blue) = 46+39+40=125 (16% of max value = 765). Red value is 46 (18.36% from 255 or 36.8% from 125); Green value is 39 (15.62% from 255 or 31.2% from 125); Blue value is 40 (16.02% from 255 or 32% from 125); Max value from RGB is 46 - color contains mainly: red. Hex color #2E2728 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E2728 is #D1D8D7. Grayscale: #292929. Windows color (decimal): -13752536 or 2631470. OLE color: 2631470.

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

Color convert

RGB 46 39 40 -
CMYK 0 0.15 0.13 0.82
HSL 351.43º 0.08% 0.17% -
HSV(B) 351.43º 0.15% 0.18% -
XYZ 2.24 2.19 2.31 -
YUV 41.21 127.32 131.42 -
System Red Green Blue C M Y K H S L
Decimal 46 39 40 0 0.15 0.13 0.82 351.43 0.08 0.17
Hex 2E 27 28 0 F D 52 15F 8 11
Octal 56 47 50 0 17 15 122 537 10 21
Binary 101110 100111 101000 0 1111 1101 1010010 101011111 1000 10001

Color Harmonies of #2E2728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E2728

Black with #2E2728

Text Example


Text Example

White with #2E2728

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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