#39362A

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

Shades of Graphite #39362A

Tints of Graphite #39362A

Color information

#39362A (or 0x39362A) is unknown color: approx Graphite. HEX triplet: 39, 36 and 2A. RGB value is (57,54,42). Sum of RGB (Red+Green+Blue) = 57+54+42=153 (20% of max value = 765). Red value is 57 (22.66% from 255 or 37.25% from 153); Green value is 54 (21.48% from 255 or 35.29% from 153); Blue value is 42 (16.80% from 255 or 27.45% from 153); Max value from RGB is 57 - color contains mainly: red. Hex color #39362A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #39362A is #C6C9D5. Grayscale: #353535. Windows color (decimal): -13027798 or 2766393. OLE color: 2766393.

HSL color Cylindrical-coordinate representation of color #39362A: hue angle of 48º degrees, saturation: 0.15, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #39362A is Cyan = 0, Magento = 0.05, Yellow = 0.26 and Black (K on CMYK) = 0.78.

Color convert

RGB575442-
CMYK00.050.260.78
HSL48º15.15%19.41%-
HSV(B)48º26.32%22.35%-
XYZ3.423.682.72-
YUV53.53121.49130.48-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 37.25%
GREEN value IS 54 (21.48% from 255) = 35.29%
BLUE value IS 42 (16.80% from 255) = 27.45%
R=37.25%
G=35.29%
B=27.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.26
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57544200.050.260.784815.1519.41
Hex39362A051A4E30f13
Octal7166520532116601723
Binary1110011101101010100101110101001110110000111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39362A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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