#3B3536

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

Shades of Jon #3B3536

Tints of Jon #3B3536

Color information

#3B3536 (or 0x3B3536) is unknown color: approx Jon. HEX triplet: 3B, 35 and 36. RGB value is (59,53,54). Sum of RGB (Red+Green+Blue) = 59+53+54=166 (21% of max value = 765). Red value is 59 (23.44% from 255 or 35.54% from 166); Green value is 53 (21.09% from 255 or 31.93% from 166); Blue value is 54 (21.48% from 255 or 32.53% from 166); Max value from RGB is 59 - color contains mainly: red. Hex color #3B3536 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B3536 is #C4CAC9. Grayscale: #363636. Windows color (decimal): -12896970 or 3552571. OLE color: 3552571.

HSL color Cylindrical-coordinate representation of color #3B3536: hue angle of 350º degrees, saturation: 0.05, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #3B3536 is Cyan = 0, Magento = 0.10, Yellow = 0.08 and Black (K on CMYK) = 0.77.

Color convert

RGB595354-
CMYK00.100.080.77
HSL350º5.36%21.96%-
HSV(B)350º10.17%23.14%-
XYZ3.743.744.02-
YUV54.91127.49130.92-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 35.54%
GREEN value IS 53 (21.09% from 255) = 31.93%
BLUE value IS 54 (21.48% from 255) = 32.53%
R=35.54%
G=31.93%
B=32.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.08
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal59535400.100.080.773505.3621.96
Hex3B35360A84D15e516
Octal73656601210115536526
Binary111011110101110110010101000100110110101111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B3536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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