Html Css Color HEX #312728 Aubergine

📋 copy color: '#312728'

red 49 ◦ green 39 ◦ blue 40

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

Shades of Aubergine #312728

Tints of Aubergine #312728

RGB

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

 GREEN value IS 39 (15.63% from 255) = 30.47%

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

R = 38.28%
G = 30.47%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.18

 K value IS 0.81

RGB Variations

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

Color information

#312728 (or 0x312728) is known color: Aubergine. HEX triplet: 31, 27 and 28. RGB value is (49,39,40). Sum of RGB (Red+Green+Blue) = 49+39+40=128 (16% of max value = 765). Red value is 49 (19.53% from 255 or 38.28% from 128); Green value is 39 (15.62% from 255 or 30.47% from 128); Blue value is 40 (16.02% from 255 or 31.25% from 128); Max value from RGB is 49 - color contains mainly: red. Hex color #312728 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312728 is #CED8D7. Grayscale: #2A2A2A. Windows color (decimal): -13555928 or 2631473. OLE color: 2631473.

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

Color convert

RGB 49 39 40 -
CMYK 0 0.20 0.18 0.81
HSL 354º 0.11% 0.17% -
HSV(B) 354º 0.2% 0.19% -
XYZ 2.38 2.26 2.32 -
YUV 42.1 126.81 132.92 -
System Red Green Blue C M Y K H S L
Decimal 49 39 40 0 0.20 0.18 0.81 354 0.11 0.17
Hex 31 27 28 0 14 12 51 162 B 11
Octal 61 47 50 0 24 22 121 542 13 21
Binary 110001 100111 101000 0 10100 10010 1010001 101100010 1011 10001

Color Harmonies of #312728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312728

Black with #312728

Text Example


Text Example

White with #312728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312728; }

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

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

background-color css

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

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

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

border-color css

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

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

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