#39361E

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

Shades of Graphite #39361E

Tints of Graphite #39361E

Color information

#39361E (or 0x39361E) is unknown color: approx Graphite. HEX triplet: 39, 36 and 1E. RGB value is (57,54,30). Sum of RGB (Red+Green+Blue) = 57+54+30=141 (18% of max value = 765). Red value is 57 (22.66% from 255 or 40.43% from 141); Green value is 54 (21.48% from 255 or 38.30% from 141); Blue value is 30 (12.11% from 255 or 21.28% from 141); Max value from RGB is 57 - color contains mainly: red. Hex color #39361E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #39361E is #C6C9E1. Grayscale: #343434. Windows color (decimal): -13027810 or 1979961. OLE color: 1979961.

HSL color Cylindrical-coordinate representation of color #39361E: hue angle of 53.33º 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 #39361E is Cyan = 0, Magento = 0.05, Yellow = 0.47 and Black (K on CMYK) = 0.78.

Color convert

RGB575430-
CMYK00.050.470.78
HSL53.33º31.03%17.06%-
HSV(B)53.33º47.37%22.35%-
XYZ3.243.61.75-
YUV52.16115.49131.45-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 40.43%
GREEN value IS 54 (21.48% from 255) = 38.30%
BLUE value IS 30 (12.11% from 255) = 21.28%
R=40.43%
G=38.30%
B=21.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.47
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57543000.050.470.7853.3331.0317.06
Hex39361E052F4E351f11
Octal7166360557116653721
Binary11100111011011110010110111110011101101011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39361E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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