#3B3724

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

Shades of Graphite #3B3724

Tints of Graphite #3B3724

Color information

#3B3724 (or 0x3B3724) is unknown color: approx Graphite. HEX triplet: 3B, 37 and 24. RGB value is (59,55,36). Sum of RGB (Red+Green+Blue) = 59+55+36=150 (19% of max value = 765). Red value is 59 (23.44% from 255 or 39.33% from 150); Green value is 55 (21.88% from 255 or 36.67% from 150); Blue value is 36 (14.45% from 255 or 24% from 150); Max value from RGB is 59 - color contains mainly: red. Hex color #3B3724 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B3724 is #C4C8DB. Grayscale: #363636. Windows color (decimal): -12896476 or 2373435. OLE color: 2373435.

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

Color convert

RGB595536-
CMYK00.070.390.77
HSL49.57º24.21%18.63%-
HSV(B)49.57º38.98%23.14%-
XYZ3.493.792.22-
YUV54.03117.83131.54-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 39.33%
GREEN value IS 55 (21.88% from 255) = 36.67%
BLUE value IS 36 (14.45% from 255) = 24%
R=39.33%
G=36.67%
B=24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.39
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal59553600.070.390.7749.5724.2118.63
Hex3B372407274D321813
Octal7367440747115623023
Binary111011110111100100011110011110011011100101100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B3724

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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