#39372E

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

Shades of Graphite #39372E

Tints of Graphite #39372E

Color information

#39372E (or 0x39372E) is unknown color: approx Graphite. HEX triplet: 39, 37 and 2E. RGB value is (57,55,46). Sum of RGB (Red+Green+Blue) = 57+55+46=158 (20% of max value = 765). Red value is 57 (22.66% from 255 or 36.08% from 158); Green value is 55 (21.88% from 255 or 34.81% from 158); Blue value is 46 (18.36% from 255 or 29.11% from 158); Max value from RGB is 57 - color contains mainly: red. Hex color #39372E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #39372E is #C6C8D1. Grayscale: #363636. Windows color (decimal): -13027538 or 3028793. OLE color: 3028793.

HSL color Cylindrical-coordinate representation of color #39372E: hue angle of 49.09º degrees, saturation: 0.11, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #39372E is Cyan = 0, Magento = 0.04, Yellow = 0.19 and Black (K on CMYK) = 0.78.

Color convert

RGB575546-
CMYK00.040.190.78
HSL49.09º10.68%20.2%-
HSV(B)49.09º19.3%22.35%-
XYZ3.553.83.13-
YUV54.57123.16129.73-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 36.08%
GREEN value IS 55 (21.88% from 255) = 34.81%
BLUE value IS 46 (18.36% from 255) = 29.11%
R=36.08%
G=34.81%
B=29.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.19
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57554600.040.190.7849.0910.6820.2
Hex39372E04134E31b14
Octal7167560423116611324
Binary1110011101111011100100100111001110110001101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39372E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39372E; }

 p { color: rgb(57,55,46); }

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

<style>
 a { background-color: #39372E; }

 a { background-color: rgb(57,55,46); }

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

<style>
 span { border-color: #39372E; }

 span { border-color: rgb(57,55,46); }

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