#3B382B

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

Shades of Graphite #3B382B

Tints of Graphite #3B382B

Color information

#3B382B (or 0x3B382B) is unknown color: approx Graphite. HEX triplet: 3B, 38 and 2B. RGB value is (59,56,43). Sum of RGB (Red+Green+Blue) = 59+56+43=158 (20% of max value = 765). Red value is 59 (23.44% from 255 or 37.34% from 158); Green value is 56 (22.27% from 255 or 35.44% from 158); Blue value is 43 (17.19% from 255 or 27.22% from 158); Max value from RGB is 59 - color contains mainly: red. Hex color #3B382B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B382B is #C4C7D4. Grayscale: #373737. Windows color (decimal): -12896213 or 2832443. OLE color: 2832443.

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

Color convert

RGB595643-
CMYK00.050.270.77
HSL48.75º15.69%20%-
HSV(B)48.75º27.12%23.14%-
XYZ3.653.932.85-
YUV55.42120.99130.56-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 37.34%
GREEN value IS 56 (22.27% from 255) = 35.44%
BLUE value IS 43 (17.19% from 255) = 27.22%
R=37.34%
G=35.44%
B=27.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.27
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal59564300.050.270.7748.7515.6920
Hex3B382B051B4D311014
Octal7370530533115612024
Binary11101111100010101101011101110011011100011000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B382B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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