#39362E

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

Shades of Graphite #39362E

Tints of Graphite #39362E

Color information

#39362E (or 0x39362E) is unknown color: approx Graphite. HEX triplet: 39, 36 and 2E. RGB value is (57,54,46). Sum of RGB (Red+Green+Blue) = 57+54+46=157 (20% of max value = 765). Red value is 57 (22.66% from 255 or 36.31% from 157); Green value is 54 (21.48% from 255 or 34.39% from 157); Blue value is 46 (18.36% from 255 or 29.30% from 157); Max value from RGB is 57 - color contains mainly: red. Hex color #39362E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #39362E is #C6C9D1. Grayscale: #363636. Windows color (decimal): -13027794 or 3028537. OLE color: 3028537.

HSL color Cylindrical-coordinate representation of color #39362E: hue angle of 43.64º 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 #39362E is Cyan = 0, Magento = 0.05, Yellow = 0.19 and Black (K on CMYK) = 0.78.

Color convert

RGB575446-
CMYK00.050.190.78
HSL43.64º10.68%20.2%-
HSV(B)43.64º19.3%22.35%-
XYZ3.53.713.12-
YUV53.98123.49130.15-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 36.31%
GREEN value IS 54 (21.48% from 255) = 34.39%
BLUE value IS 46 (18.36% from 255) = 29.30%
R=36.31%
G=34.39%
B=29.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.19
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57544600.050.190.7843.6410.6820.2
Hex39362E05134E2cb14
Octal7166560523116541324
Binary1110011101101011100101100111001110101100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39362E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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