Html Css Color HEX #312527 Aubergine

📋 copy color: '#312527'

red 49 ◦ green 37 ◦ blue 39

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

Shades of Aubergine #312527

Tints of Aubergine #312527

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 31.2%

R = 39.2%
G = 29.6%
B = 31.2%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.20

 K value IS 0.81

RGB Variations

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

Color information

#312527 (or 0x312527) is known color: Aubergine. HEX triplet: 31, 25 and 27. RGB value is (49,37,39). Sum of RGB (Red+Green+Blue) = 49+37+39=125 (16% of max value = 765). Red value is 49 (19.53% from 255 or 39.2% from 125); Green value is 37 (14.84% from 255 or 29.6% from 125); Blue value is 39 (15.62% from 255 or 31.2% from 125); Max value from RGB is 49 - color contains mainly: red. Hex color #312527 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312527 is #CEDAD8. Grayscale: #282828. Windows color (decimal): -13556441 or 2565425. OLE color: 2565425.

HSL color Cylindrical-coordinate representation of color #312527: hue angle of 350º 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 #312527 is Cyan = 0, Magento = 0.24, Yellow = 0.20 and Black (K on CMYK) = 0.81.

Color convert

RGB 49 37 39 -
CMYK 0 0.24 0.20 0.81
HSL 350º 0.14% 0.17% -
HSV(B) 350º 0.24% 0.19% -
XYZ 2.29 2.12 2.21 -
YUV 40.82 126.98 133.84 -
System Red Green Blue C M Y K H S L
Decimal 49 37 39 0 0.24 0.20 0.81 350 0.14 0.17
Hex 31 25 27 0 18 14 51 15E E 11
Octal 61 45 47 0 30 24 121 536 16 21
Binary 110001 100101 100111 0 11000 10100 1010001 101011110 1110 10001

Color Harmonies of #312527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312527

Black with #312527

Text Example


Text Example

White with #312527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312527; }

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

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

background-color css

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

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

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

border-color css

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

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

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