#3B382F

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

Shades of Graphite #3B382F

Tints of Graphite #3B382F

Color information

#3B382F (or 0x3B382F) is unknown color: approx Graphite. HEX triplet: 3B, 38 and 2F. RGB value is (59,56,47). Sum of RGB (Red+Green+Blue) = 59+56+47=162 (21% of max value = 765). Red value is 59 (23.44% from 255 or 36.42% from 162); Green value is 56 (22.27% from 255 or 34.57% from 162); Blue value is 47 (18.75% from 255 or 29.01% from 162); Max value from RGB is 59 - color contains mainly: red. Hex color #3B382F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B382F is #C4C7D0. Grayscale: #373737. Windows color (decimal): -12896209 or 3094587. OLE color: 3094587.

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

Color convert

RGB595647-
CMYK00.050.200.77
HSL45º11.32%20.78%-
HSV(B)45º20.34%23.14%-
XYZ3.733.963.26-
YUV55.87122.99130.23-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 36.42%
GREEN value IS 56 (22.27% from 255) = 34.57%
BLUE value IS 47 (18.75% from 255) = 29.01%
R=36.42%
G=34.57%
B=29.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.20
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal59564700.050.200.774511.3220.78
Hex3B382F05144D2db15
Octal7370570524115551325
Binary1110111110001011110101101001001101101101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B382F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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