Html Css Color HEX #312629 Aubergine

📋 copy color: '#312629'

red 49 ◦ green 38 ◦ blue 41

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

Shades of Aubergine #312629

Tints of Aubergine #312629

RGB

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

 GREEN value IS 38 (15.23% from 255) = 29.69%

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

R = 38.28%
G = 29.69%
B = 32.03%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.16

 K value IS 0.81

RGB Variations

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

Color information

#312629 (or 0x312629) is known color: Aubergine. HEX triplet: 31, 26 and 29. RGB value is (49,38,41). Sum of RGB (Red+Green+Blue) = 49+38+41=128 (16% of max value = 765). Red value is 49 (19.53% from 255 or 38.28% from 128); Green value is 38 (15.23% from 255 or 29.69% from 128); Blue value is 41 (16.41% from 255 or 32.03% from 128); Max value from RGB is 49 - color contains mainly: red. Hex color #312629 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312629 is #CED9D6. Grayscale: #292929. Windows color (decimal): -13556183 or 2696753. OLE color: 2696753.

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

Color convert

RGB 49 38 41 -
CMYK 0 0.22 0.16 0.81
HSL 343.64º 0.13% 0.17% -
HSV(B) 343.64º 0.22% 0.19% -
XYZ 2.36 2.2 2.4 -
YUV 41.63 127.64 133.26 -
System Red Green Blue C M Y K H S L
Decimal 49 38 41 0 0.22 0.16 0.81 343.64 0.13 0.17
Hex 31 26 29 0 16 10 51 158 D 11
Octal 61 46 51 0 26 20 121 530 15 21
Binary 110001 100110 101001 0 10110 10000 1010001 101011000 1101 10001

Color Harmonies of #312629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312629

Black with #312629

Text Example


Text Example

White with #312629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312629; }

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

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

background-color css

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

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

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

border-color css

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

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

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