Html Css Color HEX #31282B Aubergine

📋 copy color: '#31282B'

red 49 ◦ green 40 ◦ blue 43

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

Shades of Aubergine #31282B

Tints of Aubergine #31282B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 32.58%

R = 37.12%
G = 30.3%
B = 32.58%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.12

 K value IS 0.81

RGB Variations

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

Color information

#31282B (or 0x31282B) is known color: Aubergine. HEX triplet: 31, 28 and 2B. RGB value is (49,40,43). Sum of RGB (Red+Green+Blue) = 49+40+43=132 (17% of max value = 765). Red value is 49 (19.53% from 255 or 37.12% from 132); Green value is 40 (16.02% from 255 or 30.30% from 132); Blue value is 43 (17.19% from 255 or 32.58% from 132); Max value from RGB is 49 - color contains mainly: red. Hex color #31282B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31282B is #CED7D4. Grayscale: #2B2B2B. Windows color (decimal): -13555669 or 2828337. OLE color: 2828337.

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

Color convert

RGB 49 40 43 -
CMYK 0 0.18 0.12 0.81
HSL 340º 0.1% 0.17% -
HSV(B) 340º 0.18% 0.19% -
XYZ 2.46 2.34 2.61 -
YUV 43.03 127.98 132.26 -
System Red Green Blue C M Y K H S L
Decimal 49 40 43 0 0.18 0.12 0.81 340 0.1 0.17
Hex 31 28 2B 0 12 C 51 154 A 11
Octal 61 50 53 0 22 14 121 524 12 21
Binary 110001 101000 101011 0 10010 1100 1010001 101010100 1010 10001

Color Harmonies of #31282B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31282B

Black with #31282B

Text Example


Text Example

White with #31282B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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