Html Css Color HEX #312528 Aubergine

📋 copy color: '#312528'

red 49 ◦ green 37 ◦ blue 40

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

Shades of Aubergine #312528

Tints of Aubergine #312528

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 31.75%

R = 38.89%
G = 29.37%
B = 31.75%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.18

 K value IS 0.81

RGB Variations

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

Color information

#312528 (or 0x312528) is known color: Aubergine. HEX triplet: 31, 25 and 28. RGB value is (49,37,40). Sum of RGB (Red+Green+Blue) = 49+37+40=126 (16% of max value = 765). Red value is 49 (19.53% from 255 or 38.89% from 126); Green value is 37 (14.84% from 255 or 29.37% from 126); Blue value is 40 (16.02% from 255 or 31.75% from 126); Max value from RGB is 49 - color contains mainly: red. Hex color #312528 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312528 is #CEDAD7. Grayscale: #282828. Windows color (decimal): -13556440 or 2630961. OLE color: 2630961.

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

Color convert

RGB 49 37 40 -
CMYK 0 0.24 0.18 0.81
HSL 345º 0.14% 0.17% -
HSV(B) 345º 0.24% 0.19% -
XYZ 2.31 2.13 2.3 -
YUV 40.93 127.48 133.76 -
System Red Green Blue C M Y K H S L
Decimal 49 37 40 0 0.24 0.18 0.81 345 0.14 0.17
Hex 31 25 28 0 18 12 51 159 E 11
Octal 61 45 50 0 30 22 121 531 16 21
Binary 110001 100101 101000 0 11000 10010 1010001 101011001 1110 10001

Color Harmonies of #312528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312528

Black with #312528

Text Example


Text Example

White with #312528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312528; }

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

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

background-color css

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

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

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

border-color css

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

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

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