#312E25

Color #312E25 Graphite (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Graphite #312E25

Tints of Graphite #312E25

Color information

#312E25 (or 0x312E25) is unknown color: approx Graphite. HEX triplet: 31, 2E and 25. RGB value is (49,46,37). Sum of RGB (Red+Green+Blue) = 49+46+37=132 (17% of max value = 765). Red value is 49 (19.53% from 255 or 37.12% from 132); Green value is 46 (18.36% from 255 or 34.85% from 132); Blue value is 37 (14.84% from 255 or 28.03% from 132); Max value from RGB is 49 - color contains mainly: red. Hex color #312E25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312E25 is #CED1DA. Grayscale: #2D2D2D. Windows color (decimal): -13554139 or 2436657. OLE color: 2436657.

HSL color Cylindrical-coordinate representation of color #312E25: hue angle of 45º degrees, saturation: 0.14, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #312E25 is Cyan = 0, Magento = 0.06, Yellow = 0.24 and Black (K on CMYK) = 0.81.

Color convert

RGB494637-
CMYK00.060.240.81
HSL45º13.95%16.86%-
HSV(B)45º24.49%19.22%-
XYZ2.582.742.14-
YUV45.87122.99130.23-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 37.12%
GREEN value IS 46 (18.36% from 255) = 34.85%
BLUE value IS 37 (14.84% from 255) = 28.03%
R=37.12%
G=34.85%
B=28.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.24
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49463700.060.240.814513.9516.86
Hex312E250618512de11
Octal6156450630121551621
Binary1100011011101001010110110001010001101101111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312E25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312E25; }

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

 H1.HeaderClassName
 {
   color: #312E25;
 }
 .AnyTagClassName
 {
   color: #312E25;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #312E25;
 }
 .BgClassName
 {
   background-color: #312E25;
 }
</style>
border-color css

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

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

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