#3C392C

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

Shades of Graphite #3C392C

Tints of Graphite #3C392C

Color information

#3C392C (or 0x3C392C) is unknown color: approx Graphite. HEX triplet: 3C, 39 and 2C. RGB value is (60,57,44). Sum of RGB (Red+Green+Blue) = 60+57+44=161 (21% of max value = 765). Red value is 60 (23.83% from 255 or 37.27% from 161); Green value is 57 (22.66% from 255 or 35.40% from 161); Blue value is 44 (17.58% from 255 or 27.33% from 161); Max value from RGB is 60 - color contains mainly: red. Hex color #3C392C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C392C is #C3C6D3. Grayscale: #383838. Windows color (decimal): -12830420 or 2898236. OLE color: 2898236.

HSL color Cylindrical-coordinate representation of color #3C392C: hue angle of 48.75º degrees, saturation: 0.15, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #3C392C is Cyan = 0, Magento = 0.05, Yellow = 0.27 and Black (K on CMYK) = 0.76.

Color convert

RGB605744-
CMYK00.050.270.76
HSL48.75º15.38%20.39%-
HSV(B)48.75º26.67%23.53%-
XYZ3.784.072.97-
YUV56.41120.99130.56-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 37.27%
GREEN value IS 57 (22.66% from 255) = 35.40%
BLUE value IS 44 (17.58% from 255) = 27.33%
R=37.27%
G=35.40%
B=27.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.27
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal60574400.050.270.7648.7515.3820.39
Hex3C392C051B4C31f14
Octal7471540533114611724
Binary1111001110011011000101110111001100110001111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C392C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3C392C; }

 p { color: rgb(60,57,44); }

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

<style>
 a { background-color: #3C392C; }

 a { background-color: rgb(60,57,44); }

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

<style>
 span { border-color: #3C392C; }

 span { border-color: rgb(60,57,44); }

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