#312F2A

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

Shades of Graphite #312F2A

Tints of Graphite #312F2A

Color information

#312F2A (or 0x312F2A) is unknown color: approx Graphite. HEX triplet: 31, 2F and 2A. RGB value is (49,47,42). Sum of RGB (Red+Green+Blue) = 49+47+42=138 (18% of max value = 765). Red value is 49 (19.53% from 255 or 35.51% from 138); Green value is 47 (18.75% from 255 or 34.06% from 138); Blue value is 42 (16.80% from 255 or 30.43% from 138); Max value from RGB is 49 - color contains mainly: red. Hex color #312F2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312F2A is #CED0D5. Grayscale: #2F2F2F. Windows color (decimal): -13553878 or 2764593. OLE color: 2764593.

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

Color convert

RGB494742-
CMYK00.040.140.81
HSL42.86º7.69%17.84%-
HSV(B)42.86º14.29%19.22%-
XYZ2.72.852.6-
YUV47.03125.16129.41-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 35.51%
GREEN value IS 47 (18.75% from 255) = 34.06%
BLUE value IS 42 (16.80% from 255) = 30.43%
R=35.51%
G=34.06%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.14
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49474200.040.140.8142.867.6917.84
Hex312F2A04E512b812
Octal6157520416121531022
Binary110001101111101010010011101010001101011100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312F2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,47,42); }

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

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

 a { background-color: rgb(49,47,42); }

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

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

 span { border-color: rgb(49,47,42); }

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