#31302A

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

Shades of Graphite #31302A

Tints of Graphite #31302A

Color information

#31302A (or 0x31302A) is unknown color: approx Graphite. HEX triplet: 31, 30 and 2A. RGB value is (49,48,42). Sum of RGB (Red+Green+Blue) = 49+48+42=139 (18% of max value = 765). Red value is 49 (19.53% from 255 or 35.25% from 139); Green value is 48 (19.14% from 255 or 34.53% from 139); Blue value is 42 (16.80% from 255 or 30.22% from 139); Max value from RGB is 49 - color contains mainly: red. Hex color #31302A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31302A is #CECFD5. Grayscale: #2F2F2F. Windows color (decimal): -13553622 or 2764849. OLE color: 2764849.

HSL color Cylindrical-coordinate representation of color #31302A: hue angle of 51.43º 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 #31302A is Cyan = 0, Magento = 0.02, Yellow = 0.14 and Black (K on CMYK) = 0.81.

Color convert

RGB494842-
CMYK00.020.140.81
HSL51.43º7.69%17.84%-
HSV(B)51.43º14.29%19.22%-
XYZ2.742.932.61-
YUV47.61124.83128.99-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 35.25%
GREEN value IS 48 (19.14% from 255) = 34.53%
BLUE value IS 42 (16.80% from 255) = 30.22%
R=35.25%
G=34.53%
B=30.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.14
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49484200.020.140.8151.437.6917.84
Hex31302A02E5133812
Octal6160520216121631022
Binary11000111000010101001011101010001110011100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31302A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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