Html Css Color HEX #311D20 Aubergine

📋 copy color: '#311D20'

red 49 ◦ green 29 ◦ blue 32

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

Shades of Aubergine #311D20

Tints of Aubergine #311D20

RGB

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

 GREEN value IS 29 (11.72% from 255) = 26.36%

 BLUE value IS 32 (12.89% from 255) = 29.09%

R = 44.55%
G = 26.36%
B = 29.09%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.35

 K value IS 0.81

RGB Variations

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

Color information

#311D20 (or 0x311D20) is known color: Aubergine. HEX triplet: 31, 1D and 20. RGB value is (49,29,32). Sum of RGB (Red+Green+Blue) = 49+29+32=110 (14% of max value = 765). Red value is 49 (19.53% from 255 or 44.55% from 110); Green value is 29 (11.72% from 255 or 26.36% from 110); Blue value is 32 (12.89% from 255 or 29.09% from 110); Max value from RGB is 49 - color contains mainly: red. Hex color #311D20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #311D20 is #CEE2DF. Grayscale: #232323. Windows color (decimal): -13558496 or 2104625. OLE color: 2104625.

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

Color convert

RGB 49 29 32 -
CMYK 0 0.41 0.35 0.81
HSL 351º 0.26% 0.15% -
HSV(B) 351º 0.41% 0.19% -
XYZ 1.97 1.64 1.58 -
YUV 35.32 126.13 137.76 -
System Red Green Blue C M Y K H S L
Decimal 49 29 32 0 0.41 0.35 0.81 351 0.26 0.15
Hex 31 1D 20 0 29 23 51 15F 1A F
Octal 61 35 40 0 51 43 121 537 32 17
Binary 110001 11101 100000 0 101001 100011 1010001 101011111 11010 1111

Color Harmonies of #311D20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311D20

Black with #311D20

Text Example


Text Example

White with #311D20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,29,32); }

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

background-color css

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

 a { background-color: rgb(49,29,32); }

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

border-color css

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

 span { border-color: rgb(49,29,32); }

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