#39362F

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

Shades of Graphite #39362F

Tints of Graphite #39362F

Color information

#39362F (or 0x39362F) is unknown color: approx Graphite. HEX triplet: 39, 36 and 2F. RGB value is (57,54,47). Sum of RGB (Red+Green+Blue) = 57+54+47=158 (20% of max value = 765). Red value is 57 (22.66% from 255 or 36.08% from 158); Green value is 54 (21.48% from 255 or 34.18% from 158); Blue value is 47 (18.75% from 255 or 29.75% from 158); Max value from RGB is 57 - color contains mainly: red. Hex color #39362F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #39362F is #C6C9D0. Grayscale: #363636. Windows color (decimal): -13027793 or 3094073. OLE color: 3094073.

HSL color Cylindrical-coordinate representation of color #39362F: hue angle of 42º degrees, saturation: 0.1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #39362F is Cyan = 0, Magento = 0.05, Yellow = 0.18 and Black (K on CMYK) = 0.78.

Color convert

RGB575447-
CMYK00.050.180.78
HSL42º9.62%20.39%-
HSV(B)42º17.54%22.35%-
XYZ3.523.713.22-
YUV54.1123.99130.07-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 36.08%
GREEN value IS 54 (21.48% from 255) = 34.18%
BLUE value IS 47 (18.75% from 255) = 29.75%
R=36.08%
G=34.18%
B=29.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.18
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57544700.050.180.78429.6220.39
Hex39362F05124E2aa14
Octal7166570522116521224
Binary1110011101101011110101100101001110101010101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39362F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39362F; }

 p { color: rgb(57,54,47); }

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

<style>
 a { background-color: #39362F; }

 a { background-color: rgb(57,54,47); }

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

<style>
 span { border-color: #39362F; }

 span { border-color: rgb(57,54,47); }

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