#3B3524

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

Shades of Graphite #3B3524

Tints of Graphite #3B3524

Color information

#3B3524 (or 0x3B3524) is unknown color: approx Graphite. HEX triplet: 3B, 35 and 24. RGB value is (59,53,36). Sum of RGB (Red+Green+Blue) = 59+53+36=148 (19% of max value = 765). Red value is 59 (23.44% from 255 or 39.86% from 148); Green value is 53 (21.09% from 255 or 35.81% from 148); Blue value is 36 (14.45% from 255 or 24.32% from 148); Max value from RGB is 59 - color contains mainly: red. Hex color #3B3524 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B3524 is #C4CADB. Grayscale: #343434. Windows color (decimal): -12896988 or 2372923. OLE color: 2372923.

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

Color convert

RGB595336-
CMYK00.100.390.77
HSL44.35º24.21%18.63%-
HSV(B)44.35º38.98%23.14%-
XYZ3.43.62.19-
YUV52.86118.49132.38-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 39.86%
GREEN value IS 53 (21.09% from 255) = 35.81%
BLUE value IS 36 (14.45% from 255) = 24.32%
R=39.86%
G=35.81%
B=24.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.39
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal59533600.100.390.7744.3524.2118.63
Hex3B35240A274D2c1813
Octal73654401247115543023
Binary1110111101011001000101010011110011011011001100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B3524

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,53,36); }

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

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

 a { background-color: rgb(59,53,36); }

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

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

 span { border-color: rgb(59,53,36); }

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