#312E23

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

Shades of Graphite #312E23

Tints of Graphite #312E23

Color information

#312E23 (or 0x312E23) is unknown color: approx Graphite. HEX triplet: 31, 2E and 23. RGB value is (49,46,35). Sum of RGB (Red+Green+Blue) = 49+46+35=130 (17% of max value = 765). Red value is 49 (19.53% from 255 or 37.69% from 130); Green value is 46 (18.36% from 255 or 35.38% from 130); Blue value is 35 (14.06% from 255 or 26.92% from 130); Max value from RGB is 49 - color contains mainly: red. Hex color #312E23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312E23 is #CED1DC. Grayscale: #2D2D2D. Windows color (decimal): -13554141 or 2305585. OLE color: 2305585.

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

Color convert

RGB494635-
CMYK00.060.290.81
HSL47.14º16.67%16.47%-
HSV(B)47.14º28.57%19.22%-
XYZ2.552.731.98-
YUV45.64121.99130.39-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 37.69%
GREEN value IS 46 (18.36% from 255) = 35.38%
BLUE value IS 35 (14.06% from 255) = 26.92%
R=37.69%
G=35.38%
B=26.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.29
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49463500.060.290.8147.1416.6716.47
Hex312E23061D512f1110
Octal6156430635121572120
Binary11000110111010001101101110110100011011111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312E23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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