Html Css Color HEX #31282A Aubergine

📋 copy color: '#31282A'

red 49 ◦ green 40 ◦ blue 42

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

Shades of Aubergine #31282A

Tints of Aubergine #31282A

RGB

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

 GREEN value IS 40 (16.02% from 255) = 30.53%

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

R = 37.4%
G = 30.53%
B = 32.06%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.14

 K value IS 0.81

RGB Variations

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

Color information

#31282A (or 0x31282A) is known color: Aubergine. HEX triplet: 31, 28 and 2A. RGB value is (49,40,42). Sum of RGB (Red+Green+Blue) = 49+40+42=131 (17% of max value = 765). Red value is 49 (19.53% from 255 or 37.40% from 131); Green value is 40 (16.02% from 255 or 30.53% from 131); Blue value is 42 (16.80% from 255 or 32.06% from 131); Max value from RGB is 49 - color contains mainly: red. Hex color #31282A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31282A is #CED7D5. Grayscale: #2A2A2A. Windows color (decimal): -13555670 or 2762801. OLE color: 2762801.

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

Color convert

RGB 49 40 42 -
CMYK 0 0.18 0.14 0.81
HSL 346.67º 0.1% 0.17% -
HSV(B) 346.67º 0.18% 0.19% -
XYZ 2.44 2.34 2.51 -
YUV 42.92 127.48 132.34 -
System Red Green Blue C M Y K H S L
Decimal 49 40 42 0 0.18 0.14 0.81 346.67 0.1 0.17
Hex 31 28 2A 0 12 E 51 15B A 11
Octal 61 50 52 0 22 16 121 533 12 21
Binary 110001 101000 101010 0 10010 1110 1010001 101011011 1010 10001

Color Harmonies of #31282A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31282A

Black with #31282A

Text Example


Text Example

White with #31282A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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