#39351D

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

Shades of Graphite #39351D

Tints of Graphite #39351D

Color information

#39351D (or 0x39351D) is unknown color: approx Graphite. HEX triplet: 39, 35 and 1D. RGB value is (57,53,29). Sum of RGB (Red+Green+Blue) = 57+53+29=139 (18% of max value = 765). Red value is 57 (22.66% from 255 or 41.01% from 139); Green value is 53 (21.09% from 255 or 38.13% from 139); Blue value is 29 (11.72% from 255 or 20.86% from 139); Max value from RGB is 57 - color contains mainly: red. Hex color #39351D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #39351D is #C6CAE2. Grayscale: #333333. Windows color (decimal): -13028067 or 1914169. OLE color: 1914169.

HSL color Cylindrical-coordinate representation of color #39351D: hue angle of 51.43º degrees, saturation: 0.33, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #39351D is Cyan = 0, Magento = 0.07, Yellow = 0.49 and Black (K on CMYK) = 0.78.

Color convert

RGB575329-
CMYK00.070.490.78
HSL51.43º32.56%16.86%-
HSV(B)51.43º49.12%22.35%-
XYZ3.183.51.67-
YUV51.46115.33131.95-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 41.01%
GREEN value IS 53 (21.09% from 255) = 38.13%
BLUE value IS 29 (11.72% from 255) = 20.86%
R=41.01%
G=38.13%
B=20.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.49
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57532900.070.490.7851.4332.5616.86
Hex39351D07314E332111
Octal7165350761116634121
Binary111001110101111010111110001100111011001110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39351D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39351D; }

 p { color: rgb(57,53,29); }

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

<style>
 a { background-color: #39351D; }

 a { background-color: rgb(57,53,29); }

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

<style>
 span { border-color: #39351D; }

 span { border-color: rgb(57,53,29); }

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