#39341D

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

Shades of Graphite #39341D

Tints of Graphite #39341D

Color information

#39341D (or 0x39341D) is unknown color: approx Graphite. HEX triplet: 39, 34 and 1D. RGB value is (57,52,29). Sum of RGB (Red+Green+Blue) = 57+52+29=138 (18% of max value = 765). Red value is 57 (22.66% from 255 or 41.30% from 138); Green value is 52 (20.70% from 255 or 37.68% from 138); Blue value is 29 (11.72% from 255 or 21.01% from 138); Max value from RGB is 57 - color contains mainly: red. Hex color #39341D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #39341D is #C6CBE2. Grayscale: #323232. Windows color (decimal): -13028323 or 1913913. OLE color: 1913913.

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

Color convert

RGB575229-
CMYK00.090.490.78
HSL49.29º32.56%16.86%-
HSV(B)49.29º49.12%22.35%-
XYZ3.143.411.66-
YUV50.87115.66132.37-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 41.30%
GREEN value IS 52 (20.70% from 255) = 37.68%
BLUE value IS 29 (11.72% from 255) = 21.01%
R=41.30%
G=37.68%
B=21.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.49
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57522900.090.490.7849.2932.5616.86
Hex39341D09314E312111
Octal71643501161116614121
Binary1110011101001110101001110001100111011000110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39341D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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