#3C3729

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

Shades of Graphite #3C3729

Tints of Graphite #3C3729

Color information

#3C3729 (or 0x3C3729) is unknown color: approx Graphite. HEX triplet: 3C, 37 and 29. RGB value is (60,55,41). Sum of RGB (Red+Green+Blue) = 60+55+41=156 (20% of max value = 765). Red value is 60 (23.83% from 255 or 38.46% from 156); Green value is 55 (21.88% from 255 or 35.26% from 156); Blue value is 41 (16.41% from 255 or 26.28% from 156); Max value from RGB is 60 - color contains mainly: red. Hex color #3C3729 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C3729 is #C3C8D6. Grayscale: #363636. Windows color (decimal): -12830935 or 2701116. OLE color: 2701116.

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

Color convert

RGB605541-
CMYK00.080.320.76
HSL44.21º18.81%19.8%-
HSV(B)44.21º31.67%23.53%-
XYZ3.633.852.65-
YUV54.9120.16131.64-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 38.46%
GREEN value IS 55 (21.88% from 255) = 35.26%
BLUE value IS 41 (16.41% from 255) = 26.28%
R=38.46%
G=35.26%
B=26.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.32
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal60554100.080.320.7644.2118.8119.8
Hex3C372908204C2c1314
Octal74675101040114542324
Binary1111001101111010010100010000010011001011001001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C3729

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,55,41); }

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

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

 a { background-color: rgb(60,55,41); }

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

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

 span { border-color: rgb(60,55,41); }

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