#39372D

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

Shades of Graphite #39372D

Tints of Graphite #39372D

Color information

#39372D (or 0x39372D) is unknown color: approx Graphite. HEX triplet: 39, 37 and 2D. RGB value is (57,55,45). Sum of RGB (Red+Green+Blue) = 57+55+45=157 (20% of max value = 765). Red value is 57 (22.66% from 255 or 36.31% from 157); Green value is 55 (21.88% from 255 or 35.03% from 157); Blue value is 45 (17.97% from 255 or 28.66% from 157); Max value from RGB is 57 - color contains mainly: red. Hex color #39372D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #39372D is #C6C8D2. Grayscale: #363636. Windows color (decimal): -13027539 or 2963257. OLE color: 2963257.

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

Color convert

RGB575545-
CMYK00.040.210.78
HSL50º11.76%20%-
HSV(B)50º21.05%22.35%-
XYZ3.533.793.03-
YUV54.46122.66129.81-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 36.31%
GREEN value IS 55 (21.88% from 255) = 35.03%
BLUE value IS 45 (17.97% from 255) = 28.66%
R=36.31%
G=35.03%
B=28.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.21
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57554500.040.210.785011.7620
Hex39372D04154E32c14
Octal7167550425116621424
Binary1110011101111011010100101011001110110010110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39372D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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