Html Css Color HEX #312529 Aubergine

📋 copy color: '#312529'

red 49 ◦ green 37 ◦ blue 41

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

Shades of Aubergine #312529

Tints of Aubergine #312529

RGB

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

 GREEN value IS 37 (14.84% from 255) = 29.13%

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

R = 38.58%
G = 29.13%
B = 32.28%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.16

 K value IS 0.81

RGB Variations

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

Color information

#312529 (or 0x312529) is known color: Aubergine. HEX triplet: 31, 25 and 29. RGB value is (49,37,41). Sum of RGB (Red+Green+Blue) = 49+37+41=127 (16% of max value = 765). Red value is 49 (19.53% from 255 or 38.58% from 127); Green value is 37 (14.84% from 255 or 29.13% from 127); Blue value is 41 (16.41% from 255 or 32.28% from 127); Max value from RGB is 49 - color contains mainly: red. Hex color #312529 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312529 is #CEDAD6. Grayscale: #292929. Windows color (decimal): -13556439 or 2696497. OLE color: 2696497.

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

Color convert

RGB 49 37 41 -
CMYK 0 0.24 0.16 0.81
HSL 340º 0.14% 0.17% -
HSV(B) 340º 0.24% 0.19% -
XYZ 2.33 2.14 2.39 -
YUV 41.04 127.98 133.67 -
System Red Green Blue C M Y K H S L
Decimal 49 37 41 0 0.24 0.16 0.81 340 0.14 0.17
Hex 31 25 29 0 18 10 51 154 E 11
Octal 61 45 51 0 30 20 121 524 16 21
Binary 110001 100101 101001 0 11000 10000 1010001 101010100 1110 10001

Color Harmonies of #312529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312529

Black with #312529

Text Example


Text Example

White with #312529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312529; }

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

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

background-color css

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

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

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

border-color css

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

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

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