#3B3626

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

Shades of Graphite #3B3626

Tints of Graphite #3B3626

Color information

#3B3626 (or 0x3B3626) is unknown color: approx Graphite. HEX triplet: 3B, 36 and 26. RGB value is (59,54,38). Sum of RGB (Red+Green+Blue) = 59+54+38=151 (20% of max value = 765). Red value is 59 (23.44% from 255 or 39.07% from 151); Green value is 54 (21.48% from 255 or 35.76% from 151); Blue value is 38 (15.23% from 255 or 25.17% from 151); Max value from RGB is 59 - color contains mainly: red. Hex color #3B3626 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B3626 is #C4C9D9. Grayscale: #353535. Windows color (decimal): -12896730 or 2504251. OLE color: 2504251.

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

Color convert

RGB595438-
CMYK00.080.360.77
HSL45.71º21.65%19.02%-
HSV(B)45.71º35.59%23.14%-
XYZ3.473.712.37-
YUV53.67119.16131.8-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 39.07%
GREEN value IS 54 (21.48% from 255) = 35.76%
BLUE value IS 38 (15.23% from 255) = 25.17%
R=39.07%
G=35.76%
B=25.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.36
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal59543800.080.360.7745.7121.6519.02
Hex3B362608244D2e1613
Octal73664601044115562623
Binary1110111101101001100100010010010011011011101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B3626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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