Html Css Color HEX #2E2426 Aubergine

📋 copy color: '#2E2426'

red 46 ◦ green 36 ◦ blue 38

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

Shades of Aubergine #2E2426

Tints of Aubergine #2E2426

RGB

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

 GREEN value IS 36 (14.45% from 255) = 30%

 BLUE value IS 38 (15.23% from 255) = 31.67%

R = 38.33%
G = 30%
B = 31.67%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.17

 K value IS 0.82

RGB Variations

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

Color information

#2E2426 (or 0x2E2426) is known color: Aubergine. HEX triplet: 2E, 24 and 26. RGB value is (46,36,38). Sum of RGB (Red+Green+Blue) = 46+36+38=120 (15% of max value = 765). Red value is 46 (18.36% from 255 or 38.33% from 120); Green value is 36 (14.45% from 255 or 30% from 120); Blue value is 38 (15.23% from 255 or 31.67% from 120); Max value from RGB is 46 - color contains mainly: red. Hex color #2E2426 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E2426 is #D1DBD9. Grayscale: #272727. Windows color (decimal): -13753306 or 2499630. OLE color: 2499630.

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

Color convert

RGB 46 36 38 -
CMYK 0 0.22 0.17 0.82
HSL 348º 0.12% 0.16% -
HSV(B) 348º 0.22% 0.18% -
XYZ 2.11 1.98 2.11 -
YUV 39.22 127.31 132.84 -
System Red Green Blue C M Y K H S L
Decimal 46 36 38 0 0.22 0.17 0.82 348 0.12 0.16
Hex 2E 24 26 0 16 11 52 15C C 10
Octal 56 44 46 0 26 21 122 534 14 20
Binary 101110 100100 100110 0 10110 10001 1010010 101011100 1100 10000

Color Harmonies of #2E2426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E2426

Black with #2E2426

Text Example


Text Example

White with #2E2426

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,36,38); }

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

background-color css

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

 a { background-color: rgb(46,36,38); }

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

border-color css

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

 span { border-color: rgb(46,36,38); }

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