#39351F

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

Shades of Graphite #39351F

Tints of Graphite #39351F

Color information

#39351F (or 0x39351F) is unknown color: approx Graphite. HEX triplet: 39, 35 and 1F. RGB value is (57,53,31). Sum of RGB (Red+Green+Blue) = 57+53+31=141 (18% of max value = 765). Red value is 57 (22.66% from 255 or 40.43% from 141); Green value is 53 (21.09% from 255 or 37.59% from 141); Blue value is 31 (12.5% from 255 or 21.99% from 141); Max value from RGB is 57 - color contains mainly: red. Hex color #39351F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #39351F is #C6CAE0. Grayscale: #333333. Windows color (decimal): -13028065 or 2045241. OLE color: 2045241.

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

Color convert

RGB575331-
CMYK00.070.460.78
HSL50.77º29.55%17.25%-
HSV(B)50.77º45.61%22.35%-
XYZ3.213.511.81-
YUV51.69116.33131.79-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 40.43%
GREEN value IS 53 (21.09% from 255) = 37.59%
BLUE value IS 31 (12.5% from 255) = 21.99%
R=40.43%
G=37.59%
B=21.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.46
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57533100.070.460.7850.7729.5517.25
Hex39351F072E4E331e11
Octal7165370756116633621
Binary11100111010111111011110111010011101100111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39351F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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