#39331E

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

Shades of Graphite #39331E

Tints of Graphite #39331E

Color information

#39331E (or 0x39331E) is unknown color: approx Graphite. HEX triplet: 39, 33 and 1E. RGB value is (57,51,30). Sum of RGB (Red+Green+Blue) = 57+51+30=138 (18% of max value = 765). Red value is 57 (22.66% from 255 or 41.30% from 138); Green value is 51 (20.31% from 255 or 36.96% from 138); Blue value is 30 (12.11% from 255 or 21.74% from 138); Max value from RGB is 57 - color contains mainly: red. Hex color #39331E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #39331E is #C6CCE1. Grayscale: #323232. Windows color (decimal): -13028578 or 1979193. OLE color: 1979193.

HSL color Cylindrical-coordinate representation of color #39331E: hue angle of 46.67º degrees, saturation: 0.31, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #39331E is Cyan = 0, Magento = 0.11, Yellow = 0.47 and Black (K on CMYK) = 0.78.

Color convert

RGB575130-
CMYK00.110.470.78
HSL46.67º31.03%17.06%-
HSV(B)46.67º47.37%22.35%-
XYZ3.113.331.71-
YUV50.4116.49132.71-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 41.30%
GREEN value IS 51 (20.31% from 255) = 36.96%
BLUE value IS 30 (12.11% from 255) = 21.74%
R=41.30%
G=36.96%
B=21.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.47
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57513000.110.470.7846.6731.0317.06
Hex39331E0B2F4E2f1f11
Octal71633601357116573721
Binary111001110011111100101110111110011101011111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39331E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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