Html Css Color HEX #311E22 Aubergine

📋 copy color: '#311E22'

red 49 ◦ green 30 ◦ blue 34

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

Shades of Aubergine #311E22

Tints of Aubergine #311E22

RGB

 RED value IS 49 (19.53% from 255) = 43.36%

 GREEN value IS 30 (12.11% from 255) = 26.55%

 BLUE value IS 34 (13.67% from 255) = 30.09%

R = 43.36%
G = 26.55%
B = 30.09%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.31

 K value IS 0.81

RGB Variations

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

Color information

#311E22 (or 0x311E22) is known color: Aubergine. HEX triplet: 31, 1E and 22. RGB value is (49,30,34). Sum of RGB (Red+Green+Blue) = 49+30+34=113 (14% of max value = 765). Red value is 49 (19.53% from 255 or 43.36% from 113); Green value is 30 (12.11% from 255 or 26.55% from 113); Blue value is 34 (13.67% from 255 or 30.09% from 113); Max value from RGB is 49 - color contains mainly: red. Hex color #311E22 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #311E22 is #CEE1DD. Grayscale: #242424. Windows color (decimal): -13558238 or 2235953. OLE color: 2235953.

HSL color Cylindrical-coordinate representation of color #311E22: hue angle of 347.37º degrees, saturation: 0.24, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #311E22 is Cyan = 0, Magento = 0.39, Yellow = 0.31 and Black (K on CMYK) = 0.81.

Color convert

RGB 49 30 34 -
CMYK 0 0.39 0.31 0.81
HSL 347.37º 0.24% 0.15% -
HSV(B) 347.37º 0.39% 0.19% -
XYZ 2.02 1.7 1.73 -
YUV 36.14 126.79 137.17 -
System Red Green Blue C M Y K H S L
Decimal 49 30 34 0 0.39 0.31 0.81 347.37 0.24 0.15
Hex 31 1E 22 0 27 1F 51 15B 18 F
Octal 61 36 42 0 47 37 121 533 30 17
Binary 110001 11110 100010 0 100111 11111 1010001 101011011 11000 1111

Color Harmonies of #311E22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311E22

Black with #311E22

Text Example


Text Example

White with #311E22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311E22; }

 p { color: rgb(49,30,34); }

 H1.HeaderClassName
 {
   color: #311E22;
 }
 .AnyTagClassName
 {
   color: #311E22;
 }
</style>

background-color css

<style>
 a { background-color: #311E22; }

 a { background-color: rgb(49,30,34); }

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

border-color css

<style>
 span { border-color: #311E22; }

 span { border-color: rgb(49,30,34); }

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