#3B382C

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

Shades of Graphite #3B382C

Tints of Graphite #3B382C

Color information

#3B382C (or 0x3B382C) is unknown color: approx Graphite. HEX triplet: 3B, 38 and 2C. RGB value is (59,56,44). Sum of RGB (Red+Green+Blue) = 59+56+44=159 (21% of max value = 765). Red value is 59 (23.44% from 255 or 37.11% from 159); Green value is 56 (22.27% from 255 or 35.22% from 159); Blue value is 44 (17.58% from 255 or 27.67% from 159); Max value from RGB is 59 - color contains mainly: red. Hex color #3B382C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B382C is #C4C7D3. Grayscale: #373737. Windows color (decimal): -12896212 or 2897979. OLE color: 2897979.

HSL color Cylindrical-coordinate representation of color #3B382C: hue angle of 48º degrees, saturation: 0.15, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #3B382C is Cyan = 0, Magento = 0.05, Yellow = 0.25 and Black (K on CMYK) = 0.77.

Color convert

RGB595644-
CMYK00.050.250.77
HSL48º14.56%20.2%-
HSV(B)48º25.42%23.14%-
XYZ3.673.942.95-
YUV55.53121.49130.48-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 37.11%
GREEN value IS 56 (22.27% from 255) = 35.22%
BLUE value IS 44 (17.58% from 255) = 27.67%
R=37.11%
G=35.22%
B=27.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.25
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal59564400.050.250.774814.5620.2
Hex3B382C05194D30f14
Octal7370540531115601724
Binary1110111110001011000101110011001101110000111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B382C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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