Html Css Color HEX #312427 Aubergine

📋 copy color: '#312427'

red 49 ◦ green 36 ◦ blue 39

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

Shades of Aubergine #312427

Tints of Aubergine #312427

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 31.45%

R = 39.52%
G = 29.03%
B = 31.45%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.20

 K value IS 0.81

RGB Variations

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

Color information

#312427 (or 0x312427) is known color: Aubergine. HEX triplet: 31, 24 and 27. RGB value is (49,36,39). Sum of RGB (Red+Green+Blue) = 49+36+39=124 (16% of max value = 765). Red value is 49 (19.53% from 255 or 39.52% from 124); Green value is 36 (14.45% from 255 or 29.03% from 124); Blue value is 39 (15.62% from 255 or 31.45% from 124); Max value from RGB is 49 - color contains mainly: red. Hex color #312427 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312427 is #CEDBD8. Grayscale: #282828. Windows color (decimal): -13556697 or 2565169. OLE color: 2565169.

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

Color convert

RGB 49 36 39 -
CMYK 0 0.27 0.20 0.81
HSL 346.15º 0.15% 0.17% -
HSV(B) 346.15º 0.27% 0.19% -
XYZ 2.26 2.06 2.2 -
YUV 40.23 127.31 134.26 -
System Red Green Blue C M Y K H S L
Decimal 49 36 39 0 0.27 0.20 0.81 346.15 0.15 0.17
Hex 31 24 27 0 1B 14 51 15A F 11
Octal 61 44 47 0 33 24 121 532 17 21
Binary 110001 100100 100111 0 11011 10100 1010001 101011010 1111 10001

Color Harmonies of #312427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312427

Black with #312427

Text Example


Text Example

White with #312427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312427; }

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

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

background-color css

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

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

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

border-color css

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

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

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