Html Css Color HEX #312125 Aubergine

📋 copy color: '#312125'

red 49 ◦ green 33 ◦ blue 37

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

Shades of Aubergine #312125

Tints of Aubergine #312125

RGB

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

 GREEN value IS 33 (13.28% from 255) = 27.73%

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

R = 41.18%
G = 27.73%
B = 31.09%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.24

 K value IS 0.81

RGB Variations

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

Color information

#312125 (or 0x312125) is known color: Aubergine. HEX triplet: 31, 21 and 25. RGB value is (49,33,37). Sum of RGB (Red+Green+Blue) = 49+33+37=119 (15% of max value = 765). Red value is 49 (19.53% from 255 or 41.18% from 119); Green value is 33 (13.28% from 255 or 27.73% from 119); Blue value is 37 (14.84% from 255 or 31.09% from 119); Max value from RGB is 49 - color contains mainly: red. Hex color #312125 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312125 is #CEDEDA. Grayscale: #262626. Windows color (decimal): -13557467 or 2433329. OLE color: 2433329.

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

Color convert

RGB 49 33 37 -
CMYK 0 0.33 0.24 0.81
HSL 345º 0.2% 0.16% -
HSV(B) 345º 0.33% 0.19% -
XYZ 2.14 1.87 2 -
YUV 38.24 127.3 135.67 -
System Red Green Blue C M Y K H S L
Decimal 49 33 37 0 0.33 0.24 0.81 345 0.2 0.16
Hex 31 21 25 0 21 18 51 159 14 10
Octal 61 41 45 0 41 30 121 531 24 20
Binary 110001 100001 100101 0 100001 11000 1010001 101011001 10100 10000

Color Harmonies of #312125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312125

Black with #312125

Text Example


Text Example

White with #312125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312125; }

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

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

background-color css

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

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

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

border-color css

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

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

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