Html Css Color HEX #2E1F21 Aubergine

📋 copy color: '#2E1F21'

red 46 ◦ green 31 ◦ blue 33

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

Shades of Aubergine #2E1F21

Tints of Aubergine #2E1F21

RGB

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

 GREEN value IS 31 (12.5% from 255) = 28.18%

 BLUE value IS 33 (13.28% from 255) = 30%

R = 41.82%
G = 28.18%
B = 30%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.28

 K value IS 0.82

RGB Variations

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

Color information

#2E1F21 (or 0x2E1F21) is known color: Aubergine. HEX triplet: 2E, 1F and 21. RGB value is (46,31,33). Sum of RGB (Red+Green+Blue) = 46+31+33=110 (14% of max value = 765). Red value is 46 (18.36% from 255 or 41.82% from 110); Green value is 31 (12.5% from 255 or 28.18% from 110); Blue value is 33 (13.28% from 255 or 30% from 110); Max value from RGB is 46 - color contains mainly: red. Hex color #2E1F21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E1F21 is #D1E0DE. Grayscale: #232323. Windows color (decimal): -13754591 or 2170670. OLE color: 2170670.

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

Color convert

RGB 46 31 33 -
CMYK 0 0.33 0.28 0.82
HSL 352º 0.19% 0.15% -
HSV(B) 352º 0.33% 0.18% -
XYZ 1.89 1.67 1.66 -
YUV 35.71 126.47 135.34 -
System Red Green Blue C M Y K H S L
Decimal 46 31 33 0 0.33 0.28 0.82 352 0.19 0.15
Hex 2E 1F 21 0 21 1C 52 160 13 F
Octal 56 37 41 0 41 34 122 540 23 17
Binary 101110 11111 100001 0 100001 11100 1010010 101100000 10011 1111

Color Harmonies of #2E1F21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E1F21

Black with #2E1F21

Text Example


Text Example

White with #2E1F21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,31,33); }

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

background-color css

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

 a { background-color: rgb(46,31,33); }

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

border-color css

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

 span { border-color: rgb(46,31,33); }

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