#3A351E

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

Shades of Graphite #3A351E

Tints of Graphite #3A351E

Color information

#3A351E (or 0x3A351E) is unknown color: approx Graphite. HEX triplet: 3A, 35 and 1E. RGB value is (58,53,30). Sum of RGB (Red+Green+Blue) = 58+53+30=141 (18% of max value = 765). Red value is 58 (23.05% from 255 or 41.13% from 141); Green value is 53 (21.09% from 255 or 37.59% from 141); Blue value is 30 (12.11% from 255 or 21.28% from 141); Max value from RGB is 58 - color contains mainly: red. Hex color #3A351E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A351E is #C5CAE1. Grayscale: #333333. Windows color (decimal): -12962530 or 1979706. OLE color: 1979706.

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

Color convert

RGB585330-
CMYK00.090.480.77
HSL49.29º31.82%17.25%-
HSV(B)49.29º48.28%22.75%-
XYZ3.253.541.74-
YUV51.87115.66132.37-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 41.13%
GREEN value IS 53 (21.09% from 255) = 37.59%
BLUE value IS 30 (12.11% from 255) = 21.28%
R=41.13%
G=37.59%
B=21.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.48
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58533000.090.480.7749.2931.8217.25
Hex3A351E09304D312011
Octal72653601160115614021
Binary1110101101011111001001110000100110111000110000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A351E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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