#3A372D

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

Shades of Graphite #3A372D

Tints of Graphite #3A372D

Color information

#3A372D (or 0x3A372D) is unknown color: approx Graphite. HEX triplet: 3A, 37 and 2D. RGB value is (58,55,45). Sum of RGB (Red+Green+Blue) = 58+55+45=158 (20% of max value = 765). Red value is 58 (23.05% from 255 or 36.71% from 158); Green value is 55 (21.88% from 255 or 34.81% from 158); Blue value is 45 (17.97% from 255 or 28.48% from 158); Max value from RGB is 58 - color contains mainly: red. Hex color #3A372D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A372D is #C5C8D2. Grayscale: #363636. Windows color (decimal): -12962003 or 2963258. OLE color: 2963258.

HSL color Cylindrical-coordinate representation of color #3A372D: hue angle of 46.15º degrees, saturation: 0.13, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #3A372D is Cyan = 0, Magento = 0.05, Yellow = 0.22 and Black (K on CMYK) = 0.77.

Color convert

RGB585545-
CMYK00.050.220.77
HSL46.15º12.62%20.2%-
HSV(B)46.15º22.41%22.75%-
XYZ3.583.823.03-
YUV54.76122.49130.31-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 36.71%
GREEN value IS 55 (21.88% from 255) = 34.81%
BLUE value IS 45 (17.97% from 255) = 28.48%
R=36.71%
G=34.81%
B=28.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.22
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58554500.050.220.7746.1512.6220.2
Hex3A372D05164D2ed14
Octal7267550526115561524
Binary1110101101111011010101101101001101101110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A372D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,55,45); }

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

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

 a { background-color: rgb(58,55,45); }

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

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

 span { border-color: rgb(58,55,45); }

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