#3B3824

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

Shades of Graphite #3B3824

Tints of Graphite #3B3824

Color information

#3B3824 (or 0x3B3824) is unknown color: approx Graphite. HEX triplet: 3B, 38 and 24. RGB value is (59,56,36). Sum of RGB (Red+Green+Blue) = 59+56+36=151 (20% of max value = 765). Red value is 59 (23.44% from 255 or 39.07% from 151); Green value is 56 (22.27% from 255 or 37.09% from 151); Blue value is 36 (14.45% from 255 or 23.84% from 151); Max value from RGB is 59 - color contains mainly: red. Hex color #3B3824 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B3824 is #C4C7DB. Grayscale: #363636. Windows color (decimal): -12896220 or 2373691. OLE color: 2373691.

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

Color convert

RGB595636-
CMYK00.050.390.77
HSL52.17º24.21%18.63%-
HSV(B)52.17º38.98%23.14%-
XYZ3.543.892.23-
YUV54.62117.49131.13-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 39.07%
GREEN value IS 56 (22.27% from 255) = 37.09%
BLUE value IS 36 (14.45% from 255) = 23.84%
R=39.07%
G=37.09%
B=23.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.39
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal59563600.050.390.7752.1724.2118.63
Hex3B382405274D341813
Octal7370440547115643023
Binary111011111000100100010110011110011011101001100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B3824

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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