Html Css Color HEX #312C2D Aubergine

📋 copy color: '#312C2D'

red 49 ◦ green 44 ◦ blue 45

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

Shades of Aubergine #312C2D

Tints of Aubergine #312C2D

RGB

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

 GREEN value IS 44 (17.58% from 255) = 31.88%

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

R = 35.51%
G = 31.88%
B = 32.61%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.08

 K value IS 0.81

RGB Variations

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

Color information

#312C2D (or 0x312C2D) is known color: Aubergine. HEX triplet: 31, 2C and 2D. RGB value is (49,44,45). Sum of RGB (Red+Green+Blue) = 49+44+45=138 (18% of max value = 765). Red value is 49 (19.53% from 255 or 35.51% from 138); Green value is 44 (17.58% from 255 or 31.88% from 138); Blue value is 45 (17.97% from 255 or 32.61% from 138); Max value from RGB is 49 - color contains mainly: red. Hex color #312C2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312C2D is #CED3D2. Grayscale: #2D2D2D. Windows color (decimal): -13554643 or 2960433. OLE color: 2960433.

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

Color convert

RGB 49 44 45 -
CMYK 0 0.10 0.08 0.81
HSL 348º 0.05% 0.18% -
HSV(B) 348º 0.1% 0.19% -
XYZ 2.64 2.64 2.85 -
YUV 45.61 127.66 130.42 -
System Red Green Blue C M Y K H S L
Decimal 49 44 45 0 0.10 0.08 0.81 348 0.05 0.18
Hex 31 2C 2D 0 A 8 51 15C 5 12
Octal 61 54 55 0 12 10 121 534 5 22
Binary 110001 101100 101101 0 1010 1000 1010001 101011100 101 10010

Color Harmonies of #312C2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312C2D

Black with #312C2D

Text Example


Text Example

White with #312C2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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