#3A351F

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

Shades of Graphite #3A351F

Tints of Graphite #3A351F

Color information

#3A351F (or 0x3A351F) is unknown color: approx Graphite. HEX triplet: 3A, 35 and 1F. RGB value is (58,53,31). Sum of RGB (Red+Green+Blue) = 58+53+31=142 (18% of max value = 765). Red value is 58 (23.05% from 255 or 40.85% from 142); Green value is 53 (21.09% from 255 or 37.32% from 142); Blue value is 31 (12.5% from 255 or 21.83% from 142); Max value from RGB is 58 - color contains mainly: red. Hex color #3A351F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A351F is #C5CAE0. Grayscale: #343434. Windows color (decimal): -12962529 or 2045242. OLE color: 2045242.

HSL color Cylindrical-coordinate representation of color #3A351F: hue angle of 48.89º degrees, saturation: 0.3, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3A351F is Cyan = 0, Magento = 0.09, Yellow = 0.47 and Black (K on CMYK) = 0.77.

Color convert

RGB585331-
CMYK00.090.470.77
HSL48.89º30.34%17.45%-
HSV(B)48.89º46.55%22.75%-
XYZ3.273.541.81-
YUV51.99116.16132.29-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 40.85%
GREEN value IS 53 (21.09% from 255) = 37.32%
BLUE value IS 31 (12.5% from 255) = 21.83%
R=40.85%
G=37.32%
B=21.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.47
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58533100.090.470.7748.8930.3417.45
Hex3A351F092F4D311e11
Octal72653701157115613621
Binary111010110101111110100110111110011011100011111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A351F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3A351F; }

 p { color: rgb(58,53,31); }

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

<style>
 a { background-color: #3A351F; }

 a { background-color: rgb(58,53,31); }

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

<style>
 span { border-color: #3A351F; }

 span { border-color: rgb(58,53,31); }

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