#31302B

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

Shades of Graphite #31302B

Tints of Graphite #31302B

Color information

#31302B (or 0x31302B) is unknown color: approx Graphite. HEX triplet: 31, 30 and 2B. RGB value is (49,48,43). Sum of RGB (Red+Green+Blue) = 49+48+43=140 (18% of max value = 765). Red value is 49 (19.53% from 255 or 35% from 140); Green value is 48 (19.14% from 255 or 34.29% from 140); Blue value is 43 (17.19% from 255 or 30.71% from 140); Max value from RGB is 49 - color contains mainly: red. Hex color #31302B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31302B is #CECFD4. Grayscale: #2F2F2F. Windows color (decimal): -13553621 or 2830385. OLE color: 2830385.

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

Color convert

RGB494843-
CMYK00.020.120.81
HSL50º6.52%18.04%-
HSV(B)50º12.24%19.22%-
XYZ2.762.942.71-
YUV47.73125.33128.91-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 35%
GREEN value IS 48 (19.14% from 255) = 34.29%
BLUE value IS 43 (17.19% from 255) = 30.71%
R=35%
G=34.29%
B=30.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.12
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49484300.020.120.81506.5218.04
Hex31302B02C5132712
Octal616053021412162722
Binary1100011100001010110101100101000111001011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31302B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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