#3A362D

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

Shades of Graphite #3A362D

Tints of Graphite #3A362D

Color information

#3A362D (or 0x3A362D) is unknown color: approx Graphite. HEX triplet: 3A, 36 and 2D. RGB value is (58,54,45). Sum of RGB (Red+Green+Blue) = 58+54+45=157 (20% of max value = 765). Red value is 58 (23.05% from 255 or 36.94% from 157); Green value is 54 (21.48% from 255 or 34.39% from 157); Blue value is 45 (17.97% from 255 or 28.66% from 157); Max value from RGB is 58 - color contains mainly: red. Hex color #3A362D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A362D is #C5C9D2. Grayscale: #363636. Windows color (decimal): -12962259 or 2963002. OLE color: 2963002.

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

Color convert

RGB585445-
CMYK00.070.220.77
HSL41.54º12.62%20.2%-
HSV(B)41.54º22.41%22.75%-
XYZ3.543.733.02-
YUV54.17122.83130.73-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 36.94%
GREEN value IS 54 (21.48% from 255) = 34.39%
BLUE value IS 45 (17.97% from 255) = 28.66%
R=36.94%
G=34.39%
B=28.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.22
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58544500.070.220.7741.5412.6220.2
Hex3A362D07164D2ad14
Octal7266550726115521524
Binary1110101101101011010111101101001101101010110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A362D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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