Html Css Color HEX #31292A Aubergine

📋 copy color: '#31292A'

red 49 ◦ green 41 ◦ blue 42

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

Shades of Aubergine #31292A

Tints of Aubergine #31292A

RGB

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

 GREEN value IS 41 (16.41% from 255) = 31.06%

 BLUE value IS 42 (16.8% from 255) = 31.82%

R = 37.12%
G = 31.06%
B = 31.82%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.14

 K value IS 0.81

RGB Variations

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

Color information

#31292A (or 0x31292A) is known color: Aubergine. HEX triplet: 31, 29 and 2A. RGB value is (49,41,42). Sum of RGB (Red+Green+Blue) = 49+41+42=132 (17% of max value = 765). Red value is 49 (19.53% from 255 or 37.12% from 132); Green value is 41 (16.41% from 255 or 31.06% from 132); Blue value is 42 (16.80% from 255 or 31.82% from 132); Max value from RGB is 49 - color contains mainly: red. Hex color #31292A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31292A is #CED6D5. Grayscale: #2B2B2B. Windows color (decimal): -13555414 or 2763057. OLE color: 2763057.

HSL color Cylindrical-coordinate representation of color #31292A: hue angle of 352.5º degrees, saturation: 0.09, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #31292A is Cyan = 0, Magento = 0.16, Yellow = 0.14 and Black (K on CMYK) = 0.81.

Color convert

RGB 49 41 42 -
CMYK 0 0.16 0.14 0.81
HSL 352.5º 0.09% 0.18% -
HSV(B) 352.5º 0.16% 0.19% -
XYZ 2.48 2.41 2.52 -
YUV 43.51 127.15 131.92 -
System Red Green Blue C M Y K H S L
Decimal 49 41 42 0 0.16 0.14 0.81 352.5 0.09 0.18
Hex 31 29 2A 0 10 E 51 160 9 12
Octal 61 51 52 0 20 16 121 540 11 22
Binary 110001 101001 101010 0 10000 1110 1010001 101100000 1001 10010

Color Harmonies of #31292A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31292A

Black with #31292A

Text Example


Text Example

White with #31292A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31292A; }

 p { color: rgb(49,41,42); }

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

background-color css

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

 a { background-color: rgb(49,41,42); }

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

border-color css

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

 span { border-color: rgb(49,41,42); }

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