#3B3826

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

Shades of Graphite #3B3826

Tints of Graphite #3B3826

Color information

#3B3826 (or 0x3B3826) is unknown color: approx Graphite. HEX triplet: 3B, 38 and 26. RGB value is (59,56,38). Sum of RGB (Red+Green+Blue) = 59+56+38=153 (20% of max value = 765). Red value is 59 (23.44% from 255 or 38.56% from 153); Green value is 56 (22.27% from 255 or 36.60% from 153); Blue value is 38 (15.23% from 255 or 24.84% from 153); Max value from RGB is 59 - color contains mainly: red. Hex color #3B3826 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B3826 is #C4C7D9. Grayscale: #363636. Windows color (decimal): -12896218 or 2504763. OLE color: 2504763.

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

Color convert

RGB595638-
CMYK00.050.360.77
HSL51.43º21.65%19.02%-
HSV(B)51.43º35.59%23.14%-
XYZ3.573.92.4-
YUV54.84118.49130.96-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 38.56%
GREEN value IS 56 (22.27% from 255) = 36.60%
BLUE value IS 38 (15.23% from 255) = 24.84%
R=38.56%
G=36.60%
B=24.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.36
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal59563800.050.360.7751.4321.6519.02
Hex3B382605244D331613
Octal7370460544115632623
Binary111011111000100110010110010010011011100111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B3826

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,56,38); }

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

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

 a { background-color: rgb(59,56,38); }

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

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

 span { border-color: rgb(59,56,38); }

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