#39331D

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

Shades of Graphite #39331D

Tints of Graphite #39331D

Color information

#39331D (or 0x39331D) is unknown color: approx Graphite. HEX triplet: 39, 33 and 1D. RGB value is (57,51,29). Sum of RGB (Red+Green+Blue) = 57+51+29=137 (18% of max value = 765). Red value is 57 (22.66% from 255 or 41.61% from 137); Green value is 51 (20.31% from 255 or 37.23% from 137); Blue value is 29 (11.72% from 255 or 21.17% from 137); Max value from RGB is 57 - color contains mainly: red. Hex color #39331D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #39331D is #C6CCE2. Grayscale: #323232. Windows color (decimal): -13028579 or 1913657. OLE color: 1913657.

HSL color Cylindrical-coordinate representation of color #39331D: hue angle of 47.14º 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 #39331D is Cyan = 0, Magento = 0.11, Yellow = 0.49 and Black (K on CMYK) = 0.78.

Color convert

RGB575129-
CMYK00.110.490.78
HSL47.14º32.56%16.86%-
HSV(B)47.14º49.12%22.35%-
XYZ3.093.331.64-
YUV50.29115.99132.79-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 41.61%
GREEN value IS 51 (20.31% from 255) = 37.23%
BLUE value IS 29 (11.72% from 255) = 21.17%
R=41.61%
G=37.23%
B=21.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.49
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57512900.110.490.7847.1432.5616.86
Hex39331D0B314E2f2111
Octal71633501361116574121
Binary1110011100111110101011110001100111010111110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39331D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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