Html Css Color HEX #312729 Aubergine

📋 copy color: '#312729'

red 49 ◦ green 39 ◦ blue 41

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

Shades of Aubergine #312729

Tints of Aubergine #312729

RGB

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

 GREEN value IS 39 (15.63% from 255) = 30.23%

 BLUE value IS 41 (16.41% from 255) = 31.78%

R = 37.98%
G = 30.23%
B = 31.78%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.16

 K value IS 0.81

RGB Variations

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

Color information

#312729 (or 0x312729) is known color: Aubergine. HEX triplet: 31, 27 and 29. RGB value is (49,39,41). Sum of RGB (Red+Green+Blue) = 49+39+41=129 (17% of max value = 765). Red value is 49 (19.53% from 255 or 37.98% from 129); Green value is 39 (15.62% from 255 or 30.23% from 129); Blue value is 41 (16.41% from 255 or 31.78% from 129); Max value from RGB is 49 - color contains mainly: red. Hex color #312729 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312729 is #CED8D6. Grayscale: #2A2A2A. Windows color (decimal): -13555927 or 2697009. OLE color: 2697009.

HSL color Cylindrical-coordinate representation of color #312729: hue angle of 348º degrees, saturation: 0.11, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #312729 is Cyan = 0, Magento = 0.20, Yellow = 0.16 and Black (K on CMYK) = 0.81.

Color convert

RGB 49 39 41 -
CMYK 0 0.20 0.16 0.81
HSL 348º 0.11% 0.17% -
HSV(B) 348º 0.2% 0.19% -
XYZ 2.39 2.26 2.41 -
YUV 42.22 127.31 132.84 -
System Red Green Blue C M Y K H S L
Decimal 49 39 41 0 0.20 0.16 0.81 348 0.11 0.17
Hex 31 27 29 0 14 10 51 15C B 11
Octal 61 47 51 0 24 20 121 534 13 21
Binary 110001 100111 101001 0 10100 10000 1010001 101011100 1011 10001

Color Harmonies of #312729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312729

Black with #312729

Text Example


Text Example

White with #312729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312729; }

 p { color: rgb(49,39,41); }

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

background-color css

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

 a { background-color: rgb(49,39,41); }

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

border-color css

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

 span { border-color: rgb(49,39,41); }

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