#3A382C

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

Shades of Graphite #3A382C

Tints of Graphite #3A382C

Color information

#3A382C (or 0x3A382C) is unknown color: approx Graphite. HEX triplet: 3A, 38 and 2C. RGB value is (58,56,44). Sum of RGB (Red+Green+Blue) = 58+56+44=158 (20% of max value = 765). Red value is 58 (23.05% from 255 or 36.71% from 158); Green value is 56 (22.27% from 255 or 35.44% from 158); Blue value is 44 (17.58% from 255 or 27.85% from 158); Max value from RGB is 58 - color contains mainly: red. Hex color #3A382C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A382C is #C5C7D3. Grayscale: #373737. Windows color (decimal): -12961748 or 2897978. OLE color: 2897978.

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

Color convert

RGB585644-
CMYK00.030.240.77
HSL51.43º13.73%20%-
HSV(B)51.43º24.14%22.75%-
XYZ3.613.912.95-
YUV55.23121.66129.98-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 36.71%
GREEN value IS 56 (22.27% from 255) = 35.44%
BLUE value IS 44 (17.58% from 255) = 27.85%
R=36.71%
G=35.44%
B=27.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.24
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58564400.030.240.7751.4313.7320
Hex3A382C03184D33e14
Octal7270540330115631624
Binary111010111000101100011110001001101110011111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A382C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,56,44); }

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

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

 a { background-color: rgb(58,56,44); }

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

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

 span { border-color: rgb(58,56,44); }

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