#3A382F

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

Shades of Graphite #3A382F

Tints of Graphite #3A382F

Color information

#3A382F (or 0x3A382F) is unknown color: approx Graphite. HEX triplet: 3A, 38 and 2F. RGB value is (58,56,47). Sum of RGB (Red+Green+Blue) = 58+56+47=161 (21% of max value = 765). Red value is 58 (23.05% from 255 or 36.02% from 161); Green value is 56 (22.27% from 255 or 34.78% from 161); Blue value is 47 (18.75% from 255 or 29.19% from 161); Max value from RGB is 58 - color contains mainly: red. Hex color #3A382F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A382F is #C5C7D0. Grayscale: #373737. Windows color (decimal): -12961745 or 3094586. OLE color: 3094586.

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

Color convert

RGB585647-
CMYK00.030.190.77
HSL49.09º10.48%20.59%-
HSV(B)49.09º18.97%22.75%-
XYZ3.673.933.25-
YUV55.57123.16129.73-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 36.02%
GREEN value IS 56 (22.27% from 255) = 34.78%
BLUE value IS 47 (18.75% from 255) = 29.19%
R=36.02%
G=34.78%
B=29.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.19
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58564700.030.190.7749.0910.4820.59
Hex3A382F03134D31a15
Octal7270570323115611225
Binary111010111000101111011100111001101110001101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A382F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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