Html Css Color HEX #312126 Aubergine

📋 copy color: '#312126'

red 49 ◦ green 33 ◦ blue 38

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

Shades of Aubergine #312126

Tints of Aubergine #312126

RGB

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

 GREEN value IS 33 (13.28% from 255) = 27.5%

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

R = 40.83%
G = 27.5%
B = 31.67%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.22

 K value IS 0.81

RGB Variations

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

Color information

#312126 (or 0x312126) is known color: Aubergine. HEX triplet: 31, 21 and 26. RGB value is (49,33,38). Sum of RGB (Red+Green+Blue) = 49+33+38=120 (15% of max value = 765). Red value is 49 (19.53% from 255 or 40.83% from 120); Green value is 33 (13.28% from 255 or 27.5% from 120); Blue value is 38 (15.23% from 255 or 31.67% from 120); Max value from RGB is 49 - color contains mainly: red. Hex color #312126 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312126 is #CEDED9. Grayscale: #262626. Windows color (decimal): -13557466 or 2498865. OLE color: 2498865.

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

Color convert

RGB 49 33 38 -
CMYK 0 0.33 0.22 0.81
HSL 341.25º 0.2% 0.16% -
HSV(B) 341.25º 0.33% 0.19% -
XYZ 2.16 1.88 2.08 -
YUV 38.35 127.8 135.59 -
System Red Green Blue C M Y K H S L
Decimal 49 33 38 0 0.33 0.22 0.81 341.25 0.2 0.16
Hex 31 21 26 0 21 16 51 155 14 10
Octal 61 41 46 0 41 26 121 525 24 20
Binary 110001 100001 100110 0 100001 10110 1010001 101010101 10100 10000

Color Harmonies of #312126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312126

Black with #312126

Text Example


Text Example

White with #312126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312126; }

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

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

background-color css

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

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

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

border-color css

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

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

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