#3B351F

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

Shades of Graphite #3B351F

Tints of Graphite #3B351F

Color information

#3B351F (or 0x3B351F) is unknown color: approx Graphite. HEX triplet: 3B, 35 and 1F. RGB value is (59,53,31). Sum of RGB (Red+Green+Blue) = 59+53+31=143 (18% of max value = 765). Red value is 59 (23.44% from 255 or 41.26% from 143); Green value is 53 (21.09% from 255 or 37.06% from 143); Blue value is 31 (12.5% from 255 or 21.68% from 143); Max value from RGB is 59 - color contains mainly: red. Hex color #3B351F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B351F is #C4CAE0. Grayscale: #343434. Windows color (decimal): -12896993 or 2045243. OLE color: 2045243.

HSL color Cylindrical-coordinate representation of color #3B351F: hue angle of 47.14º degrees, saturation: 0.31, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3B351F is Cyan = 0, Magento = 0.10, Yellow = 0.47 and Black (K on CMYK) = 0.77.

Color convert

RGB595331-
CMYK00.100.470.77
HSL47.14º31.11%17.65%-
HSV(B)47.14º47.46%23.14%-
XYZ3.323.571.81-
YUV52.29115.99132.79-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 41.26%
GREEN value IS 53 (21.09% from 255) = 37.06%
BLUE value IS 31 (12.5% from 255) = 21.68%
R=41.26%
G=37.06%
B=21.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.47
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal59533100.100.470.7747.1431.1117.65
Hex3B351F0A2F4D2f1f12
Octal73653701257115573722
Binary111011110101111110101010111110011011011111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B351F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,53,31); }

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

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

 a { background-color: rgb(59,53,31); }

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

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

 span { border-color: rgb(59,53,31); }

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