Html Css Color HEX #312026 Aubergine

📋 copy color: '#312026'

red 49 ◦ green 32 ◦ blue 38

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

Shades of Aubergine #312026

Tints of Aubergine #312026

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 31.93%

R = 41.18%
G = 26.89%
B = 31.93%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.22

 K value IS 0.81

RGB Variations

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

Color information

#312026 (or 0x312026) is known color: Aubergine. HEX triplet: 31, 20 and 26. RGB value is (49,32,38). Sum of RGB (Red+Green+Blue) = 49+32+38=119 (15% of max value = 765). Red value is 49 (19.53% from 255 or 41.18% from 119); Green value is 32 (12.89% from 255 or 26.89% from 119); Blue value is 38 (15.23% from 255 or 31.93% from 119); Max value from RGB is 49 - color contains mainly: red. Hex color #312026 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312026 is #CEDFD9. Grayscale: #252525. Windows color (decimal): -13557722 or 2498609. OLE color: 2498609.

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

Color convert

RGB 49 32 38 -
CMYK 0 0.35 0.22 0.81
HSL 338.82º 0.21% 0.16% -
HSV(B) 338.82º 0.35% 0.19% -
XYZ 2.13 1.83 2.07 -
YUV 37.77 128.13 136.01 -
System Red Green Blue C M Y K H S L
Decimal 49 32 38 0 0.35 0.22 0.81 338.82 0.21 0.16
Hex 31 20 26 0 23 16 51 153 15 10
Octal 61 40 46 0 43 26 121 523 25 20
Binary 110001 100000 100110 0 100011 10110 1010001 101010011 10101 10000

Color Harmonies of #312026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312026

Black with #312026

Text Example


Text Example

White with #312026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312026; }

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

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

background-color css

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

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

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

border-color css

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

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

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