Html Css Color HEX #312428 Aubergine

📋 copy color: '#312428'

red 49 ◦ green 36 ◦ blue 40

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

Shades of Aubergine #312428

Tints of Aubergine #312428

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 32%

R = 39.2%
G = 28.8%
B = 32%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.18

 K value IS 0.81

RGB Variations

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

Color information

#312428 (or 0x312428) is known color: Aubergine. HEX triplet: 31, 24 and 28. RGB value is (49,36,40). Sum of RGB (Red+Green+Blue) = 49+36+40=125 (16% of max value = 765). Red value is 49 (19.53% from 255 or 39.2% from 125); Green value is 36 (14.45% from 255 or 28.8% from 125); Blue value is 40 (16.02% from 255 or 32% from 125); Max value from RGB is 49 - color contains mainly: red. Hex color #312428 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312428 is #CEDBD7. Grayscale: #282828. Windows color (decimal): -13556696 or 2630705. OLE color: 2630705.

HSL color Cylindrical-coordinate representation of color #312428: hue angle of 341.54º 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 #312428 is Cyan = 0, Magento = 0.27, Yellow = 0.18 and Black (K on CMYK) = 0.81.

Color convert

RGB 49 36 40 -
CMYK 0 0.27 0.18 0.81
HSL 341.54º 0.15% 0.17% -
HSV(B) 341.54º 0.27% 0.19% -
XYZ 2.28 2.07 2.29 -
YUV 40.34 127.81 134.17 -
System Red Green Blue C M Y K H S L
Decimal 49 36 40 0 0.27 0.18 0.81 341.54 0.15 0.17
Hex 31 24 28 0 1B 12 51 156 F 11
Octal 61 44 50 0 33 22 121 526 17 21
Binary 110001 100100 101000 0 11011 10010 1010001 101010110 1111 10001

Color Harmonies of #312428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312428

Black with #312428

Text Example


Text Example

White with #312428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312428; }

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

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

background-color css

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

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

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

border-color css

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

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

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