#3C382E

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

Shades of Graphite #3C382E

Tints of Graphite #3C382E

Color information

#3C382E (or 0x3C382E) is unknown color: approx Graphite. HEX triplet: 3C, 38 and 2E. RGB value is (60,56,46). Sum of RGB (Red+Green+Blue) = 60+56+46=162 (21% of max value = 765). Red value is 60 (23.83% from 255 or 37.04% from 162); Green value is 56 (22.27% from 255 or 34.57% from 162); Blue value is 46 (18.36% from 255 or 28.40% from 162); Max value from RGB is 60 - color contains mainly: red. Hex color #3C382E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C382E is #C3C7D1. Grayscale: #383838. Windows color (decimal): -12830674 or 3029052. OLE color: 3029052.

HSL color Cylindrical-coordinate representation of color #3C382E: hue angle of 42.86º degrees, saturation: 0.13, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #3C382E is Cyan = 0, Magento = 0.07, Yellow = 0.23 and Black (K on CMYK) = 0.76.

Color convert

RGB605646-
CMYK00.070.230.76
HSL42.86º13.21%20.78%-
HSV(B)42.86º23.33%23.53%-
XYZ3.773.993.16-
YUV56.06122.33130.81-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 37.04%
GREEN value IS 56 (22.27% from 255) = 34.57%
BLUE value IS 46 (18.36% from 255) = 28.40%
R=37.04%
G=34.57%
B=28.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.23
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal60564600.070.230.7642.8613.2120.78
Hex3C382E07174C2bd15
Octal7470560727114531525
Binary1111001110001011100111101111001100101011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C382E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,56,46); }

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

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

 a { background-color: rgb(60,56,46); }

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

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

 span { border-color: rgb(60,56,46); }

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