Html Css Color HEX #2E2427 Aubergine

📋 copy color: '#2E2427'

red 46 ◦ green 36 ◦ blue 39

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

Shades of Aubergine #2E2427

Tints of Aubergine #2E2427

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 32.23%

R = 38.02%
G = 29.75%
B = 32.23%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.15

 K value IS 0.82

RGB Variations

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

Color information

#2E2427 (or 0x2E2427) is known color: Aubergine. HEX triplet: 2E, 24 and 27. RGB value is (46,36,39). Sum of RGB (Red+Green+Blue) = 46+36+39=121 (16% of max value = 765). Red value is 46 (18.36% from 255 or 38.02% from 121); Green value is 36 (14.45% from 255 or 29.75% from 121); Blue value is 39 (15.62% from 255 or 32.23% from 121); Max value from RGB is 46 - color contains mainly: red. Hex color #2E2427 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E2427 is #D1DBD8. Grayscale: #272727. Windows color (decimal): -13753305 or 2565166. OLE color: 2565166.

HSL color Cylindrical-coordinate representation of color #2E2427: hue angle of 342º 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 #2E2427 is Cyan = 0, Magento = 0.22, Yellow = 0.15 and Black (K on CMYK) = 0.82.

Color convert

RGB 46 36 39 -
CMYK 0 0.22 0.15 0.82
HSL 342º 0.12% 0.16% -
HSV(B) 342º 0.22% 0.18% -
XYZ 2.12 1.99 2.19 -
YUV 39.33 127.81 132.76 -
System Red Green Blue C M Y K H S L
Decimal 46 36 39 0 0.22 0.15 0.82 342 0.12 0.16
Hex 2E 24 27 0 16 F 52 156 C 10
Octal 56 44 47 0 26 17 122 526 14 20
Binary 101110 100100 100111 0 10110 1111 1010010 101010110 1100 10000

Color Harmonies of #2E2427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E2427

Black with #2E2427

Text Example


Text Example

White with #2E2427

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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