#3B372D

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

Shades of Graphite #3B372D

Tints of Graphite #3B372D

Color information

#3B372D (or 0x3B372D) is unknown color: approx Graphite. HEX triplet: 3B, 37 and 2D. RGB value is (59,55,45). Sum of RGB (Red+Green+Blue) = 59+55+45=159 (21% of max value = 765). Red value is 59 (23.44% from 255 or 37.11% from 159); Green value is 55 (21.88% from 255 or 34.59% from 159); Blue value is 45 (17.97% from 255 or 28.30% from 159); Max value from RGB is 59 - color contains mainly: red. Hex color #3B372D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B372D is #C4C8D2. Grayscale: #373737. Windows color (decimal): -12896467 or 2963259. OLE color: 2963259.

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

Color convert

RGB595545-
CMYK00.070.240.77
HSL42.86º13.46%20.39%-
HSV(B)42.86º23.73%23.14%-
XYZ3.643.853.03-
YUV55.06122.33130.81-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 37.11%
GREEN value IS 55 (21.88% from 255) = 34.59%
BLUE value IS 45 (17.97% from 255) = 28.30%
R=37.11%
G=34.59%
B=28.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.24
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal59554500.070.240.7742.8613.4620.39
Hex3B372D07184D2bd14
Octal7367550730115531524
Binary1110111101111011010111110001001101101011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B372D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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