Html Css Color HEX #312025 Aubergine

📋 copy color: '#312025'

red 49 ◦ green 32 ◦ blue 37

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

Shades of Aubergine #312025

Tints of Aubergine #312025

RGB

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

 GREEN value IS 32 (12.89% from 255) = 27.12%

 BLUE value IS 37 (14.84% from 255) = 31.36%

R = 41.53%
G = 27.12%
B = 31.36%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.24

 K value IS 0.81

RGB Variations

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

Color information

#312025 (or 0x312025) is known color: Aubergine. HEX triplet: 31, 20 and 25. RGB value is (49,32,37). Sum of RGB (Red+Green+Blue) = 49+32+37=118 (15% of max value = 765). Red value is 49 (19.53% from 255 or 41.53% from 118); Green value is 32 (12.89% from 255 or 27.12% from 118); Blue value is 37 (14.84% from 255 or 31.36% from 118); Max value from RGB is 49 - color contains mainly: red. Hex color #312025 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312025 is #CEDFDA. Grayscale: #252525. Windows color (decimal): -13557723 or 2433073. OLE color: 2433073.

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

Color convert

RGB 49 32 37 -
CMYK 0 0.35 0.24 0.81
HSL 342.35º 0.21% 0.16% -
HSV(B) 342.35º 0.35% 0.19% -
XYZ 2.12 1.82 1.99 -
YUV 37.65 127.63 136.09 -
System Red Green Blue C M Y K H S L
Decimal 49 32 37 0 0.35 0.24 0.81 342.35 0.21 0.16
Hex 31 20 25 0 23 18 51 156 15 10
Octal 61 40 45 0 43 30 121 526 25 20
Binary 110001 100000 100101 0 100011 11000 1010001 101010110 10101 10000

Color Harmonies of #312025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312025

Black with #312025

Text Example


Text Example

White with #312025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312025; }

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

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

background-color css

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

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

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

border-color css

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

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

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