Html Css Color HEX #311E23 Aubergine

📋 copy color: '#311E23'

red 49 ◦ green 30 ◦ blue 35

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

Shades of Aubergine #311E23

Tints of Aubergine #311E23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 30.7%

R = 42.98%
G = 26.32%
B = 30.7%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.29

 K value IS 0.81

RGB Variations

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

Color information

#311E23 (or 0x311E23) is known color: Aubergine. HEX triplet: 31, 1E and 23. RGB value is (49,30,35). Sum of RGB (Red+Green+Blue) = 49+30+35=114 (15% of max value = 765). Red value is 49 (19.53% from 255 or 42.98% from 114); Green value is 30 (12.11% from 255 or 26.32% from 114); Blue value is 35 (14.06% from 255 or 30.70% from 114); Max value from RGB is 49 - color contains mainly: red. Hex color #311E23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #311E23 is #CEE1DC. Grayscale: #242424. Windows color (decimal): -13558237 or 2301489. OLE color: 2301489.

HSL color Cylindrical-coordinate representation of color #311E23: hue angle of 344.21º 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 #311E23 is Cyan = 0, Magento = 0.39, Yellow = 0.29 and Black (K on CMYK) = 0.81.

Color convert

RGB 49 30 35 -
CMYK 0 0.39 0.29 0.81
HSL 344.21º 0.24% 0.15% -
HSV(B) 344.21º 0.39% 0.19% -
XYZ 2.03 1.7 1.81 -
YUV 36.25 127.29 137.09 -
System Red Green Blue C M Y K H S L
Decimal 49 30 35 0 0.39 0.29 0.81 344.21 0.24 0.15
Hex 31 1E 23 0 27 1D 51 158 18 F
Octal 61 36 43 0 47 35 121 530 30 17
Binary 110001 11110 100011 0 100111 11101 1010001 101011000 11000 1111

Color Harmonies of #311E23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311E23

Black with #311E23

Text Example


Text Example

White with #311E23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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