Html Css Color HEX #312B2D Aubergine

📋 copy color: '#312B2D'

red 49 ◦ green 43 ◦ blue 45

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

Shades of Aubergine #312B2D

Tints of Aubergine #312B2D

RGB

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

 GREEN value IS 43 (17.19% from 255) = 31.39%

 BLUE value IS 45 (17.97% from 255) = 32.85%

R = 35.77%
G = 31.39%
B = 32.85%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.08

 K value IS 0.81

RGB Variations

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

Color information

#312B2D (or 0x312B2D) is known color: Aubergine. HEX triplet: 31, 2B and 2D. RGB value is (49,43,45). Sum of RGB (Red+Green+Blue) = 49+43+45=137 (18% of max value = 765). Red value is 49 (19.53% from 255 or 35.77% from 137); Green value is 43 (17.19% from 255 or 31.39% from 137); Blue value is 45 (17.97% from 255 or 32.85% from 137); Max value from RGB is 49 - color contains mainly: red. Hex color #312B2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312B2D is #CED4D2. Grayscale: #2D2D2D. Windows color (decimal): -13554899 or 2960177. OLE color: 2960177.

HSL color Cylindrical-coordinate representation of color #312B2D: hue angle of 340º degrees, saturation: 0.07, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #312B2D is Cyan = 0, Magento = 0.12, Yellow = 0.08 and Black (K on CMYK) = 0.81.

Color convert

RGB 49 43 45 -
CMYK 0 0.12 0.08 0.81
HSL 340º 0.07% 0.18% -
HSV(B) 340º 0.12% 0.19% -
XYZ 2.6 2.57 2.84 -
YUV 45.02 127.99 130.84 -
System Red Green Blue C M Y K H S L
Decimal 49 43 45 0 0.12 0.08 0.81 340 0.07 0.18
Hex 31 2B 2D 0 C 8 51 154 7 12
Octal 61 53 55 0 14 10 121 524 7 22
Binary 110001 101011 101101 0 1100 1000 1010001 101010100 111 10010

Color Harmonies of #312B2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312B2D

Black with #312B2D

Text Example


Text Example

White with #312B2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312B2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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