#3B3930

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

Shades of Graphite #3B3930

Tints of Graphite #3B3930

Color information

#3B3930 (or 0x3B3930) is unknown color: approx Graphite. HEX triplet: 3B, 39 and 30. RGB value is (59,57,48). Sum of RGB (Red+Green+Blue) = 59+57+48=164 (21% of max value = 765). Red value is 59 (23.44% from 255 or 35.98% from 164); Green value is 57 (22.66% from 255 or 34.76% from 164); Blue value is 48 (19.14% from 255 or 29.27% from 164); Max value from RGB is 59 - color contains mainly: red. Hex color #3B3930 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B3930 is #C4C6CF. Grayscale: #383838. Windows color (decimal): -12895952 or 3160379. OLE color: 3160379.

HSL color Cylindrical-coordinate representation of color #3B3930: hue angle of 49.09º degrees, saturation: 0.1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #3B3930 is Cyan = 0, Magento = 0.03, Yellow = 0.19 and Black (K on CMYK) = 0.77.

Color convert

RGB595748-
CMYK00.030.190.77
HSL49.09º10.28%20.98%-
HSV(B)49.09º18.64%23.14%-
XYZ3.84.073.38-
YUV56.57123.16129.73-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 35.98%
GREEN value IS 57 (22.66% from 255) = 34.76%
BLUE value IS 48 (19.14% from 255) = 29.27%
R=35.98%
G=34.76%
B=29.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.19
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal59574800.030.190.7749.0910.2820.98
Hex3B393003134D31a15
Octal7371600323115611225
Binary111011111001110000011100111001101110001101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B3930

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,57,48); }

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

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

 a { background-color: rgb(59,57,48); }

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

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

 span { border-color: rgb(59,57,48); }

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