Html Css Color HEX #312426 Aubergine

📋 copy color: '#312426'

red 49 ◦ green 36 ◦ blue 38

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

Shades of Aubergine #312426

Tints of Aubergine #312426

RGB

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

 GREEN value IS 36 (14.45% from 255) = 29.27%

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

R = 39.84%
G = 29.27%
B = 30.89%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.22

 K value IS 0.81

RGB Variations

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

Color information

#312426 (or 0x312426) is known color: Aubergine. HEX triplet: 31, 24 and 26. RGB value is (49,36,38). Sum of RGB (Red+Green+Blue) = 49+36+38=123 (16% of max value = 765). Red value is 49 (19.53% from 255 or 39.84% from 123); Green value is 36 (14.45% from 255 or 29.27% from 123); Blue value is 38 (15.23% from 255 or 30.89% from 123); Max value from RGB is 49 - color contains mainly: red. Hex color #312426 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312426 is #CEDBD9. Grayscale: #282828. Windows color (decimal): -13556698 or 2499633. OLE color: 2499633.

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

Color convert

RGB 49 36 38 -
CMYK 0 0.27 0.22 0.81
HSL 350.77º 0.15% 0.17% -
HSV(B) 350.77º 0.27% 0.19% -
XYZ 2.25 2.05 2.11 -
YUV 40.12 126.81 134.34 -
System Red Green Blue C M Y K H S L
Decimal 49 36 38 0 0.27 0.22 0.81 350.77 0.15 0.17
Hex 31 24 26 0 1B 16 51 15F F 11
Octal 61 44 46 0 33 26 121 537 17 21
Binary 110001 100100 100110 0 11011 10110 1010001 101011111 1111 10001

Color Harmonies of #312426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312426

Black with #312426

Text Example


Text Example

White with #312426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312426; }

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

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

background-color css

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

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

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

border-color css

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

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

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