#312E27

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

Shades of Graphite #312E27

Tints of Graphite #312E27

Color information

#312E27 (or 0x312E27) is unknown color: approx Graphite. HEX triplet: 31, 2E and 27. RGB value is (49,46,39). Sum of RGB (Red+Green+Blue) = 49+46+39=134 (17% of max value = 765). Red value is 49 (19.53% from 255 or 36.57% from 134); Green value is 46 (18.36% from 255 or 34.33% from 134); Blue value is 39 (15.62% from 255 or 29.10% from 134); Max value from RGB is 49 - color contains mainly: red. Hex color #312E27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312E27 is #CED1D8. Grayscale: #2E2E2E. Windows color (decimal): -13554137 or 2567729. OLE color: 2567729.

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

Color convert

RGB494639-
CMYK00.060.200.81
HSL42º11.36%17.25%-
HSV(B)42º20.41%19.22%-
XYZ2.612.752.31-
YUV46.1123.99130.07-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 36.57%
GREEN value IS 46 (18.36% from 255) = 34.33%
BLUE value IS 39 (15.62% from 255) = 29.10%
R=36.57%
G=34.33%
B=29.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.20
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49463900.060.200.814211.3617.25
Hex312E270614512ab11
Octal6156470624121521321
Binary1100011011101001110110101001010001101010101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312E27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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