#3B362A

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

Shades of Graphite #3B362A

Tints of Graphite #3B362A

Color information

#3B362A (or 0x3B362A) is unknown color: approx Graphite. HEX triplet: 3B, 36 and 2A. RGB value is (59,54,42). Sum of RGB (Red+Green+Blue) = 59+54+42=155 (20% of max value = 765). Red value is 59 (23.44% from 255 or 38.06% from 155); Green value is 54 (21.48% from 255 or 34.84% from 155); Blue value is 42 (16.80% from 255 or 27.10% from 155); Max value from RGB is 59 - color contains mainly: red. Hex color #3B362A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B362A is #C4C9D5. Grayscale: #363636. Windows color (decimal): -12896726 or 2766395. OLE color: 2766395.

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

Color convert

RGB595442-
CMYK00.080.290.77
HSL42.35º16.83%19.8%-
HSV(B)42.35º28.81%23.14%-
XYZ3.543.742.72-
YUV54.13121.16131.48-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 38.06%
GREEN value IS 54 (21.48% from 255) = 34.84%
BLUE value IS 42 (16.80% from 255) = 27.10%
R=38.06%
G=34.84%
B=27.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.29
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal59544200.080.290.7742.3516.8319.8
Hex3B362A081D4D2a1114
Octal73665201035115522124
Binary111011110110101010010001110110011011010101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B362A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,54,42); }

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

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

 a { background-color: rgb(59,54,42); }

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

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

 span { border-color: rgb(59,54,42); }

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