#31302C

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

Shades of Graphite #31302C

Tints of Graphite #31302C

Color information

#31302C (or 0x31302C) is unknown color: approx Graphite. HEX triplet: 31, 30 and 2C. RGB value is (49,48,44). Sum of RGB (Red+Green+Blue) = 49+48+44=141 (18% of max value = 765). Red value is 49 (19.53% from 255 or 34.75% from 141); Green value is 48 (19.14% from 255 or 34.04% from 141); Blue value is 44 (17.58% from 255 or 31.21% from 141); Max value from RGB is 49 - color contains mainly: red. Hex color #31302C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31302C is #CECFD3. Grayscale: #2F2F2F. Windows color (decimal): -13553620 or 2895921. OLE color: 2895921.

HSL color Cylindrical-coordinate representation of color #31302C: hue angle of 48º degrees, saturation: 0.05, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #31302C is Cyan = 0, Magento = 0.02, Yellow = 0.10 and Black (K on CMYK) = 0.81.

Color convert

RGB494844-
CMYK00.020.100.81
HSL48º5.38%18.24%-
HSV(B)48º10.2%19.22%-
XYZ2.782.952.81-
YUV47.84125.83128.83-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 34.75%
GREEN value IS 48 (19.14% from 255) = 34.04%
BLUE value IS 44 (17.58% from 255) = 31.21%
R=34.75%
G=34.04%
B=31.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.10
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49484400.020.100.81485.3818.24
Hex31302C02A5130512
Octal616054021212160522
Binary1100011100001011000101010101000111000010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31302C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31302C; }

 p { color: rgb(49,48,44); }

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

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

 a { background-color: rgb(49,48,44); }

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

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

 span { border-color: rgb(49,48,44); }

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