Html Css Color HEX #311F24 Aubergine

📋 copy color: '#311F24'

red 49 ◦ green 31 ◦ blue 36

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

Shades of Aubergine #311F24

Tints of Aubergine #311F24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 31.03%

R = 42.24%
G = 26.72%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.27

 K value IS 0.81

RGB Variations

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

Color information

#311F24 (or 0x311F24) is known color: Aubergine. HEX triplet: 31, 1F and 24. RGB value is (49,31,36). Sum of RGB (Red+Green+Blue) = 49+31+36=116 (15% of max value = 765). Red value is 49 (19.53% from 255 or 42.24% from 116); Green value is 31 (12.5% from 255 or 26.72% from 116); Blue value is 36 (14.45% from 255 or 31.03% from 116); Max value from RGB is 49 - color contains mainly: red. Hex color #311F24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #311F24 is #CEE0DB. Grayscale: #242424. Windows color (decimal): -13557980 or 2367281. OLE color: 2367281.

HSL color Cylindrical-coordinate representation of color #311F24: hue angle of 343.33º degrees, saturation: 0.22, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #311F24 is Cyan = 0, Magento = 0.37, Yellow = 0.27 and Black (K on CMYK) = 0.81.

Color convert

RGB 49 31 36 -
CMYK 0 0.37 0.27 0.81
HSL 343.33º 0.23% 0.16% -
HSV(B) 343.33º 0.37% 0.19% -
XYZ 2.08 1.76 1.9 -
YUV 36.95 127.46 136.59 -
System Red Green Blue C M Y K H S L
Decimal 49 31 36 0 0.37 0.27 0.81 343.33 0.23 0.16
Hex 31 1F 24 0 25 1B 51 157 16 10
Octal 61 37 44 0 45 33 121 527 26 20
Binary 110001 11111 100100 0 100101 11011 1010001 101010111 10110 10000

Color Harmonies of #311F24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311F24

Black with #311F24

Text Example


Text Example

White with #311F24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,31,36); }

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

background-color css

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

 a { background-color: rgb(49,31,36); }

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

border-color css

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

 span { border-color: rgb(49,31,36); }

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