Html Css Color HEX #312326 Aubergine

📋 copy color: '#312326'

red 49 ◦ green 35 ◦ blue 38

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

Shades of Aubergine #312326

Tints of Aubergine #312326

RGB

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

 GREEN value IS 35 (14.06% from 255) = 28.69%

 BLUE value IS 38 (15.23% from 255) = 31.15%

R = 40.16%
G = 28.69%
B = 31.15%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.22

 K value IS 0.81

RGB Variations

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

Color information

#312326 (or 0x312326) is known color: Aubergine. HEX triplet: 31, 23 and 26. RGB value is (49,35,38). Sum of RGB (Red+Green+Blue) = 49+35+38=122 (16% of max value = 765). Red value is 49 (19.53% from 255 or 40.16% from 122); Green value is 35 (14.06% from 255 or 28.69% from 122); Blue value is 38 (15.23% from 255 or 31.15% from 122); Max value from RGB is 49 - color contains mainly: red. Hex color #312326 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312326 is #CEDCD9. Grayscale: #272727. Windows color (decimal): -13556954 or 2499377. OLE color: 2499377.

HSL color Cylindrical-coordinate representation of color #312326: hue angle of 347.14º degrees, saturation: 0.17, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #312326 is Cyan = 0, Magento = 0.29, Yellow = 0.22 and Black (K on CMYK) = 0.81.

Color convert

RGB 49 35 38 -
CMYK 0 0.29 0.22 0.81
HSL 347.14º 0.17% 0.16% -
HSV(B) 347.14º 0.29% 0.19% -
XYZ 2.22 1.99 2.1 -
YUV 39.53 127.14 134.76 -
System Red Green Blue C M Y K H S L
Decimal 49 35 38 0 0.29 0.22 0.81 347.14 0.17 0.16
Hex 31 23 26 0 1D 16 51 15B 11 10
Octal 61 43 46 0 35 26 121 533 21 20
Binary 110001 100011 100110 0 11101 10110 1010001 101011011 10001 10000

Color Harmonies of #312326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312326

Black with #312326

Text Example


Text Example

White with #312326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312326; }

 p { color: rgb(49,35,38); }

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

background-color css

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

 a { background-color: rgb(49,35,38); }

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

border-color css

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

 span { border-color: rgb(49,35,38); }

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