Html Css Color HEX #312325 Aubergine

📋 copy color: '#312325'

red 49 ◦ green 35 ◦ blue 37

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

Shades of Aubergine #312325

Tints of Aubergine #312325

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 30.58%

R = 40.5%
G = 28.93%
B = 30.58%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.24

 K value IS 0.81

RGB Variations

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

Color information

#312325 (or 0x312325) is known color: Aubergine. HEX triplet: 31, 23 and 25. RGB value is (49,35,37). Sum of RGB (Red+Green+Blue) = 49+35+37=121 (16% of max value = 765). Red value is 49 (19.53% from 255 or 40.50% from 121); Green value is 35 (14.06% from 255 or 28.93% from 121); Blue value is 37 (14.84% from 255 or 30.58% from 121); Max value from RGB is 49 - color contains mainly: red. Hex color #312325 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312325 is #CEDCDA. Grayscale: #272727. Windows color (decimal): -13556955 or 2433841. OLE color: 2433841.

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

Color convert

RGB 49 35 37 -
CMYK 0 0.29 0.24 0.81
HSL 351.43º 0.17% 0.16% -
HSV(B) 351.43º 0.29% 0.19% -
XYZ 2.2 1.99 2.02 -
YUV 39.41 126.64 134.84 -
System Red Green Blue C M Y K H S L
Decimal 49 35 37 0 0.29 0.24 0.81 351.43 0.17 0.16
Hex 31 23 25 0 1D 18 51 15F 11 10
Octal 61 43 45 0 35 30 121 537 21 20
Binary 110001 100011 100101 0 11101 11000 1010001 101011111 10001 10000

Color Harmonies of #312325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312325

Black with #312325

Text Example


Text Example

White with #312325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312325; }

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

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

background-color css

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

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

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

border-color css

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

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

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