#3A341F

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

Shades of Graphite #3A341F

Tints of Graphite #3A341F

Color information

#3A341F (or 0x3A341F) is unknown color: approx Graphite. HEX triplet: 3A, 34 and 1F. RGB value is (58,52,31). Sum of RGB (Red+Green+Blue) = 58+52+31=141 (18% of max value = 765). Red value is 58 (23.05% from 255 or 41.13% from 141); Green value is 52 (20.70% from 255 or 36.88% from 141); Blue value is 31 (12.5% from 255 or 21.99% from 141); Max value from RGB is 58 - color contains mainly: red. Hex color #3A341F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A341F is #C5CBE0. Grayscale: #333333. Windows color (decimal): -12962785 or 2044986. OLE color: 2044986.

HSL color Cylindrical-coordinate representation of color #3A341F: hue angle of 46.67º 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 #3A341F is Cyan = 0, Magento = 0.10, Yellow = 0.47 and Black (K on CMYK) = 0.77.

Color convert

RGB585231-
CMYK00.100.470.77
HSL46.67º30.34%17.45%-
HSV(B)46.67º46.55%22.75%-
XYZ3.223.451.79-
YUV51.4116.49132.71-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 41.13%
GREEN value IS 52 (20.70% from 255) = 36.88%
BLUE value IS 31 (12.5% from 255) = 21.99%
R=41.13%
G=36.88%
B=21.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.47
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58523100.100.470.7746.6730.3417.45
Hex3A341F0A2F4D2f1e11
Octal72643701257115573621
Binary111010110100111110101010111110011011011111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A341F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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