#3B3628

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

Shades of Graphite #3B3628

Tints of Graphite #3B3628

Color information

#3B3628 (or 0x3B3628) is unknown color: approx Graphite. HEX triplet: 3B, 36 and 28. RGB value is (59,54,40). Sum of RGB (Red+Green+Blue) = 59+54+40=153 (20% of max value = 765). Red value is 59 (23.44% from 255 or 38.56% from 153); Green value is 54 (21.48% from 255 or 35.29% from 153); Blue value is 40 (16.02% from 255 or 26.14% from 153); Max value from RGB is 59 - color contains mainly: red. Hex color #3B3628 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B3628 is #C4C9D7. Grayscale: #353535. Windows color (decimal): -12896728 or 2635323. OLE color: 2635323.

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

Color convert

RGB595440-
CMYK00.080.320.77
HSL44.21º19.19%19.41%-
HSV(B)44.21º32.2%23.14%-
XYZ3.513.722.54-
YUV53.9120.16131.64-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 38.56%
GREEN value IS 54 (21.48% from 255) = 35.29%
BLUE value IS 40 (16.02% from 255) = 26.14%
R=38.56%
G=35.29%
B=26.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.32
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal59544000.080.320.7744.2119.1919.41
Hex3B362808204D2c1313
Octal73665001040115542323
Binary1110111101101010000100010000010011011011001001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B3628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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