#3A3831

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

Shades of Graphite #3A3831

Tints of Graphite #3A3831

Color information

#3A3831 (or 0x3A3831) is unknown color: approx Graphite. HEX triplet: 3A, 38 and 31. RGB value is (58,56,49). Sum of RGB (Red+Green+Blue) = 58+56+49=163 (21% of max value = 765). Red value is 58 (23.05% from 255 or 35.58% from 163); Green value is 56 (22.27% from 255 or 34.36% from 163); Blue value is 49 (19.53% from 255 or 30.06% from 163); Max value from RGB is 58 - color contains mainly: red. Hex color #3A3831 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A3831 is #C5C7CE. Grayscale: #373737. Windows color (decimal): -12961743 or 3225658. OLE color: 3225658.

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

Color convert

RGB585649-
CMYK00.030.160.77
HSL46.67º8.41%20.98%-
HSV(B)46.67º15.52%22.75%-
XYZ3.713.953.47-
YUV55.8124.16129.57-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 35.58%
GREEN value IS 56 (22.27% from 255) = 34.36%
BLUE value IS 49 (19.53% from 255) = 30.06%
R=35.58%
G=34.36%
B=30.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.16
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58564900.030.160.7746.678.4120.98
Hex3A383103104D2f815
Octal7270610320115571025
Binary111010111000110001011100001001101101111100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A3831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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