#3D392B

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

Shades of Graphite #3D392B

Tints of Graphite #3D392B

Color information

#3D392B (or 0x3D392B) is unknown color: approx Graphite. HEX triplet: 3D, 39 and 2B. RGB value is (61,57,43). Sum of RGB (Red+Green+Blue) = 61+57+43=161 (21% of max value = 765). Red value is 61 (24.22% from 255 or 37.89% from 161); Green value is 57 (22.66% from 255 or 35.40% from 161); Blue value is 43 (17.19% from 255 or 26.71% from 161); Max value from RGB is 61 - color contains mainly: red. Hex color #3D392B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D392B is #C2C6D4. Grayscale: #383838. Windows color (decimal): -12764885 or 2832701. OLE color: 2832701.

HSL color Cylindrical-coordinate representation of color #3D392B: hue angle of 46.67º degrees, saturation: 0.17, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #3D392B is Cyan = 0, Magento = 0.07, Yellow = 0.30 and Black (K on CMYK) = 0.76.

Color convert

RGB615743-
CMYK00.070.300.76
HSL46.67º17.31%20.39%-
HSV(B)46.67º29.51%23.92%-
XYZ3.824.092.87-
YUV56.6120.33131.14-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 37.89%
GREEN value IS 57 (22.66% from 255) = 35.40%
BLUE value IS 43 (17.19% from 255) = 26.71%
R=37.89%
G=35.40%
B=26.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.30
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal61574300.070.300.7646.6717.3120.39
Hex3D392B071E4C2f1114
Octal7571530736114572124
Binary11110111100110101101111111010011001011111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D392B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,57,43); }

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

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

 a { background-color: rgb(61,57,43); }

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

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

 span { border-color: rgb(61,57,43); }

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