#39351A

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

Shades of Graphite #39351A

Tints of Graphite #39351A

Color information

#39351A (or 0x39351A) is unknown color: approx Graphite. HEX triplet: 39, 35 and 1A. RGB value is (57,53,26). Sum of RGB (Red+Green+Blue) = 57+53+26=136 (18% of max value = 765). Red value is 57 (22.66% from 255 or 41.91% from 136); Green value is 53 (21.09% from 255 or 38.97% from 136); Blue value is 26 (10.55% from 255 or 19.12% from 136); Max value from RGB is 57 - color contains mainly: red. Hex color #39351A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #39351A is #C6CAE5. Grayscale: #333333. Windows color (decimal): -13028070 or 1717561. OLE color: 1717561.

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

Color convert

RGB575326-
CMYK00.070.540.78
HSL52.26º37.35%16.27%-
HSV(B)52.26º54.39%22.35%-
XYZ3.153.491.49-
YUV51.12113.83132.2-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 41.91%
GREEN value IS 53 (21.09% from 255) = 38.97%
BLUE value IS 26 (10.55% from 255) = 19.12%
R=41.91%
G=38.97%
B=19.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.54
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57532600.070.540.7852.2637.3516.27
Hex39351A07364E342510
Octal7165320766116644520
Binary111001110101110100111110110100111011010010010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39351A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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